📔
ui-o-matic documentation
  • UI-O-Matic Docs
  • Usage
  • Default Editor Views
  • Custom Editor Views
  • Listview
  • List Field Views
  • Listview Actions
  • Dashboard
  • PropertyEditors
  • Custom Sections
  • Content Apps
  • EventModel
  • Config Settings
  • Addons
  • Advanced
  • Know Issues
  • Further Reading
  • License
Powered by GitBook
On this page
  • MCFly
  • Usage
  • List View Export
  • Usage

Was this helpful?

Addons

PreviousConfig SettingsNextAdvanced

Last updated 4 years ago

Was this helpful?

There are a number of addons you can install on top of UI-O-Matic to further extend it's functionality

MCFly

Generate frontend forms based on your UI-O-Matic pocos and create types on the fly from an integrated UI

Usage

Simply install trough and you can work your magic in the new MCFly section

List View Export

Install this to extend the list view with an export action

Usage

Just populate the ListViewActions parameter on your UIOMatic attribute with the Actions you wish to supply (and of course make sure the include the correct using statement using UIOMaticAddons.Export; )

ListViewActions = new[]{ typeof(ExportAction)})]

Full docs available on

nuget
UI-O-Matic Addons Export
github