You are here:
MediaControl
A MediaControl is available in GroupElement control as a child control with one occurrence.
Required Editions
| Available in: Enterprise, Performance, and Unlimited Editions |
The table lists the MediaControl attributes.
| Attribute | Description | Value or Pattern | Required? | Validation |
|---|---|---|---|---|
| name | Identifier of control | string | yes | uniqueness (contract) |
| disabled | Specifies if the MediaControl UI element is enabled or disabled. | boolean | no |
MedControl Bindings
The Bindings element consists of the Resource and Binding elements. The table lists the targets that are supported for the Resource and Binding elements in the MediaControl element.
| Attribute | Description | Value or Pattern |
|---|---|---|
| target | Defines the path of the Media control. | string [Label; Value] |
| type | Defines how the resource is shown. | string [Label; Text] |
| binding | Source of the binding. | string |
| bindingMode | Binding mode is used to control the updating process. | string [One Way] |
Sample XML code
<MediaControl name="" disabled="true|false">
<Bindings>
<Binding target="MediaPath" type="Text" binding="" bindingMode="ONE_WAY" />
<Binding target="Type" type="Text" binding="" bindingMode="ONE_WAY" />
</Bindings>
</MediaControl>Did this article solve your issue?
Let us know so we can improve!

