Page 1 of 1

Help following up this

Posted: Tue Aug 18, 2009 10:23 am
by miguelmbm
Hi, I have this code <? $DP->DateSelector('startdate',null,'enddate',true,'starthour','startmin',null,null);?>, and when seen rendered through the browser becomes this: <input type="button" onclick='displayDatePicker("startdate")' value="..."/>.
I need then to get to value property, but have no idea on getting there...
Thanks for your help.
Miguel

Re: Help following up this

Posted: Tue Aug 18, 2009 11:03 am
by jackpf
What?? What's $DP?

And what do you mean...you want to specify a value for the input?

Re: Help following up this

Posted: Tue Aug 18, 2009 11:20 am
by miguelmbm
That is the code that goes in the button to open a calendar to select dates. At the moment the button have ... (value="...", as seen through the browser rendering) and I would like to replace it for a calendar image but how to get there? $DP may be calling some js file?

Re: Help following up this

Posted: Tue Aug 18, 2009 11:44 am
by jackpf
How would I know? I have absolutely no idea what the $DP object is. You need to post more code.