You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Murtuza <kh...@gmail.com> on 2007/10/15 18:12:20 UTC

t:inputCalendar + ID for popupButton

I have a checkbox and when its click I would like to have the inputCalendar
as disabled using javascript, but but when I set the disable property of the
inputCalendar to true it only disables the input field and not the button, I
used firebug to check if it generets any ID for the button inside
inputCalendar but it doesn't. Any one has any idea about how to get the id
from javascript for the button inside the inputCalendar component.

Thanks
-- 
View this message in context: http://www.nabble.com/t%3AinputCalendar-%2B-ID-for--popupButton-tf4628569.html#a13216144
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: t:inputCalendar + ID for popupButton

Posted by Mike Kienenberger <mk...@gmail.com>.
If there isn't a jsf attribute for specifying the inputCalendar
button's id, then I'd recommend submitting a patch against
inputCalendar that adds such functionality.

On 10/15/07, Murtuza <kh...@gmail.com> wrote:
>
> I have a checkbox and when its click I would like to have the inputCalendar
> as disabled using javascript, but but when I set the disable property of the
> inputCalendar to true it only disables the input field and not the button, I
> used firebug to check if it generets any ID for the button inside
> inputCalendar but it doesn't. Any one has any idea about how to get the id
> from javascript for the button inside the inputCalendar component.
>
> Thanks
> --
> View this message in context: http://www.nabble.com/t%3AinputCalendar-%2B-ID-for--popupButton-tf4628569.html#a13216144
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>