makeFocusXDID()

The makeFocusXDID() function gives the focus to an item.

Syntax

makeFocusXDID()
Note:
  1. the syntax is control-name=control-value where control-name is makeFocusXDID() and control-value is the field id.

Example

<input type="radio" gwc:attributes="name makeFocusXDID(); value ID;.../>

produces

<input type="radio" name="f" value="89"... />