-
Notifications
You must be signed in to change notification settings - Fork 14
Form 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 |
---|---|---|---|
DNNLABEL:name | DNN Label Control with resource key of name | none | |
LABEL:name | Static text label with resource key of name | CssClass | normal |
TITLE | Textbox for entering the Title field | CssClass, Width | normal, 300 |
FILE | File Input field and Browse button | CssClass | normal |
URL | Textbox for entering a URL | CssClass, Width | normal, 300 |
IMAGE | File Input field and Browse button | CssClass | normal |
IMAGEURL | Textbox for entering an Image URL | CssClass, Width | normal, 300 |
AUTHORNAME | Textbox for entering Author’s name | CssClass, Width | normal, 300 |
AUTHOREMAIL | Textbox for entering Author’s Email Address | CssClass, Width SHOWEMAIL: CssClass | normal, 300, normal |
SUMMARY | Rich text editor for entering the Summary | Width, Height | 560px, 280px |
DESCRIPTION | Rich text editor for entering the Description | Width, Height | 560px, 280px |
UPLOADBUTTON | Push button to upload the item | CssClass | normal |
CANCELBUTTON | Push button to cancel the upload | CssClass | normal |
DELETEBUTTON | Push button to delete the item | CssClass | normal |
CATEGORIES | List of available categories. If ‘Select’ setting is MULTIPLE then checkboxes will be rendered. If ‘Select’ is SINGLE, then radio buttons will be rendered. | CssClass, Select | normal, MULTIPLE|SINGLE |
ATTRIBUTES | List of available values for EACH Attribute. If ‘Select’ setting is MULTIPLE then checkboxes will be rendered. If ‘Select’ is SINGLE, then radio buttons will be rendered. | CssClass, ATTRIBUTE:name, Select | normal, MULTIPLE|SINGLE |