Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MacroActionConcepts/usage
ConfiForms FormDefineDefine the form and its rules.
ConfiForms Field DefinitionDefineUse inside the ConfiForms Form macro to define form fields, their types and behavior, restrictions and permissions.
ConfiForms Field Definition RulesDefineUse to define conditional fields and relations among fields (that is, ConfiForms Field Definitions).
ConfiForms Registration ControlDefine ViewUse to define a form's registration behavior. Each form should have at least one 'Registration Control'. This control can be placed inside the ConfiForms form or elsewhere on the page, and a form can have any number of registration controls.  Forms can be embedded on Confluence pages or rendered as a modal dialog.
ConfiForms Edit ControlsDefine ViewThis macro defines Edit behavior for the ConfiForms ListView and TableView. To enable editing of stored form data, place this macro inside the ConfiForms *View macros (ListView, TableView, CalendarView or TableView macrosCardView).
ConfiForms Entry ViewerViewThis macro adds a nice control to view your stored entity in a nice popup dialog. Add it to your ConfiForms *View macros (ListView, TableView, CalendarView or CardView).
ConfiForms TableViewViewUse this macro to visualize stored data as a table, with instant search, filtering, and data sorting/ordering. Add 'ConfiForms Field' macros inside TableView to define which fields should be shown.
ConfiForms ListViewViewThis macro allows you to visualize stored form data in WYSIWYG view (also supports filtering and data sorting/ordering). Add 'ConfiForms Field' macros inside define which fields should be shown.
ConfiForms CardViewViewUse this macro to visualize stored form data as a vertical table (card) with instant search, filtering and data sorting/ordering. Add 'ConfiForms Field' macros inside to define what should be shown
ConfiForms CalendarViewViewMacro renders a Calendar view for your stored data
ConfiForms FieldViewThis macro defines a field for display within the ConfiForms TableView, CardView, CalendarView or ListView macros.
ConfiForms IFTTTDefineUse this macro to define the integration rules for ConfiForms.  For example, this macro can enable the form to send email notifications when a record is created, changed, or submitted. Notifications can be sent to other systems via HTTP, or they can create new pages using predefined templates with data entered on your forms.
ConfiForms TableView MergerViewThis macro aggregates and merges datasets from different ConfiForms forms (or just from selected fields in one form).  You can calculate averages, totals, or perform other math operations on form data. The output of this macro is fully compatible with the Chart macro and these can be used together to create beautiful charts.
CSS Rules for ConfiForms FieldsViewThis helper macro supports applying conditional CSS rules for ConfiForms fields based on their values.

...