Ui XML Reference\include

Embed another UI definition.

Example Usage

<HStack layout="flex" padding="10" frameImage="frame01_blue">
    <include name="IncludeTest" />
    <include name="IncludeTest" />
    <include name="IncludeTest" />
</HStack>

<!-- A separate UI element named 'IncludeTest' -->
<Frame layout="flex" height="100" width="100" frameImage="cart" />

This XML produces the following UI:
image

name

Value type: string

Description


The name of the UI to embed.

Example Usage

<HStack layout="flex" padding="10" frameImage="frame01_blue">
    <include name="IncludeTest" />
    <include name="IncludeTest" />
    <include name="IncludeTest" />
</HStack>

<!-- A separate UI element named 'IncludeTest' -->
<Frame layout="flex" height="100" width="100" frameImage="cart" />