The forum operates in read-only mode. Please head to StackOverflow for support.
this.getDialog().getContentElement('info', 'url').getValue()
Re: How can I get ID of textbox?
this.getDialog().getContentElement('info', 'url').getValue()You basically access the current "dialog" element and within it get access to the textbox with ID 'url' on the 'info' tab.
Re: How can I get ID of textbox?