ExtJS Study notes (1)---EXTJS installation and its use

Source: Internet
Author: User

Download the ExtJS 3.2 SDK from the official website, which contains detailed instructions, documentation, examples, and other files for code dependencies. Among them, the adapter and resources files are necessary for the normal operation of Ext, and others are only used during the development process.

Adapter: Files that support the use of Ext and other code libraries

Build: Files for customizing Build Ext-all.js

Docs: Document Center (normal access only when running on the server)

Examples: A number of impressive and insightful examples

Resources:ext dependent files, such as CSS and pictures

All code for Source:ext

Before using EXT, we need to introduce the library file of ext in the page now, in order to achieve this, we need to introduce the SDK file just downloaded in the head tag area of the HTML page.

The reference path of the Ext file must be correct and is the relative path to the HTML page. These files must be introduced once in a sequential order.

Main CSS files in 1.ext-all.css ext

2. External JS library files can be introduced if necessary

3.ext-base.js Ext Code Library "adapter"

4.ext-all.js or ext-all-debug.js main ext code library file

5. Introduce the theme file in this location, or it can be referenced anywhere after the introduction of the main ext CSS file.


The prerequisite knowledge is ready and the first ExtJS page has been written.


Program:

The effect is very good, and the dialog box is free to drag, of course, confined to the area of the page, because this is not a real dialog box, but a series of div tags and pictures of the combination of simulation. In this way, the foreground of HTML is very good.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.