I am trying to find a way to input input in the ckeditor dialog readonly.
I initialized the following elements:
type: 'hbox',
widths: ['25%', '75%'],
children:
[{
type: 'text',
id: 'moduleId',
label: 'Module',
Looking in the documentation I assume that the only way to apply some CSS style for input?
source
share