Dojo and Ajax - rendering widgets
- by Michael Merchant
I'm trying to load content into a Dojo content pane in a specific html tag and not replace the entire content pane. The html I'm loading includes a markup defined widget that I'd like to have rendered when the new row is loaded.
So, I have a table that is being dynamically filled via ajax,ie:
<body>
<script type="text/javascript"…