Changes between Initial Version and Version 1 of Ticket #14650, comment 1
- Timestamp:
- Jun 6, 2016, 2:11:20 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14650, comment 1
initial v1 20 20 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor', { 21 21 allowedContent: 'a[!name,id](test)', 22 requiredContent: 'a[name](test)' 22 23 }}}