Changes between Initial Version and Version 2 of Ticket #4401
- Timestamp:
- Sep 30, 2009, 1:13:58 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4401
- Property Cc wim.dewijngaert@… added
-
Property
Priority
changed from
High
toNormal
-
Property
Component
changed from
General
toUI : Dialogs
-
Ticket #4401 – Description
initial v2 1 1 Whe using the function below, the LINK dialog isn't shown anymore (javascript error). Comment out the line "dialogDefinition.removeContents( 'upload' );" and everything works again. 2 2 3 {{{ 3 4 CKEDITOR.on( 'dialogDefinition', function( ev ) { 4 5 var dialogName = ev.data.name; … … 9 10 } 10 11 }); 11 12 }}}