-
Notifications
You must be signed in to change notification settings - Fork 12
DOM Tree
teodorpk edited this page Jun 4, 2018
·
2 revisions
Use the DOM Tree to explore the structure of your pages. You can access it by clicking the DOM button:
You can select an element on your page and then it is automatically highlighted in the DOM Tree:
You can explore its attributes and properties and setup them as you need in the properties inspector. They are different for different elements on your page, so the content of the properties inspector changes according to the selected element:
Right clicking an element allows you to insert any other element before, after or inside it:
DOM Tree toolbar allows you to add, duplicate and delete (1) elements in the tree or search for a specific element (2):
© Wappler 2018
- Home
- Getting Started
- How-to Guides
- Project Manager
- Bootstrap 4 Visual Designer
- Image Galleries & Animations
-
Server-side Components
- Connecting to a Database
- Creating Database Queries
- Binding Data on the Page
- Formatting Dynamic Data
- Filter Data with Text Input
- Filter Data with URL Param
- Dynamic Select Menu
- Dynamic Sortable Table
- Dynamic Paging
- Server Side Includes (SSI)
- Insert Database Record
- Get Inserted Record ID
- Delete Database Record
- JSON Data Sources
- Send Form to Email
- Debugging Problems
- Security & Login
- Form & Data Validation
- Notifications & Alerts
- Mobile Apps