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