Tom wrote: > In trying to use TGextJS I get an error because the base widget code is > trying to import TGYUI. Does anybody know why it needs this? I don't > really want to load TGYUI if I don't have to (and the cheeseshop page > for it seems to be down right now anyway).
ExtJS (formerly known as yui-ext) does currently require another JS-library for basic things such as DOM manipulations and/or JSON en/decoding. (BTW, I believe ExtJS will become a standalone lib in next months. See the sourcecode of it and notice all the redundancies...) I had to choose between YUI, Prototype and jQuery, and the first made it because a project of mine uses it extensively. As soon as documentation for TG exists how to determine which JS-classes are used on a TG-generated page, I will 'abstract' that dependency away. -- Mark
smime.p7s
Description: S/MIME Cryptographic Signature

