Hello,
How to change dynamically the url parameter in ItemFileReadStore for the ThumbnailPickere widget ?
This approach does not work
<a href="javascript:onReadyState('francis.json')">Thumbnail B</a>.
<div id="top">
<div id="thumbPicker2" dojoType="dojox.image.ThumbnailPicker" size="400"></div>
</div>
<div id="thumbPicker1Clicker"></div>
function onReadyState(url) {
var console=document.getElementById('top');
