Tag: Ext

Ext JS (pronounced E-X-T-J-S) is a pure JavaScript application framework for building interactive web applications using techniques such as Ajax, DHTML and DOM scripting.
Originally built as an add-on library extension of YUI by Jack Slocum, Ext JS includes interoperability with jQuery and Prototype. Beginning with version 1.1, Ext JS retains no dependencies on external libraries, instead making their use optional.
Ext JS includes a set of GUI-based form controls (or “widgets”) for use within web applications:
Many of these controls are able to communicate with a web server using Ajax.
Ext JS version 2.0 was released on 4 December 2007. This version was promoted as providing an interface and features more similar to those traditionally associated with desktop applications. Also promoted were the new user documentation, API documentation, and samples.
Ext JS 2.0 did not provide a backward compatibility with version 1.1. A migration guide was developed to address this.
Ext JS version 3…