Template:Dataformview Submission settings: Difference between revisions

From MoodleDocs
(Created page with "===Submission=== ====Display when editing==== ====Save button==== This button will submit the edited entries and return to the view. ====Save and Continue button==== ====Save ...")
 
No edit summary
Line 1: Line 1:
===Submission===
===Submission===
The submission settings allow you to determine the behaviour when editing entries. Depending on the application, you can display different submission buttons with default or custom labels, you can display all or only the edited entries and show a response to the submission. 
====Display when editing====
====Display when editing====
Short name for the view. The view name can be used in certain view patterns in which case the format of the name should as simple as possible, only alpha or alphanumeric characters, to avoid pattern parsing problems.
====Save button====
====Save button====
This button will submit the edited entries and return to the view.
This button will save the edited entry and return to the view.
====Save and Continue button====
====Save and Continue button====
This button will save the edited entry and continue editing.
====Save as New button====
====Save as New button====
This button will save the edited entry as a new entry and return to the view.
====Save and Start New button====
====Save and Start New button====
This button will save the edited entry and open a new entry form.
====Save as New and Continue button====
====Save as New and Continue button====
This button will save the edited entry as a new entry and continue to edit the new entry.
====Cancel button====
====Cancel button====
This button will cancel submission and return to the view.
====Redirect to another view====
====Redirect to another view====
By default the user remains in the same view after entry submission. If an alternate view is selected, the user will be redirect to that view after submission.
====Response timeout====
====Response timeout====
The delay (in seconds) after submission and before the user is redirected to the target view.
====Response to submission====
====Response to submission====
A message to display to user after successful submission and before the user is redirected to the target view.

Revision as of 13:34, 29 January 2014

Submission

The submission settings allow you to determine the behaviour when editing entries. Depending on the application, you can display different submission buttons with default or custom labels, you can display all or only the edited entries and show a response to the submission.

Display when editing

Short name for the view. The view name can be used in certain view patterns in which case the format of the name should as simple as possible, only alpha or alphanumeric characters, to avoid pattern parsing problems.

Save button

This button will save the edited entry and return to the view.

Save and Continue button

This button will save the edited entry and continue editing.

Save as New button

This button will save the edited entry as a new entry and return to the view.

Save and Start New button

This button will save the edited entry and open a new entry form.

Save as New and Continue button

This button will save the edited entry as a new entry and continue to edit the new entry.

Cancel button

This button will cancel submission and return to the view.

Redirect to another view

By default the user remains in the same view after entry submission. If an alternate view is selected, the user will be redirect to that view after submission.

Response timeout

The delay (in seconds) after submission and before the user is redirected to the target view.

Response to submission

A message to display to user after successful submission and before the user is redirected to the target view.