Logo
9.1.0

Portal

  • User Guide
  • Developer Guide
    • Introduction
    • Architecture
    • Installation
    • Settings
    • Components
    • IFrame in Portal
    • Customization
      • Build your own portal
      • PortalStyle customization (logos, colors, date patterns)
      • Login
      • Menu
      • Portal home
      • Task widget
      • Task item details
      • Case widget
      • Case item details
      • Default user process
      • Default chart
      • Default statistic custom field
      • Default chart color
      • Change password process
      • Logout process
      • Express end page
      • Express external data provider
      • Navigate back
      • Hide technical stuffs
      • Additional case details page
      • Global Search Result
      • Document processes
      • Responsive CSS
      • Group chat customization
      • Change group id
      • User with environment info
      • Page header and footer
    • Troubleshooting
Portal Guide
  • Docs »
  • Developer Guide »
  • Customization »
  • Navigate back

Navigate backΒΆ

When a task finishes, Portal will navigate back to previous page. For example if a task is started from homepage, go back to homepage. In case task is started from task list, go back to task list after finish.

In case your project has navigation button without finishing a task, e.g Cancel, navigate

In IFrame:

  • Home page: call navigateToPortalHome() from class PortalNavigatorInFrame.

  • Previous page: call navigateToPortalEndPage() from class PortalNavigatorInFrame.

  • A specific url: call navigateToUrl(String url) from class PortalNavigatorInFrame.

Not in IFrame:

  • Home page: call navigateToPortalHome() from class PortalNavigator.

  • Previous page: call navigateToPortalEndPage() from class PortalNavigator.

    navigate-back

Next Previous

© Copyright 2020 AXON Ivy AG