Ticket #2951: 2951.patch
File 2951.patch, 709 bytes (added by , 14 years ago) |
---|
-
_source/plugins/dialogui/plugin.js
319 319 html = [], 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 ); 325 325 html.push( ' ', CKEDITOR.tools.htmlEncode( elementDefinition.label ) );