$cssName | name which will be used as part of css class |
$getSize | returns the current size of the component |
$getValue | called each time when component need to get value from related html input |
$height | current height of the view |
$scope | scope for resolving event and method names |
$setSize | sets the component size |
$setValue | called each time when component need to set value in related html input |
$skin | method, which will be called when skin defined |
$view | reference to top html element of the view |
$width | current width of the view |
config | all options from initial component configuration |
name | indicates the name of the component (a read-only property) |
on_click | attaches a click behavior for component items with the specified CSS class. |
touchable | flag, which force touch reaction on touch screen devices |