Other Components - imona/tutorial GitHub Wiki
Checkbox, All Fields, Button, Image, Bar ,Label, Video, File
Every components have follow methods but some components have only these methods Example; checkbox, all fields, button If you don't find here you want component. You can use content assist (Ctrl+space)
- focus(): Focus on the target component
- height: Sets height on the target component.
- readOnly: Sets the target component as read-only or editable;
- required: Require the target component as mandatory or optional
- value: Set/Get value the target component
- visible: Sets the target component as visible or invisible
- width: Sets width on the target component.