views:

19

answers:

1

hello. how to get the url inserted into a Ext.form.TextField in a variable value??.

if I create a variable x in Javascript, but I need to add a url as the value that a user in a Ext.form.TextField, but the variable and Ext.form.TextField are in different script on the same page.

thanks for your help and attention

+1  A: 

I couldn't understand your question but if you say how to get the field value and set the return value to a variable, try to find the field with Ext then call the .getValue() and set the return value to your variable

Lorenzo