-
2 Mar 2008 12:50 AM #1
Ext JS Extensions
Ext JS Extensions
Newbie here.....again.
I am trying to put all the User Extensions for ExtJS extensins into one, big happy package. How do I do it?
I tried the JS Builder but it doesn't work. I mean, it will add the extensions libraries and even copy them over into the source but the linking is not there.
So, I manually edited the ext.js file and added the appropriate include and file entries. So now I have a User extension which gives me intelisense (using AgPad) but when I try to run an example, it gives me a null or object not found error...that is unless I explicitly put an entry into the html file with in the script tags , like this
<script src='extLib/source/UploadDialog/Ext.ux.UploadDialog.js'></script>
Where can I get a step by step guide to include everything in one packge without having to mention each file as a separate script link?------------------------------
This too, shall pass.
-
2 Mar 2008 5:52 PM #2
a couple of the posts in this thread might help you (see concatenation)
http://extjs.com/forum/showthread.ph...ghlight=concatMJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow


Reply With Quote