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
Post a Comment