JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / plugins / link / dialogs / anchor.js
index 1b3515c..1d28b27 100644 (file)
@@ -81,6 +81,7 @@ CKEDITOR.dialog.add( 'anchor', function( editor )
                                                type : 'text',\r
                                                id : 'txtName',\r
                                                label : editor.lang.anchor.name,\r
+                                               required: true,\r
                                                validate : function()\r
                                                {\r
                                                        if ( !this.getValue() )\r