Skip to content

nettantra/Sencha-Touch-2-SliderExtended

Repository files navigation

Sencha Touch 2 Slider Field Extended

This is an extended version of the Sencha Touch 2 Slider field with added helper input item.

Features

  • Dynamically changing input item beside the standard Sencha Touch 2 slider.
  • Slider position changes based on the value of the input item and changes are reflected immidiately.
  • Position of the input helper can be set as config
  • Accessible in code using xtype

Example Usage

  {
    xtype: 'sliderfieldextended',
    name: 'slider_decimal',
    labelText: 'Decimal',
    label: 'Decimal',
    value: 3,
    minValue: 0,
    maxValue: 100,
    increment: 0.25
  },

Screenshots

ios-screenshot

android-screenshot

About

An extended version of the Sencha Touch Slider with an associated input field.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published