vote up 1 vote down star

Sorry for the newbie question, but how do I install or go about using an Extjs Extension or plugin I found through the extjs forums?

flag
Don't want to sound flippant, but would that not be better asked there? – Preet Sangha Sep 7 at 0:57

2 Answers

vote up 0 vote down

Just include the file and start using it - you don't need to register anything with ExtJS. :)

link|flag
Thanks! I feel so stupid not realizing it was that simple! – somegz Sep 7 at 11:18
vote up 0 vote down

To clarify, include the file(s) after you have included the required Ext files. Plugins and extensions plug into or override existing code, so if the code being plugged into is not there it won't work. But yes, simply including the plugin/extension is the only requirement.

There are resources on the Ext site that might help you, for example:

http://www.extjs.com/learn/Tutorial%3AHTML%5FPage%5FSetup

And finally, if you have problems with specific plugins or extensions, you'll want to ask directly on the Ext forums.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.