XSLT Function: BaileyWeb.University.Navigation.ShowGoUpOneLevelButton
The XSLT Function named ShowGoUpOneLevelButton produces a glyph icon with a link to move up a level.
Files
The following files are supplied with the University Package:
- ~/App_Data/Xslt/BaileyWeb/University/Navigation/ShowGoUpOneLevelButton.cshtml
Parameters
None. OR
There are COUNT parameters:
Parameter: | Label: | Help: | Type: | Default: | Widget: |
---|---|---|---|---|---|
NAME | LABEL | HELP | TYPE | VALUE |
Function Markup
<f:function name="BaileyWeb.University.Pages.GoUpOneLevel" xmlns:f="http://www.composite.net/ns/function/1.0" />
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:
Sample Output
<html xmlns="http://www.w3.org/1999/xhtml"> <head/> <body> <a href="./" class="pull-right" title="Go up one level"> <span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true"/> </a> </body> </html>