Hello friends,
I am using dojo datetextbox in my project. I have a problem that, how to use events for that? I have coding like this
[HTML]<p id="backgroundA rea" dojoType="dijit .form.InlineEdi tBox">
<input name="from" dojoType="dijit .form.DateTextB ox"
constraints={da tePattern:'dd/MM/yyyy'}
lang="en-us"
required="true"
promptMessage=" dd/mm/yyyy"
invalidMessage= "Invalid date. Please use dd/mm/yyyy format.">
[/HTML]
Can anybody help me how to use events in this code and where to use?
I am using dojo datetextbox in my project. I have a problem that, how to use events for that? I have coding like this
[HTML]<p id="backgroundA rea" dojoType="dijit .form.InlineEdi tBox">
<input name="from" dojoType="dijit .form.DateTextB ox"
constraints={da tePattern:'dd/MM/yyyy'}
lang="en-us"
required="true"
promptMessage=" dd/mm/yyyy"
invalidMessage= "Invalid date. Please use dd/mm/yyyy format.">
[/HTML]
Can anybody help me how to use events in this code and where to use?
Comment