A variable field. Many properties only apply to certain dataTypes
Fields
Name | Type | Triggers | Description |
---|---|---|---|
customButtons |
| Custom button collection | |
displayName | string | Display name | |
displayFilter | string | Display filter (used in combination with filter on VariableInput Panel) | |
dataType | string | Variable data type | |
defaultValue | string | Default variable value | |
notes | string |
| Administrative notes for Variable |
imgXML | string | Loaded Image/Asset definition XML (as returned by for example ResourceItemGetDefinitionXML for Assets Resource) | |
displayValue | string |
| Display value (calculatedby combining value with prefix, suffix, ...) |
required | bool | Variable is required input for end users | |
visible | bool | Variable is visible in input form? | |
info | string | Variable info / help text | |
pushChangesToDataSource | bool |
| Variable is visible in input form? |
showInfoInline | bool | Show variable info inline in input form (rather than just as tooltip) | |
removeParagraphIfEmpty | bool | Remove paragraphs where the variable is placed, if no value | |
prefix | string | Prefix (prepended to displayValue if value is not empty) | |
suffix | string | Suffix (apppended to displayValue if value is not empty) | |
checkedValue | string | Checked value for checkboxes | |
unCheckedValue | string | Uncheck value for checkboxes | |
itemFilter | string | Item filter | |
allowEditStyle | bool | Allow Formatted Text Styles | |
controlHeight | int | Input control height (formatted text, multi-line text, ...) | |
maxLength | int | Maximum text length during user input | |
dateDisplayFormat | string | Date Settings | |
dateNumDaysBeforeToday | string | Date Settings | |
dateNumDaysAfterToday | string | Date Settings | |
dateFirstDayOfWeek | int | Date Settings | |
dateRangeStart | string | Date Settings | |
dateRangeEnd | string | Date Settings | |
includeEmptyItem | bool | Include empty item in list | |
multipleSelection | bool | Allow multiple selection on lists | |
concatenationPrefix | string | Concatenation prefix for list items (multiple selection) | |
concatenationSuffix | string | Concatenation suffix for list items (multiple selection) | |
minimum | number | Minimum numeric value | |
maximum | number | Maximum numeric value | |
numberDecimalSeparator | string | Numeric decimal separator | |
numberThousandsSeparator | string | Numeric thousands separator | |
numberPrecision | int | Numeric precision | |
numberRounding | Numeric rounding strategy | ||
minimumUnit | unit | Minimum unit value | |
maximumUnit | unit | Maximum unit value | |
snapInterval | number | Numeric snap interval | |
value | Variable value | ||
stepSize | number | Numeric step size | |
allowFont | bool | Allow Formatted Text Font selection | |
allowFontSize | bool | Allow Formatted Text font size input | |
allowFontStyle | bool | Allow Formatted Text font style choice | |
allowFontUnderLine | bool | Allow Formatted Text underline | |
allowFontAlign | bool | Allow Formatted Text Font align selection | |
allowFontLineThrough | bool | Allow Formatted Text linethrough | |
allowFontPosition | bool | Allow Formatted Text font position | |
allowFontColor | bool | Allow Formatted Text Font Color Selection | |
allowFontBulletLists | bool | Allow Formatted Text Bulletlists | |
imageShowPreview | bool | Show image previews | |
imageAllowUpload | bool | Allow image upload | |
imageAllowCrop | bool | Allow image cropping | |
imageFromPulldown | bool | Images presented in pulldown | |
imagePulldownDirectory | string | Image pulldown source directory (in CHILI DAM) | |
dateDisabledDays | string | Date Settings | |
listItems |
| List item configuration | |
tableSettings |
| Table Configuration | |
tableRows |
| TableRow configuration | |
changeAction |
| Variable change action | |
validationAction |
| Variable validation action | |
visibilityAction |
| Visibility calculation action | |
valueAction |
| Value calculation action | |
imageUploadOnly | bool | Only allow upload of new images (no selection of existing) | |
imageSource | Image source type | ||
imageSourcePanelProperties | string | Image Panel Properties (when popup is used) | |
imageAllowCropManualCoordinates | bool | If true, the crop popup in the variable input form includes the possibility for the user to manually enter the crop coordinates | |
imageCropAllInstances | bool | If true, all instances of the variable (in any frame) are cropped at the same time | |
imagePulldownDirectoryVariable | Bind pulldown directory to another variable | ||
textDirection | Text direction | ||
maxLengthShowInForm | bool | Maximum length shown in the input form | |
applyToSnippets | bool | If true, similarly named variables in placed snippets will also be updated | |
emptyItemIsSelected | bool | Included empty item is selected in list | |
dynamicAssetProvider | string |
| |
dynamicAssetProviderValue | string |
| |
noNewParagraphAfterFormattedText | bool | Add a paragraph at the end of a variable of type formatted text? |
Inherits from
> DocumentBase
> DocumentListItemBase
> DocumentListItemSelectableBase