DeanWhitehouse Posted May 16, 2008 Share Posted May 16, 2008 I'm not sure if this is the right forum, but i am using YUI for testing purposes (for a future site, made for web 3.0) and i can't think of any way to save the items postion on the page, can anyone have a look and see http://deanwhitehouse.awardspace.co.uk/yui_2.5.1/yui/examples/dragdrop/dd-groups_log.html the code is on the page, and that is how i would be moving the items around. Any and all ideas wanted. Quote Link to comment https://forums.phpfreaks.com/topic/105932-movable-pages-pages-where-the-content-is-movable-how-can-i-save-there-postion/ Share on other sites More sharing options...
soycharliente Posted May 16, 2008 Share Posted May 16, 2008 Maybe JS. http://blog.firetree.net/2005/07/04/javascript-find-position/ Quote Link to comment https://forums.phpfreaks.com/topic/105932-movable-pages-pages-where-the-content-is-movable-how-can-i-save-there-postion/#findComment-542906 Share on other sites More sharing options...
DeanWhitehouse Posted May 16, 2008 Author Share Posted May 16, 2008 if i used that , how would i put the posistion into a variable Quote Link to comment https://forums.phpfreaks.com/topic/105932-movable-pages-pages-where-the-content-is-movable-how-can-i-save-there-postion/#findComment-542911 Share on other sites More sharing options...
soycharliente Posted May 16, 2008 Share Posted May 16, 2008 I don't know. That's your problem Maybe use it to insert into a link and then use the POST or GET method to grab it from the URL. Quote Link to comment https://forums.phpfreaks.com/topic/105932-movable-pages-pages-where-the-content-is-movable-how-can-i-save-there-postion/#findComment-542922 Share on other sites More sharing options...
DeanWhitehouse Posted May 16, 2008 Author Share Posted May 16, 2008 i can't think of any way to save the items postion on the page, can anyone have a look and see this means i don't know how , this is what i am asking Quote Link to comment https://forums.phpfreaks.com/topic/105932-movable-pages-pages-where-the-content-is-movable-how-can-i-save-there-postion/#findComment-542935 Share on other sites More sharing options...
947740 Posted May 16, 2008 Share Posted May 16, 2008 You could have a <div> section in your form. You then use javascript to add (a) hidden input field(s) into that <div> tag, allowing you to pass the information on. Quote Link to comment https://forums.phpfreaks.com/topic/105932-movable-pages-pages-where-the-content-is-movable-how-can-i-save-there-postion/#findComment-542946 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.