makeRowSelectionIDID()

The makeRowSelectionIDID() function builds inclusive row selection action.

Syntax

makeRowSelectionIDID(expr1, expr2)
Note:
  1. expr1 is the table id or the selectorID for a matrix.
  2. expr2 is the row index.

Example

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

produces

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