Component Refresher - imona/tutorial GitHub Wiki

  • focus(): Focus on the target component
  • height: Sets height on the target component.
  • interval: Sets display range as miliseconds. Note: 1sn = 1000 ms;
  • readOnly: Sets the target component as read-only or editable
  • required: Require the target component as mandatory or optional
  • stop: Stops refresher the component
  • value: Set/Get value the target component
  • visible: Sets the target component as visible or invisible
  • width: Sets width on the target component.