Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
Im trying to do a simple zimlet but im a bit lose
What i want to do is:
Create a zimletPanelItem, when the users doubleClicked it a form (formEditor) should appear and the form should be submitted to website.
Any simple skel where to start?
Hi friend,
If u give content object properly u can get the active function as ur wish that u mentioned .
or in another way u can do this thing by having drag and drop. That is the beauty of zimbra!!! this as follows!
<dragsource type=ZMContact>
<canvas type="window" >
<actionUrl target="http://...">
</dragsource>
This is for making contact drag!! u should first get contact in ur zimbra!!
then drag this contact detail then it will go to some place u mentioned!~!