Before we start:
1. All my knowledge comes from Internet and I'll 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. (In a word: Make a Web page as rich as a desktop program)
I recommend use Firefox as a dev tool.
Also we need ExtJS 4.x (please go to ... download your ExtJS 4.x)
(Recommend:pls use version4.2,if there are any new version like 5.x, we'll see it in a future article)
Create a new Folder "Demo1" in which create another folder "ExtJS" and a HTML file "helloworld.html"
Copy this to your newly created folder "ExtJS"
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
Has a look at-what happends. (Run helloworld.html)
What do 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 have done all I could think in Web view layer, at least now, I believe so)
Study ExtJS 4.x