[Dojo-interest] Reload widgets after ajax request

tomc974 t.corbiere at it-si.fr
Sun Aug 28 07:12:28 EDT 2011


I think it's because the DIV that you are replacing contained a widget with
an ID of BorderContainerTwo.
But replacing the previous DIV with the new one does not destroy your
previous widgets.
Since you are using a BorderContainer, I think that you should change the
content of your ContentPane instead of replacing it.

In your updatePage() function you could do this with


--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Reload-widgets-after-ajax-request-tp3289031p3290477.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.


More information about the Dojo-interest mailing list