makePageSizeIDID()

The makePageSizeIDID() function builds page size action.

Syntax

makePageSizeIDID(expr1, expr2)
Note:
  1. expr1 is the table id.
  2. expr2 is a size value.

Example

<input type="submit" gwc:attributes="name makePageSizeIDID(ID, '50');... />

produces

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