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
Line 15: Line 15:
==Field plugins==
==Field plugins==
===Internal===
===Internal===
*'''[[Dataformfield entryactions|Entry actions]]''': Displays the entry action links/icons (e.g. edit, delete, duplicate  etc.).
{| class="wikitable" border="1"
*'''[[Dataformfield entryauthor|Entry author]]''': Displays info about the entry author (e.g. first name, last name, user picture etc.).
|Name || Description || Sort || Search || Export || Import
*'''[[Dataformfield entrygroup|Entry group]]''': Displays info about the group the entry belongs to.
|-
*'''[[Dataformfield entrytime|Entry time]]''': Displays the entry time created and modified.
|[[Dataformfield entryactions|Entry actions]] || Displays the entry action links/icons (e.g. edit, delete, duplicate  etc.). || X || X || X || X
|-
|[[Dataformfield entryauthor|Entry author]] || Displays info about the entry author (e.g. first name, last name, user picture etc.). || V || V || V || V
|-
|[[Dataformfield entrygroup|Entry group]] || Displays info about the group the entry belongs to. || V || V || V || V
|-
|[[Dataformfield entrytime|Entry time]] || Displays the entry time created and modified. || V || V || V || V
|}


===Standard===
===Standard===

Revision as of 14:53, 13 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.

Field plugins

Internal

Name Description Sort Search Export Import
Entry actions Displays the entry action links/icons (e.g. edit, delete, duplicate etc.). X X X X
Entry author Displays info about the entry author (e.g. first name, last name, user picture etc.). V V V V
Entry group Displays info about the group the entry belongs to. V V V V
Entry time Displays the entry time created and modified. V V V V

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.
  • Comment Mdl: Allows the user to add moodle comments 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.
  • Rating Mdl: Allows the user to add moodle ratings to the entry.
  • 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