Login Register

reload

DnD with items who use xhrGet

I have a bunch of items in which I can drag and drop inside a Source object. One of those items loads an HTML page in which loads an iframe with a message board inside it. Now, I am able to fully navigate the message board as expected, which is great. However, when I drag it to another location within the Source, it reloads the message board to its index page. Is there a way to stop this behavior?

EDIT: I probably should've posted some of my code, eh?

This is my creator function. "item" has only one property "href" which is a string giving the URL.

Dijit.layout.ContentPane cache problem

Hi,

i want to use dijit.layout.ContentPane to generate a widget, where i can integrate some templated widgets.
The first time i loaded the page everything is fine. When i reload via link the content, dojo can only create the first widget without my defined template and input. Everytime the same procedure, when i load the content for the contentPane everything is fine, but when i reload the contentPane with the same content a second time nothing happen and the page is empty.

Has anybody an idea for this effect?

Cheers

Unwanted page reload/refresh

I have written an application that allows the user to enter query criteria into a set of filteringSelect elements and submit the criteria and have the result returned in a grid. For some reason, if all four of the filteringSelects are touched, the entire page will reinitialize, reloading all the dojo modules, performing all the scripts in the header, reloading all the functions and performing a bunch of gets to the server that should only be performed once at the initial load of the page. I am having trouble pinpointing what is triggering the reload.

Syndicate content