Ext v1.1 Released
August 1, 2007 by Jack Slocum
The Ext team is proud to announce the immediate availability of Ext v1.1 for download. The 1.1 version includes the new stand-alone version of Ext, a lightweight HTML editor, a new Ext.Ajax utility class, enhancements to DateField and DatePicker, expanded documentation and bug fixes.
Ext Stand-alone
An important step in Ext’s evolution as it’s no longer a requirement that you use a 3rd-party base library when developing an application with Ext. The Ext framework will continue to include adapters for other popular libraries to allow you, the developer, to choose the most appropriate library for your project.
Below are the combined weights minimized (not packed) for each of the base libraries. The ext-base.js has been built to just include what Ext needs to run, so the result file size is much smaller.
| Base Library | Requirements | File Size |
|---|---|---|
| Ext Base | ext-base.js | 36 KB |
| Yahoo UI | yahoo.js, dom.js, event.js, connection.js, animation.js, ext-yui-adapter.js | 58 KB |
| jQuery | jquery.js, dimensions.js, forms.js, ext-jquery-adapter.js | 62 KB |
| Prototype/Scriptaculous | prototype.js, scriptaculous.js, effects.js, ext-prototype-adapter.js | 71 KB |
HTML Editor
We received many requests from the Ext community following the 1.0 release to add a lightweight WYSIWYG html editor to Ext that integrates well with the other Ext components. The HtmlEditor component in 1.1 is extremely lightweight (12 KB) and easy to customize with other features you may need.

You can see it in action here.
DateField enhancements
New flexible user input dates parsing and a new month/year selection implementation. Thanks to everyone in the Ext community who provided us with input and feedback on how it should be done!

You can see it in action here.
Ext.Ajax
A new flexible API for making Ajax requests with Ext. Ext.Ajax provides features such as global headers and parameters, cross library file uploads and most importantly, global Ajax events. These events are very powerful and could be used to queue and combine Ajax requests into a single call, cancel requests, provide data locally, add parameters, etc.
Here’s a very simple piece of sample code that could be used to show a loading spinner while Ajax requests are in progress.
Ext.Ajax.on({ 'beforerequest': function(){ Ext.get('spinner').show(); },
‘requestcomplete’: function(){
Ext.get(’spinner’).hide();
}
});
Behaviors
Ext.addBehaviors(…) allows for easy attaching of behaviors/DOM event handlers in Ext 1.1. Here’s a snip from the docs:
Ext.addBehaviors({ // add a listener for click on all anchors in element with id foo '#foo a@click' : function(e, target){ // do something },
// add the same listener to multiple selectors
‘#foo a, #bar span.some-class@mouseover’ : function(e, target){
// do something
}
});
Improved API Documentation
Improving the API documentation was a big priority for 1.1 and we would like to thank all the people in the Ext community who helped by contributing or reporting missing documentation. A special thanks goes to Fernando Gomez (efege), Tim Ryan (tryanDLS) and Nige White (Animal).
Make sure you also take a look at the growing Ext: Learn section of extjs.com where many members of the Ext community have been creating tutorials, an FAQ and other learning resources.

