because the datetimepicker is a dojo component, you need to treat it a
little differently.
I use the following:
dojo.event.connect(dojo.widget.byId("myPickerId"), "onValueChanged" ,
"myFunction");
On 4/1/07, VictorD <vdragun@iso-ne.com> wrote:
>
>
> Hi,
>
> I am trying to use onchange event with datetimepicker. Looks like
> datetimepicker ignores that event. Does anybody know, what should I do to
> make it works?
>
> Thanks
> --
> View this message in context:
> http://www.nabble.com/Struts-2.-Onchange-event-does-not-work-with-datetimepicker-tf3503053.html#a9783421
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>
|