RE: [fw-general] Zend_Dojo how to combine two filteringselects?

2010-02-07 Thread Filip Wirefors
Hi, a couple of months ago I had just the same problem as you describe. After a lot of googling and dojo code reading, I ended up with some js-code that does this. I am using dojo.data.ItemFileReadStore to serve my filtering-selects, and the solution was to create a new ItemFileReadStore to repl

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

2009-03-03 Thread Filip Wirefors
>> question that pops into my head now is this: let's say a user bookmarks > >> a > >> url. this url will now probably have a hash mark in it. so for me to be > >> able > >> to load the correct content, do i create a dojo.onload (callback) routine

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

[fw-general] Send Headers And Exit

2008-04-25 Thread Filip Wirefors
Hi All! My first post here. More to come... ;) I have a question regarding the MVC implementation and sending headers. Say I write an action that should just output an image. An action that can be used like this: Say I have a library class calld My_Image that does all the GD magic to outpu