makeScrollOffsetIDID()

The makeScrollOffsetIDID() function builds offset action.

Syntax

makeScrollOffsetIDID(expr1, expr2)
Note:
  1. expr1 is the scrolling container id.
  2. expr2 is a value for the offset.

Example

<input type="submit"
 gwc:attributes="name makeScrollOffsetIDID(ID, repeat/p/index);... />

produces

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