ScriptBlock Element for SelectionCondition for Controls for View
Specifies the script that triggers the condition. When this script is evaluated to true
, the
condition is met, and the definition is used. This element is used when defining controls that can
be used by a view.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- Controls Element
- Control Element
- CustomControl Element
- CustomEntries Element
- CustomEntry Element
- EntrySelectedBy Element
- SelectionCondition Element
- ScriptBlock Element
Syntax
<ScriptBlock>ScriptToEvaluate</ScriptBlock>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the
ScriptBlock
element.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
SelectionCondition Element for EntrySelectedBy for Controls for View | Defines a condition that must exist for the control definition to be used. |
Text Value
Specify the script that is evaluated.
Remarks
The selection condition must specify a least one script or property name to evaluate, but cannot specify both. For more information about how selection conditions can be used, see Defining Conditions for Displaying Data.
See Also
SelectionCondition Element for EntrySelectedBy for Controls for View