Feature #1242
Slider UI control
Status: | CLOSED | Start date: | 06/19/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 06/25/2012 | |
Assignee: | - | % Done: | 100% | |
Category: | nethserver-nethgui | |||
Target version: | v1.5.0 | |||
Resolution: | NEEDINFO: |
Description
Implement a slider control. By moving the handle -O-
, the user can select a value inside a specified range.
----------------O--------- Value label
Related issues
Associated revisions
Xhtml/Selector.php: moved generateSelectorContentDropdown into parent class implementation. Refs #1242
Xhtml/Slider.php: added basic Slider UI widget implementation. Refs #1242 - Slider UI control
Xhtml/Selector: moved getChoices() and optGroups() methods in parent class. Refs #1242 -- Slider UI control
Xhtml/Slider.php: implemented ENUMERATIVE mode. Refs #1242 -- Slider UI control
base.css: added .Slider class. Refs #1242 -- Slider UI control
Slider.php: fixed initial value selection. Refs #1242 -- Slider UI control
Slider widget: fixed initial value setting. Refs #1242 -- Slider UI control
Slider widget: fixed HTML type attribute value. Refs #1242 -- Slider UI control
History
#1 Updated by Davide Principi about 9 years ago
- Status changed from NEW to TRIAGED
- Assignee set to Davide Principi
- Target version set to DEV104
- Start date set to 06/19/2012
#2 Updated by Davide Principi about 9 years ago
If you set the SLIDER_ENUMERATIVE flag, you must provide a Datasource with a set of choices. See XhtmlWidget::getChoices(). The selection occurs among the members of the given set, instead of the min/max range.
#3 Updated by Davide Principi about 9 years ago
- Due date set to 06/25/2012
- Status changed from TRIAGED to CLOSED
- % Done changed from 0 to 100
#5 Updated by Davide Principi over 7 years ago
- Target version deleted (
DEV104)