Sign in to edit and +1 items.
Login required
Download

Ext JS 4 library resources

(1)
Author(s) Matthias Hryniszak
Current Release 4.1.0-RC.0   (1 month ago)
Grails Version 1.2.0 > *
Tags
Dependency
compile ":extjs4:4.1.0-RC.0"
This plugin provides resources needed to create an Ext JS 4 RIA"
Last updated by padcom 1 year ago
grails install-plugin extjs4
Last updated by carmadamus 7 months ago
Please note that all development (including the examples) have recently been migrated to GitHub. Please update your branches!

Please bear in mind that Ext JS is dual licensed (refer to the Ext JS dual-licensing model for further details). If you didn't buy the commercial license you have to be GPL3 compliant and release your Ext JS modifications to the users accessing your project.

Remember: this is a fantastic library so paying for it and by extension supporting its further development is in your best interest.

See GitHub for known issues.

Sources: http://github.com/padcom/grails-extjs4

Continuous integration: http://dev.aplaline.com/hudson/job/grails-extjs4/

Installation

grails install-plugin extjs4

Usage

To use this plugin create your GSP file or HTML file like this:

<html>

<head> <meta name="layout" content="ext"/> <script type="text/javascript"> Ext.onReady(function() { // your startup code goes here }); </script> </head>

<body> </body>

</html>

The template ext takes care of loading all the necessary resources.

Last updated by padcom 1 year ago
Last updated by padcom 1 year ago