- Learning DHTMLX Suite UI
- Eli Geske
- 326字
- 2021-07-23 15:40:34
Downloading the DHTMLX library>
Now, we are going to download the DHTMLX library from their website and select which files will be used.
Open up your favorite web browser and navigate to www.dhtmlx.com. Here you will see a Download link in the menu. Click on the link. You should now see a page that looks like the following screenshot:

We want to download the entire library of components. DHTMLX calls this the Suite. Locate the Download link on the page for the Standard Edition of the Suite and click on the link. This will begin the download of a ZIP file. Download it to a location other than the application directory so that we can extract and choose which files we will use.
Open the extracted folder in your file manager to view its contents. You will see that it contains many folders, a license file, a readme file, an index.html
file, and several more ZIP files.
Note
DHTMLX can be installed as individual components or as an entire suite.
The folders you see contain the individual components, which allow the individual use for each component.
The ZIP files contain the entire library of components in a compressed format in different skins.
The index.html
file, when opened, provides the documentation for the downloaded version of DHTMLX. The DHTMLX documentation is broken down into two sections, documentation and samples, with details on each component. DHTMLX also provides the most up-to-date version of documentation on the website, but having a local copy is pretty handy when working offline, or if you have a slow network connection.
Next, we will extract the compressed version of the entire library to the application directory. Locate the ZIP file named dhtmlx_std_full.zip
. This contains the actual DHTMLX files which we will use to build the application. Extract the contents of the dhtmlx_std_full.zip
file to the dhtmlx
folder in the application
directory.
Once those have been extracted, we will start creating our application files.
- Getting Started with React
- Oracle Database In-Memory(架構(gòu)與實踐)
- Visual FoxPro 程序設(shè)計
- Java編程指南:基礎(chǔ)知識、類庫應用及案例設(shè)計
- 從程序員到架構(gòu)師:大數(shù)據(jù)量、緩存、高并發(fā)、微服務、多團隊協(xié)同等核心場景實戰(zhàn)
- Web Development with Django Cookbook
- Python高級機器學習
- RESTful Java Web Services(Second Edition)
- Julia 1.0 Programming Complete Reference Guide
- Learning Modular Java Programming
- Emotional Intelligence for IT Professionals
- Web程序設(shè)計與架構(gòu)
- Prezi Cookbook
- Learning Network Programming with Java
- R語言編程:基于tidyverse