stevefink
27 Sep 2007, 8:06 AM
Hi all,
I've incorporated Ext in several parts of different projects before. I want to get more optimized and load only components I really need for specific pages. If I just want to use the form component, without any extra code... can I just use ext-base.js and form.js for minimal code?
Also, I'd like to extend the Form with the following:
http://extjs.com/forum/showthread.php?t=5106
Should that be incorporated directly into form.js, or should I include that code in a separate file and link it into my HTML -after- form.js has been included?
Thank you kindly for your assistance,
- sf
I've incorporated Ext in several parts of different projects before. I want to get more optimized and load only components I really need for specific pages. If I just want to use the form component, without any extra code... can I just use ext-base.js and form.js for minimal code?
Also, I'd like to extend the Form with the following:
http://extjs.com/forum/showthread.php?t=5106
Should that be incorporated directly into form.js, or should I include that code in a separate file and link it into my HTML -after- form.js has been included?
Thank you kindly for your assistance,
- sf