How to Add an Element
🎯 Learn how to add new elements to your AVStudio project using different methods.
This guide explains each option available for inserting UI elements such as buttons, sliders, switches, and more.
Available Elements
AVStudio currently supports the following UI elements:
Button
Checkbox
Dpad
Image
Keypad
Text
Slider
Round Slider
Color Picker
Switch
Subpage
Subpage List
Video
Player
Circle Slider
Each element has its own properties panel and configuration options.
You can view their individual documentation pages for detailed setup and usage.
👉 From Page Containers
Steps
- Go to
Container
underPage Containers
. - Click the dropdown arrow and select
Elements
. - Choose
Add Element
, then select the desired type. - In the
Type
dropdown, select the element (e.g.,Button
,Switch
,Image
). - Click
Add Element
to insert it into the layout.
👉 From the Editor (Right-Click)
Steps
- Right-click anywhere on the
Editor
workspace. - Select
Add Element
, then choose the desired type. - Click
Add Element
to confirm.
👉 By Dragging from the Toolbar
Steps
- On the right-hand side of the
Editor
, locate the Elements Toolbar. - The toolbar shows element icons by default. If you prefer to view the element names, click the small arrow to expand the toolbar and display labels (e.g., Text, Button, Slider, Image).
- Find the element you want to add.
- Drag it from the toolbar onto the
Editor
workspace, then release to place it.
📌 You can use this method on any page or subpage that opens in the Editor
. It works for both responsive and adaptive pages.
📌 Key Points
- Use Page Containers for structured placement within container layouts.
- Use the Editor context menu for faster additions to any active page.
- Use drag-and-drop for visual positioning and layout refinement.
- Newly added elements appear immediately in the
Editor
and property panel.
❓ Frequently Asked Questions (FAQ)
Can I add multiple elements at once?
No, elements must be added one at a time, but you can duplicate them after placement.
Where do new elements appear by default?
They are added to the current container or active page within the Editor.
Can I reorder or move elements after adding them?
Yes. Drag the element directly within the Editor
or use the hierarchy panel.