Hi,
how can I get the input text value in the onShow function like this:
Why is the result everey time empty?
how can I get the input text value in the onShow function like this:
dialog.on('show', function () {
var txtUrlField = this.getContentElement( 'info', 'txtUrl' );
console.log(txtUrlField.getValue());
if (txtUrlField.getValue()=='')
this.selectPage('Upload');
});Why is the result everey time empty?
