-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Garito wrote: > Hi! > I plan to create a product I call Zope Smart Manager that consist in a view > similar to freemind for Zope > You could see a picture of my prototype here: > http://blogs.sistes.net/Garito/images/ArbolYanged.png
While I can see visual differences, how does this tree behave differently than the one which the ZMI shows? > The idea is create a series of monkey patches to all the products we are > interested to see as tree nodes and a series of javascript (prototype + > scriptaculous) for the "client side" > > I plan this ZSM view will be my main work view with edition and creation > > For that I need some help about how to create the simplest monkey patch and > the javascript objects I don't know why you think you need to moneky-patch anything: you should be able to create such a view using the standard API supplied by pretty much every existing Zope object. The ZMI tree code is here: $ZOPE_HOME/lib/python/TreeDisplay/TreeTag.py > I have no experience with monkey patching zope nor javascript object but > I'll learn all the necessary skills if no one wants to help > > Can you help me at any point? Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [EMAIL PROTECTED] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHfNNw+gerLs4ltQ4RAqsAAJ0dpeS4NH7xRt6sH4fMHHcBnxcawQCfR4Mr jEC5oHCat7/3EBgnalVVdFc= =OaJS -----END PGP SIGNATURE----- _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
