Logo
8.0.37

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 detail page
      • Global Search Result
      • Document processes
      • Responsive CSS
      • Group chat customization
      • Change groupId
      • User with environment info
      • Page header and footer
    • Troubleshooting
    • Public API
Portal Guide
  • 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 PortalNavigatorInFrameAPI.

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

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

Not in IFrame:

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

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

    navigate-back

Previous Next

© Copyright 2024 Axon Ivy AG.