Mega Search
23.2 Million


Sign Up

Make a donation  
DatePicker not working [Edit]  
News Group: embarcadero.public.delphi.thirdpartytools.intraweb

I have compile and run the demo jQueryDatePicker with success.
I'd try to implement this but instead of the TIWEdit control is droped directly on the form, I droped it on a IWTabControl Page. But this don't work.
I think that the problem is on the line (.cal is the css of the control):

jQuery.OnReady.Text := '$(''.cal'').datepicker();';

This only works if the TIWEdit control has the form as owner. If it is inside a page of a IWTabControl, it doesn't work.


How can I solve this out?

Thanks

Edited by: Carlos Matos on Jan 21, 2015 3:04 AM

Edited by: Carlos Matos on Jan 21, 2015 3:05 AM

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 21-Jan-2015, at 3:05 AM EST
From: Carlos Matos
 
Re: DatePicker not working  
News Group: embarcadero.public.delphi.thirdpartytools.intraweb
Solved!!

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 21-Jan-2015, at 3:55 AM EST
From: Carlos Matos
 
Re: DatePicker not working [Edit]  
News Group: embarcadero.public.delphi.thirdpartytools.intraweb
The page code is:

{code}

Page0
{code} I want to reach IWEDIT2 Edited by: Carlos Matos on Jan 21, 2015 3:12 AM
Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 21-Jan-2015, at 3:13 AM EST
From: Carlos Matos