TakeFocus

« nsIAccessible Page

Summary

This method focuses this accessible node.

 void takeFocus();

Remarks

The state STATE_FOCUSABLE indicates whether this node is normally focusable. It is the callers responsibility to determine whether this node is focusable.accTakeFocus on a node that is not normally focusable (such as a table), will still set focus on that node, although normally that will not be visually indicated in most style sheets.

See Also