Skip to content

$fn.openDialog(UiCode)

This is a function to transition the screen to another dialog UI.
[v3.3.0] This is a built-in function added.

Arguments

NameTypeDescription
UiCodestringID of the destination dialog UI

Return Value

None

Sample

$fn.openDialog(‘DialogUI01’);