Rank: Newbie Groups: Member
Joined: 7/30/2014 Posts: 3
|
Hi,
How can i use the property ENABLE in the client side in object Datepicker?
I want to disable the datepicker object with javascript!
I really apreciate you support.
Best regards Ramu[/size]
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, I believe you can call this function: http://www.essentialobjects.com/doc/1/jsdoc.public.calendar.setdisabled.aspxThe code will be something like this:
Code: JavaScript
eo_GetObject("DatePicker1").setDisabled(false);
Thanks!
|
Rank: Newbie Groups: Member
Joined: 7/30/2014 Posts: 3
|
Hi,
Its working fine. Thank you very much.
Regards Ramu
|