The best doc available right now:
/pdf/Zimbra Zimlets Whitepaper.pdf
Someone started this a while ago:
SourceForge.net Repository - [zimbra] Index of /trunk/ZimbraWebClient/WebRoot/zimlets/sugarcrm
And before you mention it...because ya it's a draft...
Quote:
Originally Posted by KevinH Quote:
Originally Posted by Flightcraft I have read the Zimlet v0.97 Whitepaper, studied the sample zimlets shipped with Zimbra, and searched the forums like crazy and was wondering if somewhere, there was an API documentation for the javascript side of Zimlets?
I see the Whitepapers describe the XML side of zimlets (which I can infer that to the javascript side), however, the whitepapers are seem quite brief and incomplete.
Any help would be great. Thanks. | We don't have a more complete API document. The best way to infer is look at all the example Zimlet's we ship with Zimbra. |
Quote:
Originally Posted by JoshuaPrismon Quote:
Originally Posted by jfavero I am trying to find the documentation on the AjxRpc.invoke and other Zimlet calls. Is there a place to find all this?? The White Paper is not enough
Thanx Joe | Joe,
The best documentation I have found is actually to do a SVN checkout of the tree, and look at the Javascript directly. The amazing thing about Zimbra is the huge resevoirs of cool functionality that exists to be tapped in the future, and the code base seems to change enough that trying to keep documentation inline is a bit tough.
The AjxRpc class is pretty easy to understand if you are familar with JAvascript, java or C++. |
BTW-Josh actually in the process of writing a book...