inputEx-library

inputEx  0.7.1

inputEx-library > inputEx > inputEx.SliderField
Search:
 
Filters

Class inputEx.SliderField - extends inputEx.Field

Create a slider using YUI widgets

Constructor

inputEx.SliderField ( options )
Parameters:
options <Object> inputEx.Field options object

Properties inherited from inputEx.Field:

Methods

getValue

int getValue ( )
Get the value from the slider
Returns: int
The integer value

renderComponent

void renderComponent ( )
render a slider widget

setOptions

void setOptions ( options )
Set the classname to 'inputEx-SliderField'
Parameters:
options <Object> Options object as passed to the constructor

setValue

void setValue ( value , [sendUpdatedEvt] )
Function to set the value
Parameters:
value <Any> The new value
[sendUpdatedEvt] <boolean> (optional) Wether this setValue should fire the updatedEvt or not (default is true, pass false to NOT send the event)

Events inherited from inputEx.Field:


Copyright © 2011 Eric Abouaf All rights reserved.