|
|
| Author |
Message |
terahealth
Joined: 03 Feb 2010
Posts: 2
Location: Boston
|
Posted: Wed Feb 03, 2010 4:24 pm Post subject: Edit Box Values |
|
|
Hi I need some help getting going. I put a edit box on my tool bar and in my java script I want to use the value entered into the edit box. How can I get the value of the data entered.
I tried
x=tool.userBoxName
x=tool.Variable("#userBoxName#")
I can't get anything to work? Please let me know if I can use it. |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Thu Feb 04, 2010 6:13 am Post subject: |
|
|
Please, read our Javascript Interface documentation (from Help menu)
you should use GetPropertyByID method described. |
|
| Back to top |
|
 |
|