Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Dataform view block.

Dataform view block: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox plugin
|type = Blocks
|entry = http://moodle.org/plugins/view.php?plugin=block_dataform_view
|discussion = http://moodle.org/mod/forum/view.php?id=3505
|maintainer = [[User:Itamar Tzadok|Itamar Tzadok]]
}}
The Dataform view block allows for displaying and interacting with the content of a [https://docs.moodle.org/23/en/index.php?title=Dataform_module Dataform activity] via a block on the course page.
The Dataform view block allows for displaying and interacting with the content of a [https://docs.moodle.org/23/en/index.php?title=Dataform_module Dataform activity] via a block on the course page.


==Features==
==Features==
*  
* Allows selecting a Dataform activity from the course or from the front page.
 
* Allows attaching a filter to the selected view.
 
* Embedded mode which allows for interacting with the Dataform content without leaving the course page.
 
 
[[Image:Sample_screen_shot|thumb|500px|center|Title of screenshot]]


==Installation==
==Installation==
Line 22: Line 25:


==Configuration==
==Configuration==
* '''Select Dataform:''' ...
* '''Select view:''' ...
* '''Select filter:''' ...
* '''Embed:''' ...
* '''Container CSS:''' ...
[[Image:dfv-block-settings.png|frame|right|Dataform view block settings]]
[[Image:dfv-block-settings.png|frame|right|Dataform view block settings]]


* '''Select Dataform:''' Dropdown list of available Dataform instances in the course and the front page.
* '''Select view:''' Dropdown list of available views in the selected Dataform.
* '''Select filter:''' Dropdown list of available filters in the selected Dataform.
* '''Embed:''' If enabled the Dataform view is embedded in an iframe and allows interaction with the content (e.g. adding/editing entries) without leaving the course page.
* '''Container CSS:''' When embedded allows setting the iframe styles.
<br clear="both" />
<br clear="both" />


==Applications==
*


==See also==
==See also==

Latest revision as of 16:14, 25 September 2012

Dataform view block
Type Blocks
Downloads http://moodle.org/plugins/view.php?plugin=block_dataform_view
Issues {{{tracker}}}
Discussion http://moodle.org/mod/forum/view.php?id=3505
Maintainer(s) Itamar Tzadok

The Dataform view block allows for displaying and interacting with the content of a Dataform activity via a block on the course page.

Features

  • Allows selecting a Dataform activity from the course or from the front page.
  • Allows attaching a filter to the selected view.
  • Embedded mode which allows for interacting with the Dataform content without leaving the course page.

Installation

Git clone

Download

Configuration

Dataform view block settings
  • Select Dataform: Dropdown list of available Dataform instances in the course and the front page.
  • Select view: Dropdown list of available views in the selected Dataform.
  • Select filter: Dropdown list of available filters in the selected Dataform.
  • Embed: If enabled the Dataform view is embedded in an iframe and allows interaction with the content (e.g. adding/editing entries) without leaving the course page.
  • Container CSS: When embedded allows setting the iframe styles.



See also