Blog

Ext v1.1 Released

August 01, 2007 | 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.

There are 70 responses. Add yours.

Ext JS 1.1 Final erschienen - dynamicinternet

5 years ago

[...] Mehr Informationen gibt es im Ext JS Blog. [...]

Ext JS 1.1 Final « These are the days

5 years ago

[...] the latest bits here Link to the Ext JS Blog [...]

Rich Waters

5 years ago

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 smile

Rich Waters » Blog Archive » Ext Happe

5 years ago

[...] 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 [...]

johnnycannuk

5 years ago

Thanks Jack…great job, as always

pyrolupus

5 years ago

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?

pyrolupus

5 years ago

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?

kevinzc

5 years ago

Great Job, Thanks

Agile Ajax

5 years ago

Ext JS 1.1 Released…

...

Frank

5 years ago

Nice,Nice upgrde!

jones

5 years ago

Shouldn’t this be on the front page of Ajaxian?  This is big news!  Thanks everyone who worked on this.

dragonfly

5 years ago

Rock & Roll!!! Another milestone.

organic

5 years ago

good nice work, Thanks

Kukuskin

5 years ago

Due etti di prosciutto tagliato sottile sottile….

Dean Edwards

5 years ago

So where does one get this ext-base.js? I can’t find it anywhere.

Markus Fischer

5 years ago

It’s in the archive: ext-1.1.zip\ext-1.1\adapter\ext\ext-base.js

Ajax Girl » Blog Archive » Ext 1.1 Rel

5 years ago

[...] 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 [...]

BernardChhun

5 years ago

woot! smile

Jordan

5 years ago

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.

lele

5 years ago

good job

Turulcsirip - Bártházi András

5 years ago

[...] 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. [...]

huangfengjing

5 years ago

Cool , l llike it.

funkycoda

5 years ago

Sweet!! just in time for me while churing out 2 projects using Ext JS. Thanks to the whole team..

Pagebakers » Ext v1.1 released

5 years ago

[...] 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 [...]

Ext JS 1.1 Released Yesterday | Matt Snider JavaSc

5 years ago

[...] Ext JS 1.1 posted by admin at 10:22 am   [...]

MD

5 years ago

Congrats gents on a fine release! Looking forward to getting dirty with 2.0 down the road wink

djliquidice

5 years ago

( . ) ( . ) !!!!

mg

5 years ago

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!

evølutiøn-515.net » Blog Archive » WYS

5 years ago

[...] will you guys finally learn to write good documents?! Yesterday the popular JavaScript framework Ext 1.1 was released, including finally a WYSIWYG [...]

Ext 1.1 launched « TechBabble

5 years ago

[...] You can read the blog post here. [...]

marimuthup

5 years ago

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.

cOdH

5 years ago

Great Job!!! Thanks

Abdel

5 years ago

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

qqeerr20012001

5 years ago

oh ho,i will try it.

Marcus

5 years ago

Dude, this is beautiful. Thanks!

IBM User

5 years ago

Great work - I can’t wait for 2.0

Ext 1.1 Released « outaTiME

5 years ago

[...] 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 [...]

judajuda

5 years ago

I see the cheerful future.
Thank you for splendid work.

methodz

5 years ago

Beautiful, great work guys!

Samirjev blog! » Objave » Ext 1.1

5 years ago

[...] 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 [...]

ikuzgun

5 years ago

When ext 2.0?

spidergeuse

5 years ago

I’m in and its good

links for 2007-08-05 « Mike Does Tech

5 years ago

[...] Ext JS Blog - » Ext v1.1 Released (tags: ajax) [...]

kaiak

5 years ago

thanks,what a great job…

links for 2007-08-06

5 years ago

[...] Ext JS Blog (tags: development javascript ajax ext) [...]

cluettr

5 years ago

Excellent progress… World Class!

Sid

5 years ago

XHTML support whould be really nice

StareClips.com

5 years ago

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.

Jack Slocum

5 years ago

StareClips, the date format for the field is easily configurable to any format you want including 4 digit years.

Ext JS 1.1 ?????? | adkdev // new fresh php ajax d

5 years ago

[...] Ext JS ????????????????????? ????????????? 1.1 ??????????????????? [...]

Arindam Biswas

5 years ago

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.

hcervantes

5 years ago

Marvelous!  I’m already taking advantage of all these great features, especially the AJAX enhancements!
Keep up the great work!

Vinny Carpenter’s blog » Daily del.ici

4 years ago

[...] 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 [...]

hasan

4 years ago

merci

Colm Garvey

4 years ago

Great stuff!
Would you consider adding a time picker to the calendar widget at any stage?

comm

4 years ago

Great job, Jack & Team! Can’t wait for 2.0.

t8d blog » Blog Archiv » Javascript Fr

4 years ago

[...] 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. [...]

adexos.fr

4 years ago

Impressionnant, très beau boulot !

David Hurste

4 years ago

Man, it keeps getting better.  Thanks for all the hardwork!

Kenina Nairne

4 years ago

Evansville, Indiana Attorneys - Kahn, Dees, Donovan & Kahn, LLP…

Thank you for your post!...

Thom Ethelstan

4 years ago

WebArchitects - Weaving You Into The Web (sm)...

Thank you for your post!...

Jefferson

4 years ago

Great Library! Great Job!

Thanks

nagsen

4 years ago

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

links for 2007-08-27 « dstelow notes…

4 years ago

[...] 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) [...]

alealelll

4 years ago

tw4tw4

Programming Tutorials

4 years ago

Programming Tutorials…

I couldn’t understand some parts of this article, but it sounds interesting…

terry

4 years ago

many thanks!!! it’s a great job!
i love ext, because it’ve gave me much exiting on web developing!

jQuery UI » Justin Henry's green galoshes

4 years ago

[...] 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 [...]

Demian

4 years ago

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?

links for 2007-08-06 - Veldig Bra

4 years ago

[...] Ext JS Blog: Ext v1.1 Released (tags: ext yui javascript) [...]

Comments are Gravatar enabled. Your email address will not be shown.

Commenting is not available in this channel entry.