Template Functions / Front End Protocol Functions |
The makeKeyXDID() function sends a key.
makeKeyXDID(expr)
the syntax is control-name=control-value where control-name is makeKeyXDID()and control-value is the key.
<input type="radio" gwc:attributes="name makeKeyXDID(); value 'tab';.../>
produces
<input type="radio" name="f" value="tab".. />