У меня есть div, в котором страница загружается с возможностью DojoX Layout:
<div dojoType="dojox.layout.ContentPane"
adjustPaths="true"
renderStyles="true"
executeScripts="true"
href="my/page/containing/scripts/and/styles/in/a/sub/folder.html">
Initial content, will be replace by href.
paths in folder.html will be adjusted to match this page
</div>
Есть ли API, который я могу использовать для последующей замены содержимого этого div другим содержимым с другой страницы (другого URI)?
Alex