Is it possible to disable the popup Calendar Component?
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Is it possible to disable the popup Calendar Component?  XML
Forum Index -> Components
Author Message
Baleyba

Joined: 16/11/2006 00:00:00
Messages: 110
Offline


Hi,

I'm using the following code:

<!-- Calendar Component -->
<ice:selectInputDate id="date" value="#{userController.disabledDate}" imageDir="/xmlhttp/css/xp/css-images/" renderAsPopup="true" disabled="#{userController.disabled}" />

But I'm always able to click and use the component even if I change the boolean value "userController.disabled".

Is something wrong or is it a bug ?

thanks
regards
Bal.

JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2
michael.thiem


Joined: 04/06/2007 00:00:00
Messages: 704
Offline


Hi,

you're right, the selectInputDate ignores the disabled attribute. There already
exists a JIRA for it, please feel free to vote for it:

http://jira.icefaces.org/browse/ICE-1865

Regards,
Michael
Baleyba

Joined: 16/11/2006 00:00:00
Messages: 110
Offline


Hi michael.thiem,

Thanks for your answer!
I voted ;)

regards

Bal.

JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2
 
Forum Index -> Components
Go to:   
Powered by JForum 2.1.7ice © JForum Team