...
id : 'txtUrl',
type : 'text',
label : editor.lang.common.url,
required: true,
onChange : function() {
}
...
image 1
...
id : 'txtUrl',
type : 'text',
label : editor.lang.common.url,
required: true,
onChange : function() {
}
...