Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6161263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:26:55+00:00 2026-05-23T21:26:55+00:00

I implemented the dijit TimeTextBox in my code. When clicking in the textbox the

  • 0

I implemented the dijit TimeTextBox in my code. When clicking in the textbox the time picker appears and I can set the time, e.g. 08:00.
Is there a way to disable the time picker, so that the user has to enter the time manually. I’d like to keep the validation feature of dojo.

I tried to set openOnClick=false but it had no effect. The documentation on http://dojotoolkit.org/api/1.6/dijit/form/TimeTextBox tells me, that it should activate the drop down if set to true.

Any help is greatly appreciated.

Many thanks,
Elvira

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T21:26:56+00:00Added an answer on May 23, 2026 at 9:26 pm

    Probably there is no way to disable the drop down for the TimeTextBox yet. Setting openOnclick to true just insures that the drop down is shown upon clicking anywhere on the textbox. If you just need the validation and not the time picker, following might just help. I have used “dijit.form.ValidationTextBox” with the regex validation.

            <input name="time1"
               maxLength="8"
               id="time1"
               dojoType="dijit.form.ValidationTextBox"
               regExp="(1[0-2]|0[0-9]|[0-9]):[0-5][0-9] (A|P)M"
               promptMessage="hh:mm AM/PM"
               invalidMessage="input time pattern should be of the form hh:mm AM/PM" />
    

    OR

            <input name="time2"
               maxLength="8"
               id="time2"
               dojoType="dijit.form.ValidationTextBox"
               regExp="(2[0-4]|[0-1]?[0-9]):[0-5][0-9]:[0-5][0-9]"
               promptMessage="hh:mm:ss"
               invalidMessage="input time pattern should be of the form hh:mm:ss" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There have been many threads started over the confusion in the way that Math.Round
I have a system that requires a unique 6-digit code to represent an object,
which is the easiest way to generate EAN 13 code? I want to implement
I have been looking into recursion and TCO. It seems that TCO can make
Is there a way in cocos2d 0.7.1 to specify the text alignment in a
Implemented the Sink Class - to receive event notifications from COM Server Event Interface
Implemented a generic repository with several Methods. One of those is this: public IEnumerable<T>
I implemented a Lucene search solution awhile back, and it got me interested in
I implemented a small OOP library in Lua, and two things are not quite
Already implemented performance boosters : - Get compatible image of GraphicsConfiguration to draw on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.