,
dialog = this.getDialog();
alert(dialog.getContentElement('info', 'grootte').getInputElement().$.id);
"cke_117_select". ( selectbox)
alert(dialog.getContentElement('info', 'txtUrl').getInputElement().$.id);
'cke_107_textInput'.
, , ( ) .
SetValueOf still does not provide an identifier that you might need if you want to do more than fill a text field with specific text.
source
share