![]() |
Previous | Next |
The focusObjectID attribute specifies or retrieves a value indicating which element has keyboard focus.
Syntax
elementID.focusObjectID
Possible Values
This attribute is a read/write String specifying the id of the element that has focus. It has no default value.
Example
<VIEW
backgroundImage=“greenstone.bmp”
focusObjectID=“button2”
>
<BUTTON id=“button1”/>
<BUTTON id=“button2”/>
</VIEW>
See Also
Previous | Next |