Ext 2.0 Alpha Release
Tweet The Ext team is proud to announce that the first public release of Ext v2.0 is available for download. This new version of the Ext framework introduces a host of new features, a new document center, expanded & better organized samples and bug fixes. Another important aspect to note is that there has not been a significant library size increase in this new version.
New Features
In our last posting, we went into detail about some of the new features in Ext 2.0. Many of these features are unique to the Ext 2.0 framework and will make developing desktop-like application substantially easier. These include:- Scrolling Tabs
- Highly configurable single-level column grouping capabilities as well as summary rollups at the group level.
- Anchor layout in forms to ensure a consistent size and position for form fields regardless of browser size.
- Treeviews that support additional columns for each leaf node.
New API Documentation Center
We wanted to make traversing the Ext API as simple as possible and that prompted a substantive revamp of our document center. The new version continues to make use of the intuitive treeview metaphor but great expands on this by taking advantage of the new scrolling tabs feature being introduced in Ext 2.0. By selecting a specific API topic on the tree, a new tab will appear allowing developers to maintain multiple API documents open at one time instead of being limited to only one page at a time. A new search feature has also been added which acts to filter down the treeview based on a keyword entered into the search field. In addition, each page now contains quick links which will immediately scroll the users down to view properties, methods and events of a specific class. Finally, a new "Direct Link" feature greatly simplifies the ability to bookmark specific pages of the API by providing a permalink for specific sections of the documentation.
2.0 Migration
We are working on a 2.0 migration guide and several new tutorials that cover working with the new 2.0 component model, container and layout managers. We hope to have them available with the Beta 1 release.New 2.0 Samples
Prior to this release, the demos for Ext were consolidated into the API viewer making it cumbersome to differentiate what was a demo and what was part of the API document viewer. We have now detached the demos and organized them onto a standalone page. The applications are also grouped into specific subsections to allow Ext developers to drill down into applications that show specific Ext functionality.
Portal Samples
Building dashboard-style applications similar to iGoogle or PageFlakes are all the rage so we’ve included a demo application as a foundation for building a portal application. The demo includes functionality for smooth repositioning of the portlets via drag and drop functionality and each portlet has the standard minimize and close functionality found in similar dashboard implementations. In addition, each portlet has a settings icon which is bound to a custom event handler and allows Ext developers to define behaviors that their users can apply to specific portlets.
Themes and Plugins Repository
User contributed Ext themes and extensions/plugins are an important aspect of the project allowing Ext developers to display their creativity by extending the Ext framework as well as leveraging new functionality not currently available in the library. Currently, these contributions are made via the support forum and are not posted in a way that makes finding specific functionality easy. In an effort to organize these extensions, the Ext team is in the process of building a themes and plugins repository that will allow developers to submit the extensions and categorize them accordingly. Submitters will be able to give a good description of the extension as well as upload screenshots, all in an effort to make it easier for the community to find specific functionality.More 2.0 Samples
All of the 2.0 samples can be seen at the Ext 2.0 Samples page. Additional samples are available in SVN.2.0 Availability
The 2.0 codebase has stabilized and several clients have begun to use Ext 2.0 in production environments. Ext 2.0 is available for download and code updates are available to SVN subscribers in the Ext SVN under branches/ext2.0.

