RE: [fw-general] manipulating the window url without a refresh

2009-03-03 Thread mapes911
zend.com >> Subject: Re: [fw-general] manipulating the window url without a refresh >> >> >> thanks guys! i think i have this working now. >> >> one last question though. when i use changeUrl in the call to >> dojo.back.addToHistory i have backslas

RE: [fw-general] manipulating the window url without a refresh

2009-03-03 Thread Filip Wirefors
w-general@lists.zend.com > Subject: Re: [fw-general] manipulating the window url without a refresh > > > thanks guys! i think i have this working now. > > one last question though. when i use changeUrl in the call to > dojo.back.addToHistory i have backslashes in the Url th

Re: [fw-general] manipulating the window url without a refresh

2009-03-02 Thread mapes911
thanks guys! i think i have this working now. one last question though. when i use changeUrl in the call to dojo.back.addToHistory i have backslashes in the Url that i want to add to the hash. when i do that, changeUrl automatically encodes it to %2F. is there any way for me to actually get th

Re: [fw-general] manipulating the window url without a refresh

2009-02-27 Thread Matthew Weier O'Phinney
-- mapes911 wrote (on Friday, 27 February 2009, 10:00 AM -0800): > sweet. you guys rock!! i'll give this a try tonight. > > i did a quick search of code in pastebin and didn't find dojo.back. perhaps > he didn't use it? I did use it -- it's in both the main and bugapp branches. Look in the js

RE: [fw-general] manipulating the window url without a refresh

2009-02-27 Thread mapes911
sweet. you guys rock!! i'll give this a try tonight. i did a quick search of code in pastebin and didn't find dojo.back. perhaps he didn't use it? anyway, i found some example code so i'm going to give this a whirl. question that pops into my head now is this: let's say a user bookmarks a ur

RE: [fw-general] manipulating the window url without a refresh

2009-02-27 Thread Filip Wirefors
Hi, dojo.back has the kind of functionality you are looking for. I used dojo.back in conjunction with dijit.layout.ContentPane to be able to use the browsers back/forward butons and bookmarking. Some info on the subject can be found here: http://docs.dojocampus.org/dojo/back And if I'm not mi

Re: [fw-general] manipulating the window url without a refresh

2009-02-27 Thread Matthew Weier O'Phinney
-- mapes911 wrote (on Friday, 27 February 2009, 12:14 AM -0800): > I am developing an application that uses ajax/dojo.xhrget calls often to > manipulate certain divs within a page. I would like to be able to update the > url in the browser as the user clicks different areas so that if a user > dec