Login Register

dijit.Dialog et javascript

Bonjour,

je viens vers vous au sujet du widget Dialog de dijit. je rencontre une difficulté majeur, j'utilise donc ce widget pour ouvrir plusieurs dialog dans une page html.

En utilisant un dijit.byId('maDialog').setHref(UrldeMaPage);

Dans la page html que je charge dans la boite de Dialog se trouve du javascript .
Mon souci est que le javascript qui se trouve hors input (des fonctions, appel de fonctions) n'est pas exécuté.

Good morning,

I come to you about the widget Dialog of dijit. I meet a major challenge, therefore I use this widget to open several dialog in a html page.

Using a dijit.byId ( 'maDialog'). SetHref (UrldeMaPage);

There are javascript in the html page I load in the box Dialog.
My problem is that the javascript which is outside input (functions, call functions) are not executed.