-

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: Dataformview View patterns.

Template:Dataformview View patterns: Difference between revisions

From MoodleDocs
No edit summary
(Blanked the page)
 
Line 1: Line 1:
===Common patterns===
====Entries====
<nowiki>
##notifications##: Displays entry action notifications such “Updated 3 entries”, “Deleted 10 entries”, etc.
##numentriestotal##: Displays the total number of entries in the activity.
##numentriesviewable##: Displays the number of entries the current user can view in the activity without filtering.
##numentriesviewable##: Displays the number of viewable entries with filters applied.
##numentriesdisplayed##: Displays the number of entries displayed.
##newentry##: Displays a new entry form (if user has permission to add).
##entries##: Displays the entries.
##addnewentry##: Displays 'Add new entry' action link that allows the user to open a new entry form.
##addnewentries##: Displays 'Add new entries' dropdown that allows the user to open the selected number of new entries in the form.
</nowiki>
====Reference====
<nowiki>
##viewurl##: ...
##viewsmenu##: ...
##filtersmenu##: ...


</nowiki>
====Search and filtering====
<nowiki>
##quicksearch##: ...
##quickperpage##: ...
##advancedfilter##: ...
</nowiki>
====Paging bar====
<nowiki>
##pagingbar##: ...
</nowiki>

Latest revision as of 21:32, 11 February 2014