makeRowSelectionXDID()

The makeRowSelectionXDID() function builds exclusive row selection action.

Syntax

makeRowSelectionXDID(expr1)
Note:
  1. expr1 is the table id or the selectorID for a matrix.

Example

<input type="submit" gwc:attributes="name makeRowSelectionXDID(r/ID); 
 value repeat/r/index;... /> 
or
<input type="submit" gwc:attributes="name makeRowSelectionXDID(selectorID); 
 value selectorIndex;... />

produces

<input type="submit" name="r89" value="50"... />