makeKeyXDID()

The makeKeyXDID() function sends a key.

Syntax

makeKeyXDID(expr)
Note:
  1. the syntax is control-name=control-value where control-name is makeKeyXDID()and control-value is the key.

Example

<input type="radio" gwc:attributes="name makeKeyXDID(); value 'tab';.../>

produces

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