Apps and development tools - Basic App Kit

AppKit Modules

<tml:include ref="hdb:view:render@base">

Since version 2.1.0

Description :
Renders the view component
Options:

Body:

The definition of the view to rendered. For a details description see View reference.

Examples:

<tml:include ref="hdb:view:render@base">

    <view selectable="true" pagesize="5">

        <search label="search for title ..."/>

        <col label="Name" flex="2">TITLE</col>

        <col label="Location">(zip||"") + " " + (town||"")</col>

    </view>

</tml:include>