Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: ACE-Components
-
Labels:None
-
Environment:all
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Create a new checkbox component for the Sparkle component suite based on the button checkbox YUI2 widget.
Issue Links
- is duplicated by
-
ICE-5798 create checkbox sparkle 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.