Search found 2 matches

by mmitchell
Tue Jan 27, 2009 5:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Position
Replies: 2
Views: 2807

Re: Menu Position

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 ...
by mmitchell
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 ...