Features
This page contains structured information that will help you to start working with DHTMLX Menu and go into deep dive on its functionality.
How to start with DHTMLX Menu
In this section you can find out how to initialize Menu, how to add controls inside a Menu and how to integrate a Menu into your applications.
Menu initialization
Topic | Description |
---|---|
Basic initialization | Learn how to initialize a Menu |
Loading data into Menu
Topic | Description |
---|---|
Loading data into Menu | Read how to load the initial data into Menu |
Initialization with config.data | The example shows how to load data into Menu on the initialization stage |
Initialization with data.load() | The example shows how to load data from external file |
Initialization with data.parse() | The example shows how to load data from a local data source |
Initialization with external TreeCollection | The example shows how to load data from external TreeCollection |