| Author |
Messages |
|
SuperUser
  Posts:26
 |
| 11/11/2004 1:07 PM |
|
I'm using serviceplus 6.0 and having a problem adding menu items to the web page. I've added the following to the sitemos.js files per CA's instructions but the new item doesn't show up. function siteMenuitemAdd(menuName) { if (menuName=="Help") { addSubMenuItem('appendMenuItem',"create_new('cnote ',0,'','')"); } } |
|
|
|
SuperUser
  Posts:26
 |
| 11/11/2004 3:24 PM |
|
| nevermind, I found the correct syntax at: http://helpdeskusers.com |
|
|
|
|