Ext

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.

81 Responses to “Ext v1.1 Released”

  1. Ext JS 1.1 Final erschienen - dynamicinternet

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

  2. Ext JS 1.1 Final « These are the days

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

  3. Rich Waters

    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 :)

  4. Rich Waters » Blog Archive » Ext Happenings

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

  5. johnnycannuk

    Thanks Jack…great job, as always

  6. pyrolupus

    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?

  7. pyrolupus

    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?

  8. kevinzc

    Great Job, Thanks

  9. Agile Ajax

    Ext JS 1.1 Released…

  10. Frank

    Nice,Nice upgrde!

  11. jones

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

  12. dragonfly

    Rock & Roll!!! Another milestone.

  13. organic

    good nice work, Thanks

  14. Kukuskin

    Due etti di prosciutto tagliato sottile sottile….

  15. Dean Edwards

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

  16. Markus Fischer

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

  17. Ajax Girl » Blog Archive » Ext 1.1 Released

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

  18. BernardChhun

    woot! :)

  19. Jordan

    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.

  20. lele

    good job

  21. Turulcsirip - Bártházi András

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

  22. huangfengjing

    Cool , l llike it.

  23. funkycoda

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

  24. Pagebakers » Ext v1.1 released

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

  25. Ext JS 1.1 Released Yesterday | Matt Snider JavaScript Resource

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

  26. MD

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

  27. djliquidice

    ( . ) ( . ) !!!!

  28. mg

    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!

  29. evølutiøn-515.net » Blog Archive » WYSIWYG-Editors: They just don’t get it!

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

  30. Ext 1.1 launched « TechBabble

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

  31. marimuthup

    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.

  32. cOdH

    Great Job!!! Thanks

  33. Abdel

    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

  34. qqeerr20012001

    oh ho,i will try it.

  35. Marcus

    Dude, this is beautiful. Thanks!

  36. IBM User

    Great work - I can’t wait for 2.0

  37. Ext 1.1 Released « outaTiME

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

  38. judajuda

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

  39. methodz

    Beautiful, great work guys!

  40. Samirjev blog! » Objave » Ext 1.1

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

  41. ikuzgun

    When ext 2.0?

  42. spidergeuse

    I’m in and its good

  43. links for 2007-08-05 « Mike Does Tech

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

  44. kaiak

    thanks,what a great job…

  45. links for 2007-08-06

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

  46. cluettr

    Excellent progress… World Class!

  47. Sid

    XHTML support whould be really nice

  48. StareClips.com

    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.

  49. Jack Slocum

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

  50. Ext JS 1.1 มาแว้ว | adkdev // new fresh php ajax developer

    […] Ext JS ได้ออกเวอร์ชั่นใหม่มา เป็นเวอร์ชั่น 1.1 หลายคนคงจะรู้ไปแล้ว […]

  51. Arindam Biswas

    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.

  52. hcervantes

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

  53. Vinny Carpenter’s blog » Daily del.icio.us for Aug 04, 2007 through Aug 09, 2007

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

  54. hasan

    merci

  55. Colm Garvey

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

  56. comm

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

  57. t8d blog » Blog Archiv » Javascript Framework Vergleich

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

  58. adexos.fr

    Impressionnant, très beau boulot !

  59. David Hurste

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

  60. Kenina Nairne

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

    Thank you for your post!…

  61. Thom Ethelstan

    WebArchitects - Weaving You Into The Web (sm)…

    Thank you for your post!…

  62. Jefferson

    Great Library! Great Job!

    Thanks

  63. nagsen

    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

  64. links for 2007-08-27 « dstelow notes…

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

  65. alealelll

    tw4tw4

  66. Programming Tutorials

    Programming Tutorials…

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

  67. terry

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

  68. bubble

    good job!

  69. KlavierKlavierFan

    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!…

  70. jenna jamison

    jenna jamison…

    jenna jamison…

  71. jQuery UI » Justin Henry's green galoshes

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

  72. http://www.familyfundaysout.info/family law.shtml

    http://www.familyfundaysout.info/family law.shtml…

    Great site dude…

  73. Demian

    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?

  74. cal

    cal…

    cal…

  75. http://www.familyfundaysout.info/day of defeat.shtml

    http://www.familyfundaysout.info/day of defeat.shtml…

    keep it up…

  76. Jessie

    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…

  77. michigan credit card processing

    michigan credit card processing…

    michigan credit card processing…

  78. blog

    greatings…

    Agree…

  79. 女子高生セックス画像

    セックス画像…

    セックス画像…

  80. links for 2007-08-06 - Veldig Bra

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

  81. dxyvstkf

    dxyvstkf…

    dxyvstkf…



© 2006-2008 Ext, LLC