Hi,
I want to have the "Add Dashlet" to be displayed as shortcut menu. I have done the following
1) Added a new $module_menu[] =Array("return SUGAR.mySugar.showDashletsTree();", "Add Dashlet","CreateEmails", 'Emails'); It's not working..
2) I assigned href = "#" and also added a onclick event for the above <a href> tag using javascript. I am not able to get the alert message for the onclick message. I added the following script in the index.php of the Home Modules.
When i run the above script in a Test HTML page, it's working fine. But the same code when i add in php it's not working...Code:echo "<script type='text/javascript'>"; echo "var test = document.getElementById('4_ah');test.href ='#';"; echo "test.onclick = function(){alert('Event added');};</script>";
Can someone tell me how to add dashlet as shortcut?
Thanks,
Jollyguy


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks