shaffex

View

Description

A view that loads its content from another view defined in the same XML.

Parameters

Example

<body>
    <view src="reusableView"/>
    <text id="reusableView">This is a reusable view.</text>
</body>

Screenshot