Listview Actions
Last updated
Last updated
By default the list view offers CRUD functionality but you can further extend this with custom actions.
Simply create a new class and mark it with the UIOMaticAction
attribute, the attribute has a constructor with 3 parameters
Alias, the unique alias of your action
Name, the name that is displayed for the action
View, the view that will be opened
Optionally you can also specify an Icon
Besides defining the Action you also need to make sure your models have the action in it's ListActions Collection
For a complete example please refer to https://github.com/TimGeyssens/UIOMatic-Addons-Export