eDition Documentation

  • Increase font size
  • Default font size
  • Decrease font size
Home eDition FLASH API Navigations

Print Recommend

  • Navigation inside eDition

    actionCommand ("gotoPage", page, linkName);

    // go to page
    // page: NUMBER - go to page number (required)
    // linkName: STRING - for statistic, use web safe characters, max 30 (optional)
    // example: actionCommand ("gotoPage", 5);
    // go to page number 5

    actionCommand ("gotoNextPage");

    // go to next page

    actionCommand ("gotoLastPage");

    // go to last page

    actionCommand ("gotoPreviousPage");

    // go to previous page

    actionCommand ("gotoFirstPage");

    // go to first page


Home eDition FLASH API Navigations