JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / plugins / link / dialogs / anchor.js
index 12528f0..1d28b27 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -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