type: 'checkbox', id: 'remote_file', label: me.editor.lang.vbulletin.retrieve_remote_file_and_ref_local, labelLayout: 'horizontal', setup: function() { if (me.editor.config.vbulletin.attachinfo) { this.setValue(true); }
type: 'checkbox', id: 'remote_file', //label: me.editor.lang.vbulletin.retrieve_remote_file_and_ref_local, label: '', labelLayout: 'horizontal', setup: function() { if (me.editor.config.vbulletin.attachinfo) { this.getElement().hide(); this.setValue(false); }
.cke_dialog_ui_checkbox_input { display:none; }