Skip to content

UI Editor

The editor has a layout view and a text view, and the views can be switched.
Layout view is the canvas mode of the UI editor, and text view is the table mode of the UI editor.
Each view is described below.

Layout View

Use the editor to create the UI layout. When the UI is opened, the canvas area is displayed.
Layout is done by placing web components, such as text fields etc. called components, on the canvas using the mouse.
For the appearance and behavior of a component, set the component’s property

Component Placement

Drag the component in the left panel to the canvas with the mouse. Can be dropped anywhere.

Component Selection

Click on a component to select it.

Component Movement

Selected components can be moved by dragging. Use the cursor keys to move by 1px.

Component Resize

Components can be selected and then resized with the mouse. It is also possible to set the Width/Height from the property

Duplication

You can copy components from the context menu or from shortcuts.

Component Deletion

Components can be deleted from the context menu or with the Delete key.

Order

Since components can be placed freely on the canvas, they may overlap each other. The overlap position between components can be changed from the context menu.

Bring Forward

Moves the target component forward by one.

Bring to Front

Brings the target component to the front.

Send Backward

Moves the target component one step to the back.

Send to Back

Moves the target component to the back.

Align

When multiple components are selected, you can align them collectively using the context menu.

Align Left

Align the selected components to the left.

Align Top

Align the selected components to the top.

Align Right

Align the selected components to the right.

Align Bottom

Align the selected components to the bottom.

Align Horizontal Center

Align the selected components to the vertical center.

Align Vertical Center

Align the selected components to the horizontal center.

Text View

Text view is the table mode of the UI editor.
You can browse components placed in the UI editor in a list format, edit properties, and delete components.
The list format displays the following items

ItemDescription
IDDisplays the component ID.
LabelDisplays the component label.
WidthDisplays the component width.
HeightDisplays the component height.
XDisplays the X coordinate of the component placement position.
YDisplays the Y coordinate of the component placement position.
Edit MenuComponent properties can be edited.
Delete MenuComponent can be deleted.

Layout Info

This feature displays the X/Y coordinates and the width and height of a UI component when it is selected.
You can choose which property values to display from Display Info located at the top right of the editor.

ItemDescription
X/YDisplays X and Y values.
Width/HeightDisplays width and height values.

Appearance

This feature allows you to switch the appearance mode of the displayed UI.
You can edit the UI while checking the display in each appearance mode.
You can select the appearance mode to display from Appearance located at the top right of the editor.
This feature was added in v4.1.0.

ItemDescription
LightDisplays the UI in light mode.
DarkDisplays the UI in dark mode.

Multi-Event Control

This feature controls the simultaneous submission of different actions from different components placed in the UI.
You can choose whether to allow simultaneous submission from Multi-Event Control located at the top right of the editor.

ItemDescription
AllowAllows simultaneous submission of different actions from different components.
RestrictPrevents simultaneous submission of different actions from different components.

Language

This feature allows you to switch the language of the displayed UI.
If language-specific settings are configured in each component’s properties, you can edit the UI while checking the display in each language.
You can select the language to display from Language located at the top right of the editor.

ItemDescription
DefaultDisplays the UI in the default state.
EN - EnglishDisplays the UI in English.
JA - JapaneseDisplays the UI in Japanese.