Template and rule definitions.
Property Template | Description |
---|---|
bool | Enables rendering of boolean configuration properties |
color | Enables rendering of color configuration properties |
core_v2_contentTypeList | Lists content types for selection. Selected content types are stored in querystring format (ContentTypeId=GUID&ContentTypeId=GUID&...) or as the string 'all' if all content types are selected. |
core_v2_customTokenizedHtml | Enables rendering of HTML configuration properties with support for inserting tokens represented by the selectable values defined by the property. Inserted tokens are placed in curlery braces as {value} and are suitable for processing via $core_v2_language.FormatString(). |
core_v2_customTokenizedString | Enables the definition of strings containing token placeholders represented by the selectable values of the property. Inserted tokens are placed in curlery braces as {value} and are suitable for processing via $core_v2_language.FormatString(). |
core_v2_emailAddress | Enables entering and rendering email addresses in configuration forms. |
core_v2_groupLookup | Enables group selection using type-ahead search. Represents selections as a querystring with the key Group and value integer group ID. |
core_v2_intRange | Enables rendering of properties representing a range of integers. Stored as a querystring in the format Minimum=INT&Maximum=INT |
core_v2_multipleSelection | Enables selecting multiple values from a configuration properties set of selectable values. |
core_v2_roleLookup | Enables role selection using type-ahead search. Represents selections as a querystring with the key Role and value integer role ID. |
core_v2_sortableList | Enables ordering and enabling/disabling/ordering property selectable values within configuration forms. The enabled options are stored in querystring format using the supplied key in the user-defined order (key=value1&key=value2&key=value3&...). |
core_v2_tagLookup | Enables tag selection using type-ahead search. Represents selections as a querystring with the key Tag and value set to the tag's name. |
core_v2_tokenizedString | Enables inclusion of programmatic tokens within strings. |
core_v2_userLookup | Enables User selection using type-ahead search. Represents selections as a querystring with the key User and value integer user ID. |
core_v2_userProfileFields | Enables rendering of properties to select user profile fields. Stored as a querystring in the format Name=STRING&Name=STRING |
core_v2_userProfileSearch | Enables rendering of user profile fields linked to search. |
date | Enables rendering of date configuration properties |
datetime | Enables rendering of date/time configuration properties |
double | Enables rendering of double configuration properties |
guid | Enables rendering of GUID configuration properties |
html | Enables rendering of HTML configuration properties. |
int | Enables rendering of integer configuration properties |
select | Enables rendering of selectable configuration properties |
string | Enables rendering of string configuration properties |
themepalette | Enables theme palette selection. |
time | Enables rendering of time configuration properties |
unit | Enables rendering of unit configuration properties |
url | Enables rendering of URL configuration properties |
urllist | Enables rendering of URL list configuration properties |
Property Rule | Description |
---|---|
extensionvalidation | Validates URLs to have valid extensions or prevents URLs with invalid extensions |
minmax | Validates that a value is greater than/equal to a minimum and/or less than/equal to a maximum. |
trim | Trims input text. |