Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help example: textfieldsA

Status
Not open for further replies.

okiiyama

IS-IT--Management
Jan 3, 2003
269
US
I would like to use this example, but I would like to add another textbox. is it possible to use the same text changing controls for a second text box?

Also, somewhat related, I would like to use some sort of pointer variable Ex:
var focusedSel="";
..later in the code
focusedSel = getProperty(Selection.getFocus(), _name);

What type should focusedSel be to get access to the object's methods and properties?
 
I solved my question, I had a method spelled wrong.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top