Development tools : Global functions : Engine.getInstance category : changeFlowEvent
  
changeFlowEvent
Description
Use this function to trigger a event to find the next page state, and replace the new page in the containerId container.
Usage
Client side: Y
Server side: N
Syntax
changeFlowEvent (String flowEvent, String containerId)
Argument
flowEvent
Name of event
This graphic is described in the surrounding text.
containerId
Id of the container
This graphic is described in the surrounding text.
Example
Engine.getInstance().changeFlowEvent('testSubFlow', 'Q009_main_mainContent')
Go up to
Engine.getInstance category