uxclientinbrowser
Differences
This shows you the differences between two versions of the page.
| uxclientinbrowser [2019/11/26 02:39] – created toddmalone | uxclientinbrowser [2021/10/26 18:30] (current) – toddmalone | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Here are some solutions: | Here are some solutions: | ||
| If you want to keep the OA title bar inside the browser, put this code on the init of your first panel: | If you want to keep the OA title bar inside the browser, put this code on the init of your first panel: | ||
| - | < | + | < |
| if(isUltralight()) | if(isUltralight()) | ||
| moduleMaximize(myModuleName()); | moduleMaximize(myModuleName()); | ||
| </ | </ | ||
| if you do NOT want a window title bar in the browser frame, put this code on the init of the topology template base panel (not on any object, just on the init of the base panel such as the responsive designs): | if you do NOT want a window title bar in the browser frame, put this code on the init of the topology template base panel (not on any object, just on the init of the base panel such as the responsive designs): | ||
| - | < | + | < |
| if(isUltralight()) | if(isUltralight()) | ||
| this.windowState = " | this.windowState = " | ||
| Line 15: | Line 15: | ||
| For those who want to run all of their UI types full screen, put this code on the init of the base panel: | For those who want to run all of their UI types full screen, put this code on the init of the base panel: | ||
| - | < | + | < |
| main() | main() | ||
| { | { | ||
uxclientinbrowser.1574735942.txt.gz · Last modified: by toddmalone
