- 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.
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- PHP 7底層設計與源碼實現
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Cassandra Data Modeling and Analysis
- Flash CS6中文版應用教程(第三版)
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Responsive Web Design by Example
- 微信小程序全棧開發技術與實戰(微課版)
- Windows Embedded CE 6.0程序設計實戰
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Lift Application Development Cookbook
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Scrapy網絡爬蟲實戰
- 軟件測試技術
- Zend Framework 2 Cookbook