Documentation

page

sets the currently active page (zero-based numbering)

number page;

Example

var myPager = webix.ui ({
        view:"pager",
        container:"paging_here",
        page:3
});

See also

  • samples
  • articles
  • Back to top