XSLT Function: BaileyWeb.University.Subjects.ShowSubjectListPaginated

The XSLT Function named ShowSubjectListPaginated produces a paginated list of subjects.

Files

The following files are supplied with the University Package:

  • ~/App_Data/Xslt/BaileyWeb/University/Subjects/ShowSubjectListPaginated.cshtml

Parameters

There are 3 parameters:

Parameter: Label: Help: Type: Default: Widget:
Items Items to display How many subjects should be displayed per page? Integer 10 Text Box
Introduction Introduction Introductory text to precede list of subjects. XHTML Visual XHTML Editor
Supplementary Supplementary Supplementary text to follow list of subjects. XHTML Visual XHTML Editor

Function Markup

<f:function name="BaileyWeb.University.Subjects.ShowSubjectsListPaginated" xmlns:f="http://www.composite.net/ns/function/1.0">
	<f:param name="Introduction">
		<html>
			<head></head>
			<body></body>
		</html>
	</f:param>
	<f:param name="Supplementary">
		<html>
			<head></head>
			<body></body>
		</html>
	</f:param>
	<f:param name="Items" value="10" />
</f:function>

Sub Functions

None. OR

This function relies upon the following sub functions for data:

  • BaileyWeb.University.NAMESPACE OR

When routed data isn't TYPE.IsItem:

  • BaileyWeb.University.NAMESPACE

When routed data is TYPE.IsItem:

  • BaileyWeb.University.NAMESPACE

Text Strings

This function uses the following localisation resources:


Updated: 27 February 2022