I installed extJS and can copy some of the demos to my server and run them ok (although I get a lot of Declariation dropped warnings). Menus.html does not run like on the website demo page. When I copy the code onto my server and run menus.html I get the following screen display:
Toolbar with Menus
The js is not minified so it is readable. See menus.js.
In other words, I don't actually see any of the menu images.
(1) I assume I don't have some path set correctly in my menus.html code?
(2) What does the minified statement mean?
Thanks...