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
Line 21: Line 21:
|[[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===
{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 28: Line 27:
|[[Dataformview chart|Chart]] || Displays one or more charts based on the view entries content. ||
|[[Dataformview chart|Chart]] || Displays one or more charts based on the view entries content. ||
|}
|}
==Field plugins==
==Field plugins==
===Internal===
===Internal===
Line 42: Line 40:
|[[Dataformfield entrytime|Entry time]] || Displays the entry time created and modified. || V || V || V || V
|[[Dataformfield entrytime|Entry time]] || Displays the entry time created and modified. || V || V || V || V
|}
|}
===Standard===
===Standard===
{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 77: Line 74:
|[[Dataformfield url|Url]] || Allows the user to enter a clickable link. || V || V || V || V
|[[Dataformfield url|Url]] || Allows the user to enter a clickable link. || V || V || V || V
|}
|}
===Add-ons===
===Add-ons===
{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 94: Line 90:
|[[Dataformfield xentryactions|Entry actions plus]] || Allows an templates manager to configure the appearance and behavior of the entry actions. || X || X || X || X
|[[Dataformfield xentryactions|Entry actions plus]] || Allows an templates manager to configure the appearance and behavior of the entry actions. || X || X || X || X
|}
|}
==Access rule plugins==
==Access rule plugins==
===Standard===
===Standard===
*'''[[Dataformaccess entry|Entry access]]''': Allows setting access permissions (view, update, delete, export) for entries that have a specified content in specified views.
{| class="wikitable" border="1"
*'''[[Dataformaccess field|Field access]]''': Allows setting view and update permissions for fields that have a specified content.
!Name !! Description
*'''[[Dataformaccess view|View access]]''': Allows setting view permissions for specified views.
|-
|[[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]] || Allows setting view and update permissions for fields that have a specified content.
|-
|[[Dataformaccess view|View access]] || Allows setting view permissions for specified views.
|}
==Notification rule plugins==
==Notification rule plugins==
===Standard===
===Standard===
*'''[[Dataformnotification entry|Entry notification]]''': Allows setting custom messages to be sent to specified recipients on specified entry events (add, update, delete).
{| class="wikitable" border="1"
*'''[[Dataformnotification field|Field notification]]''': Allows setting custom messages to be sent to specified recipients on specified field events (update).
!Name !! Description
|-
|[[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]] || 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 22:36, 17 February 2014


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

View plugins

Standard

Name Description
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

Name Description Download
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

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

Add-ons

Name Description Sort Search Export Import
Captcha Displays a required Google re-captcha when editing the entry. X X X X
Chart Displays a YUI chart based on entry content. X X X X
Clicker Allows choosing an option by clicking a numbered button . V V V V
Latlong Allows the user to enter a geographic location with latitude and longitude. V V V V
Mail to Allows the user to a mailto link the will open a new email editor in the user's local email client. V V V V
Entry actions plus Allows an templates manager to configure the appearance and behavior of the entry actions. X X X X

Access rule plugins

Standard

Name Description
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

Name Description
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