-
Notifications
You must be signed in to change notification settings - Fork 14
Header Tokens
valadas edited this page Jul 10, 2018
·
1 revision
For use in the header.html or header.xml file
TAG | DESCRIPTION | XML SETTING | DEFAULT VALUE |
---|---|---|---|
ATTRIBUTE:name | Dropdown list of valid values for Attribute name. Selection will filter items | CssClass, Width | normal, 100 |
DNNLABEL:name | DNN Label Control with resource key of name | none | |
LABEL:name | Static text label with resource key of name | CssClass | normal |
UPLOADBUTTON | Push button to Upload an item | CssClass | normal |
MODERATEBUTTON | Push button to Moderate Uploads | CssClass | normal |
SEARCH | Inserts Search control. The control is made up of 3 elements, SEARCH (the prompt), SEARCHBOX (the input box) and SEARCHBUTTON (the push button) | SEARCH: CssClass. SEARCHBOX: CssClass, Width. SEARCHBUTTON: CssClass | normal, normal, 100, normal |
CURRENTCATEGORY | Currently selected Category | CssClass | normal |
CATEGORIES | Dropdown list of Categories. Selection will filter items | CssClass, Width | normal, 100 |
SORT | Dropdown list of sort options | CssClass | normal |
PREVIOUSPAGE | Link button to display the previous page | CssClass | normal |
NEXTPAGE | Link button to display the next page | CssClass | normal |
CURRENTPAGE | Current page number | CssClass | normal |
PAGECOUNT | Number of pages | CssClass | normal |
TEMPLATEIMAGEFOLDER | Path to the current template’s image folder | none | |
JAVASCRIPTFOLDER | Path to the Repository Module js folder | none |