Versions Compared
Version | Old Version 12 | New Version 13 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Table of Contents |
---|
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 , appearance bindings and confirm dialog is also are also supported.
Example
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<action label="button.log_workout" action="logWorkout"/> <action label="button.mail_workouts_report" action="mailWorkouts"/> |
Info | ||
---|---|---|
| ||
Additional Mentions and References
- Mentioned in the Helium Tutorial Lesson 2: The Table Widget and Basic Navigation
- Helium DSL and View Quick Reference