$fn.nextUI(uiCode)
Function to transition the screen to another UI.
Arguments
| Name | Type | Description |
|---|---|---|
| uiCode | string | ID of target UI |
Return value
None
Sample
$fn.nextUI(‘UI01’);
Function to transition the screen to another UI.
| Name | Type | Description |
|---|---|---|
| uiCode | string | ID of target UI |
None
$fn.nextUI(‘UI01’);