Hi,
Can we set the date field so when we click on them, the calendar pops out? So we don’t have to click on the calendar image beside it.
Hi,
Can we set the date field so when we click on them, the calendar pops out? So we don’t have to click on the calendar image beside it.
I guess it means it’s not possible to do this on scriptcase right?
Maybe using Javascript in event onclick.
Yeah, thank you for the input. Can you kindly tell me how?
I tried jquery $(’#datepicker’).datepicker(‘show’);
Didn’t work, since the form setting I use is editable grid view, I don’t know what to put for the id.
I think you must know the name of object of image for your field DATE trought Inspect Element, so you can use onclick for my_FIELD_DATE javascript: $(’#image_my_FIELD_DATE’).click();
Solved it using activeElement.id
Thanks for the help!
can you post the code plz?