Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

 

Description

View actions are functionally similar to buttons with the major distinction being that they are placed at a specific location on the user interface by Helium. View actions will always appear in the top right corner of the views even though they can be specified anywhere in the view xml.

The label is specified as a key to a lang file entry and is required. Visibility bindings and the confirm dialog is also supported.

 

 

Example

View XML
<action label="button.log_workout" action="logWorkout"/>
<action label="button.mail_workouts_report" action="mailWorkouts"/>

<action> example screenshot

 

 

 

Additional Mentions and References

 

 

  • No labels