Open the official atozed blog,
Http://www.atozed.com/IntraWeb/Blog/index.EN.aspx
We can see the following message:
XII-new production release 12.2.12.1
12/13/2012
After a few weeks, intraweb version 12.2.12.1 was promoted to production status.
Click here to be redirected to the download page.
Version history
Check what has changed/What's New in IW XII
What new things does the new version 12.2.12 bring to us? This is a big upgrade compared to 12.2.8. I will introduce you to two long-awaited features:
1. What is the use of the doctype attribute added by tservercontroller/tiwappform? So useful! This attribute is useless if our website is only prepared for IE. As we all know, Internet Explorer's market share has been greatly reduced over the past two years, and chrome is rapidly emerging. This attribute is used to make your website have the same appearance on different browsers. This attribute indicates that intraweb blew the horn of HTML 5. The setting of this attribute will immediately affect the appearance of your webpage. the browser determines how to parse your webpage content based on this attribute. By default, this attribute is empty, that is, the parsing method of the past is retained. If it is a new project, I suggest you do not hesitate to set this attribute to: <! Doctype
HTML>, which is the HTML 5 standard.
2. iwdata_debug.res is provided in the library file. What is this? This is a "key ". If you are a real technical engineer, you want to thoroughly understand and understand intraweb, and make full use of the functions provided by intraweb ", this is the key to enabling the IW backyard. Open this file (or use firebug) and check out the original and clear semantics. The source code of JavaScript with annotations is , you have never analyzed iwdata before. RES is necessary to search for JavaScript refactor Tools everywhere. Reading the Code brings you far more fun than reading a detective novel. I think atozed must be very entangled. After all, this is the result of years of accumulated labor. Is it so easy to make public? In the face of the sudden emergence of web technologies such as jquery, atozed eventually decided to become more generous. There will always be something else to replace. If you look at the gap between flexigrid and iwdbgrid in the jquery camp, you will know that atozed is wise. Fortunately, intraweb is aware of the necessity of opening up. Once the source code of the background is published, it is possible to transform intraweb. You think that place is not ideal and you can change it yourself! It's like modifying your car.