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
containerId
Id of the container
Example
Engine.getInstance().changeFlowEvent('testSubFlow', 'Q009_main_mainContent')
See also