Ext Core: Cross-Browser Javascript Library

Ext Core: Cross-Browser Javascript Library

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
69 views

Ext Core is a lightweight and feature rich core JavaScript library available under an MIT license. Ext Core is packed full of exciting features intended to allow for rapid web development while encouraging well designed and scalable code. This library provides abstractions for DOM manipulation/traversal, Ajax, Events and custom events, animations, templating, OO mechanisms and more. Ext Core is released under an MIT license and is perfect for inclusion in a dynamic webpage or even a small application.

Ext Core ships with both a debug version as well as a production version. The production version has been minified (whitespace, carriage returns and comments removed) and obfuscated (all local variables have been renamed to shorter versions) using YUI Compressor. You should always use the -debug version when developing since you’ll receive more informative (ie: unobfuscated) error messages.

To include the Ext Core library’s development version, simply include the following JavaScript file:

<script src="ext-core-debug.js"></script>

And for the production version (25k compressed and gzipped), simply remove “-debug”:

<script src="ext-core.js"></script>

Example:
After you have included Ext Core to your web page, try out the following code to check if everything working correctly

Ext.onReady(function() {
    Ext.DomHelper.append(document.body, {tag: 'p', cls: 'some-class'});
    Ext.select('p.some-class').update('Ext Core successfully injected');
});

Demo: http://extjs.com/products/extcore/

Download: http://extjs.com/products/extcore/download.php?dl=extcore3b

Source: http://extjs.com/products/extcore/

http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/delicious_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/blinklist_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/furl_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/technorati_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/magnolia_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/google_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/myspace_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/facebook_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/sphinn_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/mixx_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/twitter_32.png

Related Listings:

  1. Ext Core – Cross-Browser Javascript Library Ext Core is a lightweight and feature rich core JavaScript...
  2. Cross-Browser Rich Text Editor (RTE) The Cross-Browser Rich Text Editor (RTE) is based on the...
  3. Rating Widget using Ext Core 3.0 We are very proud to announce the final release of...
  4. AJS – Javascript Library AJS is a ultra lightweight JavaScript library that is around...
  5. Cross Site Plugin for Prototype During cross site Ajax requests the standard XmlHttpRequest approach breaks...

Do you like this post?

Email:     

Tags: , , , , , , , , , , , , , , , , , , ,

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment



Web Design & CSS (Templates) - TOP.ORG