On HTML Setup tab page you can set look and feel of your application html frontend page.
Add Logo
Upload and adjust the logo image for your application.
Add Favicon
Upload a small icon for browser tabs.
You can fine tune colors and other properties of html elements in your application frontend. You can create and save, for later use, your own presets or choose from predefined themes.
With Advanced Color Picker you can choose colors more easily and save selections for later use.Although the application does not support transparency in form elements directly, all color values, including those with alpha channels, are preserved and exported to the CSS file for use in the HTML frontend.
All color fields support RGB, RGBA, and Hex formats. You can also use named web colors, such asred,lightblue, ordarkorange, etc.Examples: All values in rgb and rgba goes from 0 to 255 and alpha channel (opacity) goes from 0 to 1
RGB Format: rgb(255, 255, 255) / rgb(red, green, blue)
RGBA Format: rgba(255, 255, 255, 0.8) / rgba(red, green, blue, alpha)
HEX Format: #FFFFFF
Named Color: Like Red, White, Teal …. You can find all named colors on https://www.w3schools.com/tags/ref_colornames.asp
On color double click you can open basic color dialog and choose color you want.
You can save any color combination for later use. Just enter preset name and click save button. After preset is saved, it will appear in “Select Preset” dropdown list.
You can also remove saved preset by selecting desired preset and clicking remove (“X”) button.
Normal State
Hover / Active State
Border
Copy Colors and Settings from Button
Applies button styles to form fields for visual consistency.
Background
Borders
This group of controls lets you fine-tune the flyout menu and how images appear and behave within the menu box.
Flyout Menu Box Settings
Flyout Images
Images in the Flyout menu begin with zero visibility and are positioned outside the flyout box. This section allows you to fine-tune their appearance, animation behavior, and sequencing.
Animation Settings
Appearance Settings
Other border properties are inherited from the button setup, including the button’s border color and hover state.
Other tooltip border properties are inherited from the button setup, including the button’s border color and hover state.
This ensures visual consistency between tooltips and their associated controls.
With this group of controls, you can add, edit, or update existing HTML and CSS code. Your code will be inserted into the appropriate sections of the project’s HTML, allowing you to extend functionality and customize your project further. Each text field that outputs to the frontend HTML can be populated with plain text or HTML code. However, the two fields that affect the CSS style file must be filled with valid CSS selectors and properties.
Magnify Button & Form
You can use the Magnify button to expand editing tabs into a separate form when working on your import code.
This provides a larger workspace and better visibility for complex edits.
On the Magnify Form, you’ll also find buttons with predefined HTML and CSS code blocks to help you quickly scaffold your custom code.
These templates simplify setup and reduce manual typing.
Add text to <header> HTML element.
This text appears at the top of your HTML page, on the right side of logo, and is assigned to the “.userHeaderContent” class.
Add text to <head> HTML element
If you have custom content to import into your HTML page, you can add the code here. This may include your own fonts, icons, or any external libraries that suit your needs.
Add Copyright Text
This text appears at the very bottom of your HTML page and is assigned to the .footer class. It is the last visible element on the page. You can add copyright information or any other content you wish.
Add text to the bottom of the HTML page
This text appears at the bottom of your HTML page and is assigned to the “.footerUserContent” class. It serves as an additional section near the bottom of the visible page and is positioned directly above the copyright element.
CSS
Text entered in this field will be written directly to your project’s CSS file. Use it to define custom styles, including selectors, properties, and values. This allows you to override default styles, add new visual rules, or integrate external design systems.
Custom Loader HTML
Add your custom loader HTML code in this field to personalize how the loading animation or indicator appears on the frontend. This is useful when you want to replace default progress bar with a branded or visually unique loader.
Custom Loader CSS
Add CSS styling here to customize the appearance of your loader. This field lets you define styles for the HTML elements you’ve added in the Custom Loader HTML section, giving you full control over layout, animation, colors, and responsiveness.
✨ Looking for inspiration? You can find a variety of stylish and creative CSS loaders at this nice collection. Perfect for adding a touch of flair to your loading screens.
JavaScript
Text entered in this field will be written directly to your project’s main.js file. You can use it to add custom JavaScript code that introduces new functionality or extends existing features within your project.This is ideal for: overriding default behaviors, adding event listeners or custom UI interactions etc.
⚠️ Be cautious when editing this file—syntax errors or unsafe code may affect your entire project.
Click update HTML button to save all settings used on “HTML Setup” page to your project file. After this, your changes should be visible in web browser preview window on right side of application.