Study ExtJS 4.x

Before we start:  

                   1.  All my knowledge comes from Internet and I will try my best to present the reference link。

                   2.  I would be glad if u could join me with the same topic.

                   3.  I am green hand, really..

                   4.  never code for u , u code for urself.(I give u my pics never codes)

 

Content:

                   1. Start with a fine demo.    -----2014/10/11

                   2. 

 

 

Now We Begin:

1. A fine Demo with extjs.

 

what is extjs?

JavaScript Framework for building Rich Desktop Web Applications.(一句话:把网页做的丰富的像桌面程序那样)

 

 I recommend you to use Firefox as a dev tool.

Study ExtJS 4.x_第1张图片

also we need extjs 4.x  (please go to ......download your extjs 4.x)

(recommend: pls use version4.2,if there is any new version like 5.x, we will see it in a future article  )

Study ExtJS 4.x_第2张图片

 

create a new folder "demo1" in which create another folder "extjs" and a html file "HelloWorld.html"

Study ExtJS 4.x_第3张图片

copy this to your newly created folder "extjs"

Study ExtJS 4.x_第4张图片Study ExtJS 4.x_第5张图片

 

write these code in helloworld.html

 

key file:  (1 css file and 1 js file)

1.  extjs/resources/css/ext-all.css

2. bootstrap.js

 

Have a look at what happends..(run helloworld.html)

Study ExtJS 4.x_第6张图片

what we get?

A beautiful UI(or ...) for web applications which is amazing and attractive.

 

what we really get?

1. css 

2. javascript

3. pics in html or other sources in html.

(this framework has done all I could think in web view layer, at least now , I believe so) 


 

你可能感兴趣的:(ExtJs)