Use events for dojo datetextbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sasimca007
    New Member
    • Sep 2007
    • 129

    Use events for dojo datetextbox

    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?
    Last edited by acoder; Apr 1 '08, 11:25 AM. Reason: Added code tags
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    What kind of events?

    Please use a good thread title for any threads that you start.

    Comment

    • pronerd
      Recognized Expert Contributor
      • Nov 2006
      • 392

      #3
      You may want to google for and review proper forum posting rules. It will help you get better responses to your questions.

      Posts like these are not likely to get many responses. We can only be as helpful as the details provided allow. So we would need to know what event(s) you want to trigger on, and what you want to do with them. Also it is a good idea to make sure your posts are in the correct forum. It sounds like your question may relate specifically to Dojo it may be better to post it a forum covering that topic.

      Comment

      Working...