Skip to content

Instantly share code, notes, and snippets.

@lancehilliard
Created February 28, 2012 18:20
Show Gist options
  • Save lancehilliard/1934114 to your computer and use it in GitHub Desktop.
Save lancehilliard/1934114 to your computer and use it in GitHub Desktop.
ImageGear for .NET Online Demo (http://igdemos.accusoft.com/imageGearAspNet19/Demo/) "Next Page" command button markup
<img class="toolbarButton toolbarPageNext" alt="Move to Next Page" src="DemoImages/demo_btn32_page_next.png" jQuery1330452980384="46" command="function onToolbarPageNext() {
FileList.set_currentPage(FileList.get_currentPage().nextPage());
}"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment