For the items in the Search.html, e.g. the 2 listed below:
<label data-dojo-attach-point="labelSearchTerm0"> </label>
<input type="text" style="width:100%;" data-dojo-type="dijit/form/TextBox" data-dojo-attach-point="inputSearchTerm0" data-dojo-props="trim:true,disabled:true" />
I want to dynamically re-set their values in JavaScript. How to do it? Appreciate if you can help