I'm customizing file & image dialogs with my own uploader.
The problem I'm facing is that URL fields get "funny" IDs (30_textInput) and you never know which number is gonna be there
If I call alert (this.id) in OnLoad, I get "url" which is far from XX_textInput....so how can I get the "real" ID?
Thu, 10/22/2009 - 15:52
#1
Re: How can I get ID of textbox?
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?
Wow, great, thanks