makeFocusIDID()

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

Syntax

makeFocusIDID(expr)
Note:
  1. expr is the field id.

Example

<input type="submit" gwc:attributes="name makeFocusIDID(ID);"... />

produces

<input type="submit" name="f/v89"... />