Bonjour,
je cherche a charger dynamiquement du contenu dans un dijit.Dialog.
Pour cela, j'utilise l'attribut href de mon Dialog.
Cependant, les widget dijit ne sont pas reconnus comme tels. J'ai l'impression qu'il n'y a pas de parsing du contenu telecharge par le parser dojo ...
POurtant, la doc dojo ditY-a-t'il un moyen de forcer la chose ?You can also load dialog content from another page by setting HREF attribute for the widget. Note that the Dialog doesn't execute script tags inline external content. However, it parses the page for widgets, so you can add functionality to widgets by connecting into widget extension points using declarative markup
Merci.
Partager