Re: Lose viewstate when in menu
2005/06/25 21:58
Viewed 6657 times
Replies: 1/2

It seems the above mentioned problem is a lot simpler then it seems.  After further searching it seems that when the menu is written to the dom it is written at the bottom of the page.  This causes a problem when using asp.net as it is then written outside of the form tag and then not handled by asp.net. 

Mihai, I was wondering if there could be a way to specify an argument in the DynarchMenu.setup function to have the menu written within a specific element.  For me that would be the form.  This way I could place standard asp.net controls within the menu and use them without any other customization. 

So basically all I am asking is that the menu would append to a given element instead of only appending to the body. 

Thanks in advance,
Kaisun

Re[2]: Lose viewstate when in menu
2005/06/25 22:02
Viewed 8519 times
Replies: 1/1

That's not easy to do with the current version, but it should be trivial to implement. However, I doubt that the menu will still work correctly if all elements are under the parent of your choice—that's because the “absolute” position in CSS is actually relative to the closest parent with “position: relative”.

Anyway, if that's a feature you would need in order to become our client, then consider it already on our TODO list. :-)

last
Re[3]: Lose viewstate when in menu
2005/06/26 03:54
Viewed 10110 times
Replies: 0/0

I already have 2 site licenses and I love the menu so much I am implementing it into a CMS system as not only a menu for use in the skins but I am heavily using the html popup feature to implement the entire administrative system so its always right where you need it in the page.  My form tag is directly inside of my body so everything is already inside of the form tag so I don't see why relative should be a problem.  This would be a great help as writing javascript to force the form data to be submitted would be quite tedious.  As soon the system is ready for deployment I will be purchasing the lonly app license for it.

Thanks,
Kaisun

last
Google