Apps and development tools - Basic App Kit
AppKit Modules<tml:include ref="hdb:view:render@base">
Since version 2.1.0Description :
Renders the view component
Options:
Body:
The definition of the view to rendered. For a details description see View reference.
<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>