There are 55 responses. Add yours.
haibijon
4 years agoYet again you guys have done an outstanding job. Impressive as always.
GadgetGadget.info - Gadgets on the web » Ext
4 years ago[...] Jason Parker wrote an interesting post today!.Here’s a quick excerptThe Ext team is proud to announce that the first public release of Ext v2.0 is available for download. This new version of the Ext framework introduces a host of new features, a new document center, expanded & better organized samples … [...]
Mowdolwis.Com » Ext 2.0 Alpha Release
4 years ago[...] Rumens wrote an interesting post today on Ext 2.0 Alpha ReleaseHere’s a quick [...]
fredrik.stockel
4 years agoGreat news, very impressive! Can’t wait to migrate my 1.1.1 project to 2.0
BernardChhun
4 years agoyay!
navamara
4 years agoI have been waiting for this release for long time.. Excellent job!!
Thank you guys!!..
Leon
4 years agoThank you!
I want to use this in a demo for my graduation project I will present next monday! I’ve got some work to do this weekend :D
shibubh
4 years agothank you
mahm
4 years agogreat jobs!
feiichi
4 years agoJack,
I believe you have the future of web apps development in your hands.
Thank you all for this outstanding framework.
showlie
4 years agoA complex and great project with simple and awful manual….
Schmidetzki.Net
4 years ago[...] structured and readable and can be used as an addition to the very well documented library.And now Ext 2.0 adds impressive new features like window layouts, collapsable groups in grid views and more.If you [...]
ziggy
4 years agoMany examples don’t work after downloading the zip, for example tree views, the drag-to-tree example, views, etc. I assume some source not available locally.
Gunmen
4 years agoLooks great in Internet Explorer 6 but terrible in Opera 8.5 (I also see some usability/accessibility issues).
But, once again, the overall looks very very nice.
boyjunqiang
4 years agogood job
On Ajax » Rilasciato Ext 2.0 Alpha
4 years ago[...] consiglio di leggere il post sul blog ufficiale con una descrizione pi
bevin_b
4 years agothanks
spidergeuse
4 years agoI just got my copy of the 2.0 release. And I already ordered for a pack Red Bull. Imagine what’s next.
The layout of the documentation is awesome.
Thanks all you contributors, critics, supporters and brains. The power behind the growth of ext is all of us, especially you. Let’s keep the good work. Kudos, Jack.
Jack Slocum
4 years agoThanks everyone. We appreciate the positive feedback. :D
Gunmen, Opera 8.5 is not a supported Opera version. The list of supported browsers is on the home page.
Ziggy, those sound like examples which use XMLHttpRequest. For XMLHttpRequest to work, you will need to unzip the package into a local webserver.
cyberchestnut
4 years agoKick ass job, guys!
Adrian
4 years agoI just downloaded the alpha and there are issues with some of the examples not running locally. The first one I tried was the Editable Grid and couldn’t get it to work. I compared with the online version to see how it should be working and the problem appears to be that locally no data is being loaded. At that point I stopped… If a webserver is required for some/all of the demos then this should be pointed out somewhere prominent - apologies if it is stated somewhere and I missed it.
The product looks fantastic though, I look forward to the v2.0 release. Is it likely to be released later this year or will it be next year?
New Project Begins » Daily(ish) Video Series
4 years ago[...] with this my new project begins…I’ve been waiting for this release for weeks! Event.onReady(function(){document.getElementById(‘ad_area’)[removed] = [...]
Jack Slocum
4 years agoAdrian,
Any examples which use XMLHTTPRequest (Ajax) require an HTTP server for data loading to work. Grabbing Apache or IIS and running it on localhost will work just fine.
If a webserver is required for some/all of the demos then this should be pointed out somewhere prominent
On the download page in bold text it says:
After downloading Ext
The Ext SDK download contains the entire framework including all source files. Unzip the archive to your web server and navigate to http: //your-server/<ext-directory>/docs to view the documentation and complete working examples.
Lester Burlap
4 years agoI might pee in my pants over the portals stuff. You’re the best. I think we’ve convinced our company to allocate some money for premium ExtJs support. Whether we need it or not, you deserve the money.
—Lester Burlap
Kavih Williams
4 years agoI tried to describe the problem with the Ext Documentation center in a “Reply” I left for the last blog entry on Ext. 2.0, however, the main point of the “Reply” got cut off after submitting it. Hmmm… Anyways, I’ll try to re-iterate my point here: The direct Ext is going is awesome, as well as the end product, when it is used properly. The main problem is the Documentation Examples. I’ve only come across a couple, events, methods, properties, and/or configuration options of a particular class that has inline example usage for it. Like www.php.net, it would be awesome to have example usage integrated into the documentation center at a per event, method, property, and/or configuration option level. I’m sure many others would also appreciate this, so we don’t have to go looking through the forums on how to use a particular config. Examples are worth a million words!!!
Jack Slocum
4 years agoKavih,
In the latest 2.0 build there are 7,922 events, configs and methods. Writing a piece of sample code for each one wouldn’t make much sense as the Ext API is very consistent in usage of events, configs and method calls. Once you figure out how to make a method call, listen for an event or configure a component, doing it somewhere else within the library will be similar. The samples distributed in the download should lead you in the right direction on getting familiar with it. The next step beyond that is the Intro to Ext tutorial and other tutorials posted in the /learn section of extjs.com.
Kavih Williams
4 years agoJack,
I agree with you that writing a piece of sample code for every API item would be a waste of time and too much duplication of sample code, which is why I would suggest linking usage examples of each API item to the same sample code that would clarify its usage. So, for all of the current samples distributed with the download and/or tutorials online, a simple mapping from each item to that sample code would suffice. Even mapping API items to forum entries would work. The fact that your API is so big (7,922 items) and ever growing, it is going to be that much harder to for someone to know how to use a very specific feature of it if there are no usage examples in the samples distribution, tutorials, and/or forums for that item. Making us do the mapping in our brains is where the ultimate problem lies, because then we end up wasting time searching around for that sample code once we forget.
Rich Waters » Blog Archive » Ext 2.0 A
4 years ago[...] out the blog entry for more [...]
Jeff
4 years agoOne word… COOL!!
violinista
4 years agoAwesome!
Thank you guys, making web programming in JS so clear and straightforward.
mark_romeo87
4 years agooi new look the site has new look
photoz
4 years agoThanks Jack!
Kudos on the new facelift as well!
Ajax Girl » Blog Archive » Ext 2.0 Alp
4 years ago[...] Ext team has announced the first public release of Ext 2.0. As our very own, Rey Bango, said: This new version of the Ext framework introduces a host of new [...]
Ext 2.0 Alpha Release « Cards’s Weblog
4 years ago[...] 2.0 Alpha Release A Equipe Ext anunciou o primeiro realse publico do Ext 2.0. Segundo Rey Bango, a nova versão do framework Ext introduz uma série de novas funcionalidades, [...]
rkues
4 years agoThanks for this, guys. My biggest concern in 1.x was the grid performance (working with 500~1000 lines was pretty painful). With 2.0, it took me around 5 minutes to port the grid JS code (around 300 lines) and it worked smoothly in the first run with 500 rows of data! Congratulations for this huge step forward!
Javascript News » Blog Archive » Ext 2
4 years ago[...] Ext team has announced the first public release of Ext 2.0. As our very own, Rey Bango, said: This new version of the Ext framework introduces a host of new [...]
Paul
4 years agoCan’t wait to get this up and running… seems much has changed, nothing works from my 1.1 apps - refactoring here I come! I’m sure it will all be worth it though the 2.0 samples give much to look forward to.
Lanzada la primera alpha del Framework ExtJs 2.0 |
4 years ago[...] Sitio Web ExtJS / Anuncion ExtJS v.2.0 Alpha / Documentacion v.2.0 Alpha / [...]
Ext JS 2.0 Alpha | adkdev // new fresh php ajax de
4 years ago[...] ??????????????? Ext JS ?????? Ext ????????? 2.0 Alpha ?????? [...]
elNiño // Pawe? Gniadkowski › El i praca › ExtJS 2
4 years ago[...] to ?wietna biblioteka JavaScript. Nied?ugo doczekamy si? jej 2 wersji. Pierwsza alfa jest bardzo obiecuj?ca. Przyk?ady mówi? same za [...]
Vinicius
4 years agoGreat.
Congratulations to entire team.
That’s a evolution of interface web.
Who does need Flash?
Ext 2.0 Alpha Release « Blog da Bluesoft
4 years ago[...] 2.0 Alpha Release A Equipe Ext anunciou o primeiro realse publico do Ext 2.0. Segundo Rey Bango, a nova versão do framework Ext introduz uma série de novas funcionalidades, [...]
Ext 2.0 Alpha Has Landed » By Don Albrecht &
4 years ago[...] Find More information here:http://extjs.com/blog/2007/09/28/ext-20-alpha-release/ [...]
Namkee
4 years agoi’like to get this!
Andrew Henze
4 years agoExcellent!
padawan
4 years agoFor sure, this is the worl’s most ext-raordinary and ext-ellent sw library
doctorj
4 years agomagnifico!
ThemePassion - Best stuff about design! » Ex
4 years ago[...] desconocido wrote an interesting post today!.Here’s a quick excerptThe Ext team is proud to announce that the first public release of Ext v2.0 is available for download. This new version of the Ext framework introduces a host of new features, a new document center, expanded & better organized samples … [...]
PHP Blogger: Ext 2.0 - Next Generation Optik? - De
4 years ago[...] Javascript Framework Ext ist bereits Ende September in Version 2.0 erschienen. Alpha natürlich
Mit anderen Worten, erst mal ein Preview für Look & [...]
Cloud of May » Blog Archive » EXT 2.0?
4 years ago[...] ??? 2007?10?11? ??8?9? ?? Java ?? Web?? ?Ext???????????????????ExtJS???????????2.0 alpha?? [...]
more
4 years agogreatings…
agree…
bikiniz
4 years agoKMBC is all set to…
KMBC is all set to unveil its swanky new HDTV setKansas City Star, MO -9 hours agoClearly, Godsey is full of house…
Werbeagentur
4 years agoMany thanks for informations about “jQuery” and “MooTools”. They are my favorites.
Thanks from Germany, for post this article
Exotux Blog » Blog Archive » Ext 2.0 A
4 years ago[...] Plus d’info ici Posted in Ajax & Javascript | Leave a Comment [...]
Mallorca Property
4 years agoMallorca Property
Property in Mallorca varies greatly according to the location many coastal Mallorca Properties are apartments
Comments are Gravatar enabled. Your email address will not be shown.
Commenting is not available in this channel entry.