-
23 Jun 2011 10:09 PM #1
plugin trouble
plugin trouble
In the Feed Viewer example of the ext js4 i found plugins:
in the viewConfig property of the gridPanel, but when i added it to one of my custom coded it won't work and in the error console gives me that namespace is undefined .Code:plugins: [{ pluginId: 'preview', ptype: 'preview', bodyField: 'description', expanded: true }]
-
24 Jun 2011 12:18 PM #2
That preview is in the user extensions code under examples, and won't load with ext-all or ext-all-debug - have you enabled the Loader, and told it (via setPath) where to find the ux/ folder? Running Fiddler or Firebug, do you see 404s?
stevil
-
24 Jun 2011 12:47 PM #3
Fixed it, the problem was that someone had moved the ux folder on the server without telling me.


Reply With Quote