projects/components/widgets/input/slider/src/slider.component.doc.ts
The wmSlider component defines the slider widget.
Methods |
Inputs |
onChange | ||||||||||||||||||||
onChange($event: MouseEvent, widget: any, newVal: number, oldVal: number)
|
||||||||||||||||||||
Callback function which will be triggered when the widget is clicked or when datavalue has changed.
Parameters :
Returns :
void
|
class |
Type : string
|
Class of the widget. |
datavalue |
Type : number
|
This is the default value to display value for an editor widget. Note that the display value is just what the user sees initially, and is not always the dataValue returned by the widget. Bindable: |
disabled |
Type : boolean
|
This property will be used to disable/enable the slider widget on the web page. Bindable: |
hint |
Type : string
|
Hint text is shown for the button widget on hover. Bindable: |
maxvalue |
Type : number
|
Bind or enter a maximum value to the slider Bindable: |
minvalue |
Type : number
|
Bind or enter a minimum value to the slider Bindable: |
name |
Type : string
|
Name of the slider widget. |
readonly |
Type : boolean
|
Default value : false
|
This property will be used to make the rich-text-editor widget non-editable on the web page. Bindable: |
shortcutkey |
Type : string
|
The shortcut key property specifies a shortcut key to activate/focus an element. |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the slider widget on the web page. Bindable: |
step |
Type : number
|
Use the stepper to increment/decrement the input value by the specified step interval. |
tabindex |
Type : number
|
Default value : 0
|
This property specifies the tab order of the slider Widget. |