Posted on August 1st, 2007 at 12:36 pm
[…] Mehr Informationen gibt es im Ext JS Blog. […]
Posted on August 1st, 2007 at 1:02 pm
[…] the latest bits here Link to the Ext JS Blog […]
Posted on August 1st, 2007 at 1:14 pm
Congratulations goes to the Ext Team once again! Awesome job with this release, glad to see more time can now be spent on 2.0
Posted on August 1st, 2007 at 1:22 pm
[…] Team has made the final 1.1 release and declared it as the new stable version! Head on over to the Ext Blog to check out the latest additions. Or you could just grab a copy and play around with it […]
Posted on August 1st, 2007 at 3:35 pm
Thanks Jack…great job, as always
Posted on August 1st, 2007 at 5:18 pm
Strangest thing…when you change font right after first using the HTML text editor, it generates tags. After switching to HTML (raw) view and back, though, it uses .
Why the tags initially?
Posted on August 1st, 2007 at 5:19 pm
Heh. With angle brackets encoded:
Strangest thing…when you change font right after first using the HTML text editor, it generates <font face=…> tags. After switching to HTML (raw) view and back, though, it uses <span style=”font-face:…”>.
Why the <font> tags initially?
Posted on August 1st, 2007 at 6:05 pm
Great Job, Thanks
Posted on August 1st, 2007 at 6:42 pm
Ext JS 1.1 Released…
…
Posted on August 1st, 2007 at 7:57 pm
Nice,Nice upgrde!
Posted on August 1st, 2007 at 9:06 pm
Shouldn’t this be on the front page of Ajaxian? This is big news! Thanks everyone who worked on this.
Posted on August 2nd, 2007 at 2:09 am
Rock & Roll!!! Another milestone.
Posted on August 2nd, 2007 at 3:04 am
good nice work, Thanks
Posted on August 2nd, 2007 at 4:53 am
Due etti di prosciutto tagliato sottile sottile….
Posted on August 2nd, 2007 at 5:26 am
So where does one get this ext-base.js? I can’t find it anywhere.
Posted on August 2nd, 2007 at 8:13 am
It’s in the archive: ext-1.1.zip\ext-1.1\adapter\ext\ext-base.js
Posted on August 2nd, 2007 at 8:37 am
[…] answer to, “Yes, but does it look wicked cool?” Several folks pointed us to yesterday’s release of Ext 1.1: The Ext team is proud to announce the immediate availability of Ext v1.1 for download. The 1.1 […]
Posted on August 2nd, 2007 at 8:39 am
woot!
Posted on August 2nd, 2007 at 8:52 am
I love the rich text editor. Is there a file I can download where I can get _only_ the rich text editor (not all the other ajax stuff)? It would be a lovely drop in replacement for the RTE I’m currently using on my site.
Posted on August 2nd, 2007 at 9:14 am
good job
Posted on August 2nd, 2007 at 9:53 am
[…] 1.1 released with nice new features: http://extjs.com/blog/2007/08/01/ext-v11-released/ « előző | Bártházi András — 2007. 08. 02. […]
Posted on August 2nd, 2007 at 10:14 am
Cool , l llike it.
Posted on August 2nd, 2007 at 11:33 am
Sweet!! just in time for me while churing out 2 projects using Ext JS. Thanks to the whole team..
Posted on August 2nd, 2007 at 12:19 pm
[…] Jack and his team have released Ext v1.1. The 1.1 version includes the new stand-alone version of Ext, a lightweight HTML editor, a new […]
Posted on August 2nd, 2007 at 1:22 pm
[…] Ext JS 1.1 posted by admin at 10:22 am […]
Posted on August 2nd, 2007 at 2:02 pm
Congrats gents on a fine release! Looking forward to getting dirty with 2.0 down the road
Posted on August 2nd, 2007 at 2:13 pm
( . ) ( . ) !!!!
Posted on August 2nd, 2007 at 2:36 pm
When will you guys only learn to put ONLY the fields?!
“Format” “Remove Format” | „Bold“ „Italic“ | “Unnumbered List” “Ordered List” “Intend” “De-Intent” | “Add Link“ “Remove Link“ | “Text-Foreground” “Text-Background” | “Insert Table” „Insert Image“ should be enough for every user!
Buttons like “make text bigger” or “make smaller” or “font-family” or “font-size” do NOT MAKE ANY sense at all and only encourages bad formatting! Recently i searched for an alternative Blog client, but i could not use any of them because most did not have a „Format“-field. I have stylesheets assigned to lists and headings that do my formating! That is why they exist!
ANYWAY great work on Ext! I love it very much!
Posted on August 2nd, 2007 at 2:51 pm
[…] will you guys finally learn to write good documents?! Yesterday the popular JavaScript framework Ext 1.1 was released, including finally a WYSIWYG […]
Posted on August 2nd, 2007 at 3:12 pm
[…] You can read the blog post here. […]
Posted on August 2nd, 2007 at 8:23 pm
Though I am new to web progamming. I loved Ext to use after long time with cute Eclipse development.
Great, tool and fast responses with the community for helps.
Still long way to go, but really a great start.
Posted on August 2nd, 2007 at 11:42 pm
Great Job!!! Thanks
Posted on August 3rd, 2007 at 12:52 am
Hi,
Congratulations to the Ext development Team! I have started using the v1.1-RC and i am very pleased with the v1.1 release.
Keep up the work
–Abdel
http://olakara.googlepages.com
http://technopaper.blogspot.com
Posted on August 3rd, 2007 at 5:09 am
oh ho,i will try it.
Posted on August 3rd, 2007 at 6:45 am
Dude, this is beautiful. Thanks!
Posted on August 3rd, 2007 at 9:38 am
Great work - I can’t wait for 2.0
Posted on August 3rd, 2007 at 10:18 am
[…] answer to, “Yes, but does it look wicked cool?” Several folks pointed us to yesterday’s release of Ext 1.1: The Ext team is proud to announce the immediate availability of Ext v1.1 for download. The 1.1 […]
Posted on August 3rd, 2007 at 1:06 pm
I see the cheerful future.
Thank you for splendid work.
Posted on August 3rd, 2007 at 1:54 pm
Beautiful, great work guys!
Posted on August 3rd, 2007 at 3:46 pm
[…] pa je prišla nova verzija javascript extensiona, ext 1.1 js knjižnico za kliente. V čem je finta se boste vsi spraševali (ki ste tako in tako […]
Posted on August 4th, 2007 at 4:49 am
When ext 2.0?
Posted on August 4th, 2007 at 1:21 pm
I’m in and its good
Posted on August 4th, 2007 at 8:38 pm
[…] Ext JS Blog - » Ext v1.1 Released (tags: ajax) […]
Posted on August 4th, 2007 at 10:40 pm
thanks,what a great job…
Posted on August 5th, 2007 at 9:26 pm
[…] Ext JS Blog (tags: development javascript ajax ext) […]
Posted on August 5th, 2007 at 11:51 pm
Excellent progress… World Class!
Posted on August 6th, 2007 at 9:10 am
XHTML support whould be really nice
Posted on August 6th, 2007 at 9:21 pm
Perhaps this should be posted somewhere more appropriate, but I wanted to be helpful and make this known but do not have the time to find the proper channel to do so. The date-picker function is nice, but it reduces the year to two digits… even if one specifically chooses an ambiguous date. For instance, using the mouse I picked November 22, 1907. It reduced this to 11/22/07. I also used the mouse to pick November 22, 2007. It also reduced this to 11/22/07. Perhaps it needs to expand years to 4 digits as this will prevent such a problem.
Posted on August 7th, 2007 at 2:21 pm
StareClips, the date format for the field is easily configurable to any format you want including 4 digit years.
Posted on August 8th, 2007 at 12:36 am
[…] Ext JS ได้ออกเวอร์ชั่นใหม่มา เป็นเวอร์ชั่น 1.1 หลายคนคงจะรู้ไปแล้ว […]
Posted on August 8th, 2007 at 5:37 am
At first sight ExtJS seemed an evolution, now though its confirmed that its a revolution. Kudos to Jack and the team. Keep it coming, i’m simply loving it.
Posted on August 10th, 2007 at 10:40 am
Marvelous! I’m already taking advantage of all these great features, especially the AJAX enhancements!
Keep up the great work!
Posted on August 11th, 2007 at 8:48 pm
[…] Ext JS Blog - Ext v1.1 Released - The Ext team is proud to announce the immediate availability of Ext v1.1 for download. The 1.1 version includes the new stand-alone version of Ext, a lightweight HTML editor, a new Ext.Ajax utility class, enhancements to DateField and DatePicker […]
Posted on August 12th, 2007 at 5:45 am
merci
Posted on August 13th, 2007 at 3:50 pm
Great stuff!
Would you consider adding a time picker to the calendar widget at any stage?
Posted on August 13th, 2007 at 11:04 pm
Great job, Jack & Team! Can’t wait for 2.0.
Posted on August 14th, 2007 at 4:18 am
[…] Mein Favourit heißt JQuery 1.3.1 Es ist sehr kompakt und erzielt über alle Browser hinweg konstante Ergbenisse ohne große Ausfälle. Ähnlich gute Ergebnisse liefert DoJo Query - der 2. Sieger wg. mehr Fehlern und insgesamt etwas höherer Größe (44Kb gepackt vs. 23Kb gepackt). Die Performance der Frameworks mit den absolut besten Werten, Moo und Prototype lässt unter dem Internet Explorer leider zu wünschen übrig, ansonsten sind beide ebenfalls top und unter Safari und Firefox auch extrem performant. CSS Query ist aus dem Rennen. ExtJS ist leider relativ fehleranfällig und auch relativ groß. Eventuell ändert sich das mit dem neuen Release. […]
Posted on August 17th, 2007 at 7:22 am
Impressionnant, très beau boulot !
Posted on August 20th, 2007 at 7:00 pm
Man, it keeps getting better. Thanks for all the hardwork!
Posted on August 23rd, 2007 at 6:10 am
Evansville, Indiana Attorneys - Kahn, Dees, Donovan & Kahn, LLP…
Thank you for your post!…
Posted on August 23rd, 2007 at 7:33 am
WebArchitects - Weaving You Into The Web (sm)…
Thank you for your post!…
Posted on August 23rd, 2007 at 3:09 pm
Great Library! Great Job!
Thanks
Posted on August 27th, 2007 at 1:12 pm
I am trying to run sample dialog boxes from sample files in ext 1.1 but it won’t work click on buttons.
I have browser IE 6.0.2900
Posted on August 27th, 2007 at 8:26 pm
[…] Ext JS Blog - » Ext v1.1 Released The Ext team is proud to announce the immediate availability of Ext v1.1 for download. The 1.1 version includes the new stand-alone version of Ext, a lightweight HTML editor, a new Ext.Ajax utility class, enhancements to DateField and DatePicker, expanded (tags: dev javascript ajax web ria ui tools opensource) […]
Posted on September 1st, 2007 at 6:07 pm
tw4tw4
Posted on September 2nd, 2007 at 4:09 pm
Programming Tutorials…
I couldn’t understand some parts of this article, but it sounds interesting…
Posted on September 2nd, 2007 at 9:03 pm
many thanks!!! it’s a great job!
i love ext, because it’ve gave me much exiting on web developing!
Posted on September 8th, 2007 at 8:55 am
good job!
Posted on September 9th, 2007 at 9:01 pm
KlavierKlavierFan…
[…] Good piano performance. Thanks heaps for this!… if anyone else has anything it would be much appreciated. Great website http://www.klavier.m256.net Enjoy!…
Posted on September 17th, 2007 at 12:09 am
jenna jamison…
jenna jamison…
Posted on September 17th, 2007 at 10:55 am
[…] pretty slick. Don’t see what you need there? You might be interested in something like Ext JS, which can plug right into jQuery. extend, javascript, jquery, plugins, ui This entry was written […]
Posted on October 2nd, 2007 at 2:47 pm
http://www.familyfundaysout.info/family law.shtml…
Great site dude…
Posted on October 2nd, 2007 at 5:37 pm
This is awesome!!
If I want to start using it in a new project, Should I use 1.1 or 2.0 Alpha is stable?
Posted on October 5th, 2007 at 1:48 am
cal…
cal…
Posted on October 6th, 2007 at 9:08 am
http://www.familyfundaysout.info/day of defeat.shtml…
keep it up…
Posted on October 8th, 2007 at 6:09 am
Jessie…
In a recent study, researchers at Indiana University examined the behavior of men and women during a speed-dating session and came up with some not-so-surprising findings…
Posted on October 10th, 2007 at 9:17 pm
michigan credit card processing…
michigan credit card processing…
Posted on October 29th, 2007 at 5:41 am
greatings…
Agree…
Posted on November 1st, 2007 at 7:58 am
セックス画像…
セックス画像…
Posted on January 20th, 2008 at 7:56 pm
[…] Ext JS Blog: Ext v1.1 Released (tags: ext yui javascript) […]
Posted on January 27th, 2008 at 9:08 pm
dxyvstkf…
dxyvstkf…
Posted on April 30th, 2008 at 5:02 pm
mesothelioma
mesothelioma
Posted on April 30th, 2008 at 5:14 pm
download music
download music