JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.5
[ckeditor.git] / _source / plugins / link / dialogs / anchor.js
index c9b54c5..c99cd5d 100644 (file)
@@ -28,6 +28,7 @@ CKEDITOR.dialog.add( 'anchor', function( editor )
                        var name = CKEDITOR.tools.trim( this.getValueOf( 'info', 'txtName' ) );\r
                        var attributes =\r
                        {\r
+                               id : name,\r
                                name : name,\r
                                'data-cke-saved-name' : name\r
                        };\r