I seem to recall a check box on a calendar control that allowed one to clear that calendar field. Am I dreaming? Was that in an earlier version? Is there such an option?
If not I need some JQ code do I not? I have that somewhere.
Nick
If not I need some JQ code do I not? I have that somewhere.
Nick
Hi Nick,
I can not rememeber that but the next update has a new field event action to reset other fields.
Best regrads
I can not rememeber that but the next update has a new field event action to reset other fields.
Best regrads
Hi Max
Any idea when this might appear? I need to decide whether to wait or adapt some JQ code.
Regards
Nick
Any idea when this might appear? I need to decide whether to wait or adapt some JQ code.
Regards
Nick
Adapting some jQ code will be a lot faster, unless the update is coming out sometime in the next 10 minutes
The new update is out!
Best regards
Best regards
ps - I couldn't get it to clear a calendar control using #id but worked using the name of the calendar control. It cleared the field but reloaded after I submitted the form with the cleared control.
Does that make sense?
Nick
Does that make sense?
Nick
It does make sense because the actual value for the calendar is stored in a separate hidden field, so targeting it with ID won't work. It will only clear the thing that has that exact ID (which is exactly as it should be)
This topic is locked and no more replies can be posted.