-

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

Dataform Views: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 1: Line 1:
{{Dataform}}
{{Dataform}}
{{Dataform Docs Note 1}}
{{Dataform Docs Note 1}}
Views are managed in the Manage | Views tab. Views management requires managetemplates capability.
In order for a Dataform activity to be active, a default view must be defined.
By default, there is no limit to the number of views you can add to a Dataform activity (although your administrator can limit the max number of views).
Dataform views allow you to control the way information is presented in the Dataform activity.  
Dataform views allow you to control the way information is presented in the Dataform activity.  
==[[Dataformview Aligned|Aligned]]==
==Standard views==
===[[Dataformview Aligned|Aligned]]===
This view presents data in rows aligned to the left.
This view presents data in rows aligned to the left.
==[[Dataformview CSV|CSV]]==
===[[Dataformview CSV|CSV]]===
This view allows you to import and export data to a csv file.
This view allows you to import and export data to a csv file.
==[[Dataformview Grid|Grid]]==
===[[Dataformview Grid|Grid]]===
Two dimensional view where each entry is presented in a table cell. This view allows you to control the number of columns and raws that will be displayed on a single page.
Two dimensional view where each entry is presented in a table cell. This view allows you to control the number of columns and raws that will be displayed on a single page.
An extension to the grid view that allows you to add your own header and footer before and after repeated table entry.
An extension to the grid view that allows you to add your own header and footer before and after repeated table entry.
==[[Dataformview Interval|Interval]]==
===[[Dataformview Interval|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.
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.
==[[Dataformview PDF|PDF]]==
===[[Dataformview PDF|PDF]]===
With this view you can display and export data to PDF file.
With this view you can display and export data to PDF file.
==[[Dataformview RSS|RSS]]==
===[[Dataformview RSS|RSS]]===
With this view you can display and export data to PDF file.
With this view you can display and export data to PDF file.
==[[Dataformview Tabular|Tabular]]==
===[[Dataformview Tabular|Tabular]]===
The most common view, this view presents information in a table. The tabular view is useful both for editing and display purposes.
The most common view, this view presents information in a table. The tabular view is useful both for editing and display purposes.

Revision as of 21:07, 24 January 2014


Dataform views allow you to control the way information is presented in the Dataform activity.

Standard views

Aligned

This view presents data in rows aligned to the left.

CSV

This view allows you to import and export data to a csv file.

Grid

Two dimensional view where each entry is presented in a table cell. This view allows you to control the number of columns and raws that will be displayed on a single page. An extension to the grid view that allows you to add your own header and footer before and after repeated table entry.

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

With this view you can display and export data to PDF file.

RSS

With this view you can display and export data to PDF file.

Tabular

The most common view, this view presents information in a table. The tabular view is useful both for editing and display purposes.