Changeset 3106
- Timestamp:
- 02/27/09 09:17:24 (4 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/plugins/dialogui/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/dialogui/plugin.js
r3076 r3106 320 320 attributes = { 'class' : 'cke_dialog_ui_checkbox_input', type : 'checkbox' }; 321 321 cleanInnerDefinition( myDefinition ); 322 if ( elementDefinition .checked)322 if ( elementDefinition[ 'default' ] ) 323 323 attributes.checked = 'checked'; 324 324 _.checkbox = new CKEDITOR.ui.dialog.uiElement( dialog, myDefinition, html, 'input', null, attributes );
Note: See TracChangeset
for help on using the changeset viewer.
