shaffex

CustomView

Description

A view that displays a reusable view defined elsewhere in the XML.

Parameters

Example

<body>
    <customview src="myReusableView"/>
    <vstack id="myReusableView">
        <text>This is a reusable view.</text>
    </vstack>
</body>

Screenshot