Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Beta1
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:jsf2.0, ICEfaces-2.0
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Although Art created this initially, that was before Adnan developed the harness for spakrle components and the sparkle css/sprites were generated by Art. Rework for new sparkle components plan and add aria functionality
Issue Links
- duplicates
-
ICE-5624 New CheckboxButton ACE component
-
- Closed
-
component has been created and reviewed, following the new standards for component development for ICEfaces-2.0.
Items to note:-
1) hidden field "_hidden" maintains the value of the "checked" attribute, which may be updated via the yui checkbox or server-push.
the javascript params are no longer used for this input component
2) singleSubmit=true means that the checkbutton submits to the server side, singleSubmit=false means that the hidden field gets updated
and waits for some other component to submit the form to the server.
3) the event has a null target (event.target), so this must be set for partial submit = true.
4) aria support means that the space bar toggles the button for true/false.