Web App
Web App is a type of UI in UI Builder that lets you build standalone web applications using HTML, CSS and JavaScript. It can be embedded as a component in other UIs, or accessed directly in the browser via its own URL.
Web App UI
-
Review and edit the selected module. Its name is shown in the top left corner; the selected module is marked with a blue vertical line in the Modules tab on the left side of this section.
Split view: press the button in the top right of the editing window to enable split view and compare changes in your code. -
Modules tab: click on a module's name to select it and modify it in the edit window.
Inside the edit window there's quick access to the Modules' dropdown. -
Libraries tab: review existing libraries and add new ones using the + button in the toolbar.
-
Info tab: displays the UI type and Web App name. Click Edit to rename.
Creating a Web App
To create a new Web App:
- Go to UI Manager → Web App tab.
- Click the Create New Web App (+) button.
- Enter a name for your Web App and click Create.
Once created, double-click on the Web App in the list and the editor will open with three default files (Modules):
index.html— the main HTML pagescript.js— JavaScript logicstyle.css— styles
Tip
All Web Apps are available immediately after creation. They are accessible at:
http://localhost:5550/webapps
For example, a Web App named TeleprompterApp is accessible at:
http://localhost:5550/webapps/TeleprompterApp
Managing Web Apps
Right-click any Web App in the list to access the following options: Rename, Duplicate, and Delete.
