📄️ Panel
A form design object used to group form objects, providing the option to hide or unhide groups of objects.
📄️ Tabs
An object for switching between screens designed as different form views. Each of multiple tabs can be designed by dragging other form objects with different designs, and the objects in the active tab can be edited by switching between tabs.
📄️ Row
Objects for adding rows to the form screen. When designing a form, it divides the screen on a row-by-row basis so that it can show other form objects on those lines.
📄️ Column
Objects for adding columns to a form screen. When designing a form, it divides the screen on a column-by-column basis so that it can show other form objects in these columns.
📄️ Transfer
It is an object that presents the values from a data source or the values that the developer has added as an element to the user in the form of a list in the source column and is used to transfer the element to the destination column by selecting the element from this data.
📄️ TabMenu
With the TabMenu object, a tabbed structure can be created on the form. Users are represented in a tabbed structure by clicking on the elements in the TabMenu.
📄️ Ribbon
With the Ribbon object, the developer can design a customized toolbar on the form so that the action can be performed on the form according to the items that will be added to the toolbar. Users can use this customized toolbar to perform different operations.
📄️ ScrollView
While the active screen is a form in the authoring interface, the Toolbox panel lists form objects. The object is added to the form by drag/drop from the toolbox panel.
📄️ Iframe
An object that is used when you want to display a different web page on the form.