Page 1 of 1
Focusable
Posted: Thu Apr 26, 2007 10:09 pm
by NZN37
In the fld inspector there is a click box named 'focusable'. How does one change that box through code?
set the xx of fld 1 to true/false
What is xx? What property is 'focusable' alluding to?
NZN
Re: Focusable
Posted: Thu Apr 26, 2007 10:36 pm
by marielle
NZN37 wrote:In the fld inspector there is a click box named 'focusable'. How does one change that box through code?
You can discover the property names as referred to in the code by putting your mouse over each term, in the property box, and waiting for a second or so for the tooltip to appear.
In the case of focusable, the property name is
traversalOn.
Posted: Thu Apr 26, 2007 10:37 pm
by xApple
answer="traversalOn"
tip="In the inspector, just hover your mouse over an element to see the transcript term appear in the tooltip"