Feature #1242

Slider UI control

Added by Davide Principi about 9 years ago. Updated over 7 years ago.

Status:CLOSEDStart date:06/19/2012
Priority:NormalDue 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

See http://jqueryui.com/demos/slider/


Related issues

Related to NethServer 6 - Task #457: Pseudonym module CLOSED 06/18/2012 06/21/2012
Related to NethServer 6 - Task #1244: Mailbox quota CLOSED 06/25/2012 07/23/2012
Related to Nethgui - Task #1407: Slider tooltip placement CLOSED 11/14/2012 11/14/2012

Associated revisions

Revision 1f2f09c3
Added by Davide Principi about 9 years ago

Xhtml/Selector.php: moved generateSelectorContentDropdown into parent class implementation. Refs #1242

Revision c03aa34f
Added by Davide Principi about 9 years ago

Xhtml/Slider.php: added basic Slider UI widget implementation. Refs #1242 - Slider UI control

Revision 82a60f26
Added by Davide Principi about 9 years ago

Xhtml/Selector: moved getChoices() and optGroups() methods in parent class. Refs #1242 -- Slider UI control

Revision ac39caa1
Added by Davide Principi about 9 years ago

Xhtml/Slider.php: implemented ENUMERATIVE mode. Refs #1242 -- Slider UI control

Revision 4cf2ecdf
Added by Davide Principi about 9 years ago

base.css: added .Slider class. Refs #1242 -- Slider UI control

Revision 6daf8b73
Added by Davide Principi about 9 years ago

Slider.php: fixed initial value selection. Refs #1242 -- Slider UI control

Revision cbe8c166
Added by Davide Principi almost 9 years ago

Slider widget: fixed initial value setting. Refs #1242 -- Slider UI control

Revision 3fb13568
Added by Davide Principi almost 9 years ago

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)

Also available in: Atom PDF