I can confirm that my code now works great
Correct Milonic code + my custom object "SS"
var myMenu = gmobj("menu"+getMenuByName("questionMenu"))
var menuPos = gpos(myMenu);
SS.surveyMenuSavePosition(menuPos[1],menuPos[0]);
Previously Incorrect code using Prototype.js ...
Search found 2 matches
- Tue Jan 27, 2009 5:17 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menu Position
- Replies: 2
- Views: 2807
- Fri Jan 02, 2009 11:15 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menu Position
- Replies: 2
- Views: 2807
Menu Position
I am using the drag drop feature to allow users to reposition the Menu.
After the menu is dropped the function _DDstop() fires. In that function I try and use _X and _Y to get the X and Y offsets so I can set a cookie and remember the value for the next page load however the _X and _Y values are ...
After the menu is dropped the function _DDstop() fires. In that function I try and use _X and _Y to get the X and Y offsets so I can set a cookie and remember the value for the next page load however the _X and _Y values are ...