Advances or reverses the Pager widget setup for the given element.
To use with auto-widgets (HTML API) as part of a trigger specification:
<div class="lisn-pager" data-lisn-on-click="@next-page +target=#myNextButton"></div><button id="myNextButton"></button> Copy
<div class="lisn-pager" data-lisn-on-click="@next-page +target=#myNextButton"></div><button id="myNextButton"></button>
Static
Readonly
Advances the pager by one page.
Undoes the last action: reverses the pager if do was last called or advances it otherwise.
Reverses the pager by one page.
Advances or reverses the Pager widget setup for the given element.
To use with auto-widgets (HTML API) as part of a trigger specification:
Example