In this chapter you'll find out general principles of building design (inheritance and disposal of components).
The main building ground of your design is Components tree. Exactly there you add and delete elements of the design.
It's a mandatory component and can't be deleted. But you can set for it any scheme you wish (by default, 3U scheme).
From all the DHTMLX components we should single out a little group of items that differ from all others. These are container components which intend for disposal other components into them. They are:
The inheritance chain of the tree has four basic nesting levels:
There are 2 ways to add component of the same or of the lower nesting level: through pop-up context menu and through controls of the 'Components tree'.
By that we mean to set their properties to the desired values and add the appropriate event handlers from the Properties/events pane.
At this point, you can save your design to local storage for usage in Designer later.