Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you want to hide the Pager element you need this custom Javascript JavaScript to be added your to the page:

Code Block
<script type="text/javascript">
    AJS.$(document).ready(function() {
      AJS.$('#i_pager_button_f').hide();
    });
</script> 

...