Ext JS 4 library resources
Dependency :
compile ":extjs4:4.0.7.1"
Summary
This plugin provides resources needed to create an Ext JS 4 RIA"
Installation
grails install-plugin extjs4
Description
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-extjs4Continuous 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>
ext takes care of loading all the necessary resources.