Field Slider - imona/tutorial GitHub Wiki

My Image

  • focus():focus on the target component
  • height: sets height on the target component.
  • readOnly:Sets the target component as read-only or editable;
  • requried: require the target component as mandatory or optional
  • setMax(max): sets max value for slider
  • setMin(min); sets min value for slider
  • value: set/get value the target component
  • visible: sets the target component as visible or invisible
  • width: sets width on the target component.