ExtJS Video Learning Notes

Source: Internet
Author: User

Object-oriented programming of JS
Ajax Proficiency
JavaScript Design Patterns
Conquer Ajax WEB 2.0 Development Technical details (CD-ROM included)

Baidu, Google, open-source forum
Official Demo and API documentation


Reader
Ext.data.reader.Reader the root class of the reader
Ext.data.reader.Json Json-Formatted reader
Ext.data.reader.Array Array Reader for extended JSON
EXT.DATA.READER.XML XML-Formatted reader

Writer
Ext.data.writer.Writer
Ext.data.writer.Json objects are interpreted as Json to be uploaded to the background
EXT.DATA.WRITER.XML objects are interpreted as Xml in the form of uploading to the background


3/17 Monday
Declaration of the 1.JS class, creation of the object
2. Original method create a window with ExtJS
3. Use a button to trigger the window form to learn about the ExtJS event mechanism
4. Creating window with Extjs4.0 Create
5.
function User () {
THIS.name = "Uspcat";
This.age = 26;
var email = "[email protected]";
This.getemail = function () {
return email;
}
}
var u = new User ();
Alert (U.getemail ());

6.
<body>
<button id= "Myb" value= "Showwin" ></BUTTON>
</body>

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.