Changes between Initial Version and Version 1 of Ticket #8593, comment 6
- Timestamp:
- Jan 3, 2012, 2:55:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8593, comment 6
initial v1 1 The only middle ground solution would be to provide a config option similar to [http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removeDialogTabs removeDialogTabs] that uses a dictionary of dialogs and elements to define custom defaults, and then runs a function similar to the one described in the docs but looping this dictionary.1 The only middle ground solution that I can think of, would be to provide a config option similar to [http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removeDialogTabs removeDialogTabs] that uses a dictionary of dialogs and elements to define custom defaults, and then runs a function similar to the one described in the docs but looping this dictionary. 2 2 3 3 That way the user doesn't have to include a javascript function but just some (complex) config option, and there's no one to create new options for every dialog field.