Note: You are currently viewing documentation for Moodle 4.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Dataform Plugins.

Dataform Plugins: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 12: Line 12:
*'''[[Dataformview Tabular|Tabular]]''': Displays entries in an aligned table. The template is designed with an html table in a WYSIWYG editor.
*'''[[Dataformview Tabular|Tabular]]''': Displays entries in an aligned table. The template is designed with an html table in a WYSIWYG editor.
===Add-ons===
===Add-ons===
*'''[[Dataformview Updater|Chart]]''': Displays a chart based on entries content.
*'''[[Dataformview Updater|Chart]]''': Displays one or more charts based on the view entries content.
*'''[[Dataformview Updater|Updater]]''': Allows for bulk updating of entries with a set of values entered via an entry form.
*'''[[Dataformview Updater|Updater]]''': Allows for bulk updating of entries with a set of values entered via an entry form.
==Field plugins==
==Field plugins==
Line 44: Line 44:
==Access rule plugins==
==Access rule plugins==
===Standard===
===Standard===
*'''[[Dataformaccess Entry|Entry access]]''':  
*'''[[Dataformaccess Entry|Entry access]]''': Allows setting access permissions (view, update, delete, export) for entries that have a specified content in specified views.
*'''[[Dataformaccess Field|Field access]]''':  
*'''[[Dataformaccess Field|Field access]]''': Allows setting view and update permissions for fields that have a specified content.
*'''[[Dataformaccess View|View access]]''':  
*'''[[Dataformaccess View|View access]]''': Allows setting view permissions for specified views.
==Notification rule plugins==
==Notification rule plugins==
===Standard===
===Standard===
*'''[[Dataformnotification Entry|Entry notification]]''':  
*'''[[Dataformnotification Entry|Entry notification]]''': Allows setting custom messages to be sent to specified recipients on specified entry events (add, update, delete).
*'''[[Dataformnotification Field|Field notification]]''':  
*'''[[Dataformnotification Field|Field notification]]''': Allows setting custom messages to be sent to specified recipients on specified field events (update).
==Text filters==
==Text filters==
==Other components==
==Other components==
[[es:Dataform Plugins]]
[[es:Dataform Plugins]]

Revision as of 23:36, 1 February 2014


Click on the plugin name for more information about the plugin.

View plugins

Standard

  • Aligned: Displays entries in an aligned table with a simplified template design which takes a simple list of field patterns and creates one table column per pattern.
  • CSV: Allows CSV import and export of entries.
  • Grid: Displays entries in a grid (each entry in a table cell). Allows setting the number of columns and rows of the grid.
  • Interval: This view allows you to set duration interval according to which the information is displayed. You can group the information by certain field tag or rating and you can control the the number of entries to be displayed on each page. This view is particularly useful for content display.
  • PDF: Allows designing a PDF template and exporting entries to a PDF file.
  • RSS: Allows designing and generating RSS feeds from the activity entries.
  • Tabular: Displays entries in an aligned table. The template is designed with an html table in a WYSIWYG editor.

Add-ons

  • Chart: Displays one or more charts based on the view entries content.
  • Updater: Allows for bulk updating of entries with a set of values entered via an entry form.

Field plugins

Internal

  • Entry actions: Displays the entry action links/icons (e.g. edit, delete, duplicate etc.).
  • Entry group: Displays info about the group the entry belongs to.
  • Entry time: Displays the entry time created and modified.
  • Entry author: Displays info about the entry author (e.g. first name, last name, user picture etc.).

Standard

  • Checkbox: Allows the user to select options by ticking checkboxes.
  • Duration: Allows the user to specify a duration in various units.
  • Entry state: Allows the user to set the entry state (with ajax support).
  • File: Allows the user to upload files to the entry.
  • Mdl Comment: Allows the user to add moodle comments to the entry.
  • Mdl Rating: Allows the user to add moodle ratings to the entry.
  • Number: Allows the user to enter a number.
  • Picture: Allows the user to upload images to the entry.
  • Radio button: Allows the user to select an option by ticking a radio button.
  • Select: Allows the user to select an option from a dropdown.
  • Select (multiple): Allows the user to select multiple options from a dropdown.
  • Text: Allows the user to enter single-line text.
  • Text area: Allows the user to enter multi-line text or rich text (supports the moodle editor).
  • Time: Allows the user to enter data/time via dropdowns or javascript calendar popup.
  • Url: Allows the user to enter a clickable link.

Add-ons

  • Captcha:
  • Latlong: Allows the user to enter a geographic location with latitude and longitude.
  • Mail to: Allows the user to a mailto link the will open a new email editor in the user's local email client.
  • Entry actions plus: Allows an templates manager to configure the appearance and behavior of the entry actions.

Access rule plugins

Standard

  • Entry access: Allows setting access permissions (view, update, delete, export) for entries that have a specified content in specified views.
  • Field access: Allows setting view and update permissions for fields that have a specified content.
  • View access: Allows setting view permissions for specified views.

Notification rule plugins

Standard

  • Entry notification: Allows setting custom messages to be sent to specified recipients on specified entry events (add, update, delete).
  • Field notification: Allows setting custom messages to be sent to specified recipients on specified field events (update).

Text filters

Other components