control-order

Version compatibility

control-order was introduced in version 4.86.1 of the JourneyApps Runtime.

Optional

Type: left-to-right| right-to-left

Default: left-to-right

Specify the order of the individual controls within the media component.

Example - control-order on capture-file

main.view.xml
 <columns>
    <column>
        <info>control-order="left-to-right"</info>
        <capture-file control-order="center" bind="my_file" label="" downloadable="true" />
    </column>
    <column>
        <info>control-order="right-to-left"</info>
        <capture-file align-controls="left" bind="my_file" label="" downloadable="true" />
    </column>
</columns>

Last updated