xpages - How can I allow selection of a date using the calendar button but disable typing of date in Dojo Date Textbox? -


how can allow selection of date using calandar button disable typing of date in dojo date textbox?

is there way this? if how?

basically want users able select date using calendar button don't allow them manually enter date.

create client-side onfocus event:

thisevent.target.blur(); 

that doesn't prevent field's value being programmatically populated via date helper, if try manually focus (i.e. click or tab into) field, kick them out again.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -