Page tree

Versions Compared

Key

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

...

Warning

Important note: i_pager_button_f is a dynamic value and consist of static prefix ("i_pager_button_") followed by the name of the ConfiForms form. In this example the form name is "f"

  

Or to remove the element completely from HTML document:

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