Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
      • EO.Web
      • EO.WebEngine
MultiPage Objects

Client side representation of a MultiPage control.

Remarks

This object represents a MultiPage control on the client side. Use methods on this object to get or set the selected page of the MultiPage object on the client side.

Use global function eo_GetObject to get an instance of this object.

Methods
Name Description
getPageCount Gets the total number of pages.
getSelectedId Gets the selected page ID.
getSelectedIndex Gets the selected page index.
selectFirst Selects the first page.
selectLast Selects the last page.
selectNext Selects the next page.
selectPageById Selects a page given the page ID.
selectPageByIndex Selects a page given the page index.
selectPrevious Selects the previous page.