View Single Post
  #1 (permalink)  
Old 06-14-2009, 11:35 AM
dalmate dalmate is offline
Elite Member
 
Posts: 328
Default [SOLVED] how to create new Operation?

Hi!
I like zimbra(of course). But I have a problem when I want to create new Operation in Zimbra.
Example:
I need to add a new menu item when I click on a folder tree. I think I must define a new operation in ZmOperation:
ZmOperation.registerOP("Share_all",{textKey:" Share this foder to public"});
Then I must add it to a menu action of folder tree.
But in fact, it's not work!
Who can help me: how I do in this case? Thank you.
Reply With Quote