X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Flink%2Fdialogs%2Fanchor.js;h=1d28b27715f66b86d2447a1697ecd432abe8c803;hb=059b4c2fef02528bf1af189f7996e80652faddfb;hp=12528f0092eaa4a428f42ac4467b4fd20c93f4e6;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/link/dialogs/anchor.js b/_source/plugins/link/dialogs/anchor.js index 12528f0..1d28b27 100644 --- a/_source/plugins/link/dialogs/anchor.js +++ b/_source/plugins/link/dialogs/anchor.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -81,6 +81,7 @@ CKEDITOR.dialog.add( 'anchor', function( editor ) type : 'text', id : 'txtName', label : editor.lang.anchor.name, + required: true, validate : function() { if ( !this.getValue() )