DwtTree function Com_Zimbra_Url() {
}
Com_Zimbra_Url.prototype = new ZmZimletBase();
Com_Zimbra_Url.prototype.constructor = Com_Zimbra_Url;
Com_Zimbra_Url.prototype.clicked = function(spanElement, contentObjText, matchContext, event) {
here where i want to display the tree, please can any one help me
}
can i display DwtTree inside clicked funtion in class extends ZmZimletBase
Last edited by uxbod; 08-04-2008 at 03:18 AM..
Reason: Multi posting
|