Howdy Folks,
iam using an dijit.form.NumberTextBox, if no value is inside it returns "NaN" , is there any way to set it to Zero ?
<dt><label for="xx"><?php echo $this->translate('xx');?></label></dt>
<dd><input type="text" name="xx" id="xx"
dojoType="dijit.form.NumberTextBox"
required="false"
value="0"
invalidMessage="xx" /></dd>