action
Overview
To make an object-list
clickable, an action
tag should be added to the object-list.
Basic Example
main.view.xml
Standard Attributes
on-press
on-presson-press
validate
validate
Optional
Type: boolean
Default: false
Set to true
to ensure that no required input fields in the current view are empty before performing the on-press
action.
Advanced Attributes
icon
icon
Optional
Type: string
Default: ion-chevron-right
The icon to display on the button, it will be placed on the left of the label by default. The icon can be a Font Awesome icon or an Ionicons icon.
Last updated