launchNewFlow
Description
Use this function to launch a new flow with flowId, and replace the new page in the containerId container.
Usage
Client side: Y
Server side: N
Syntax
launchNewFlow(String flowId, String containerId)
Argument
flowId
Id of the flow to be launched
containerId
Id of the container
Example
Engine.getInstance().launchNewFlow('Q009_BTTContainerFlow', 'Q009_main_mainContent')
See also