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?
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?