Apps and development tools - Basic App Kit

AppKit Modules

<tml:include ref="hdb:content:incoming-relation-links@base">

Since version 2.3.6

Description :
Renders a list of incoming relation links
Options:

relation:

The name of the relation.

contentclass:

The content class source of the relation to be rendered.

orderby:

The order of the list. Default is TITLE.

Examples:

<tml:[form-field@base] o_label="projectes">

    <tml:include ref="hdb:content:incoming-relation-links@base"

        o_contentclass="project" 

        o_relation="customer" 

        o_orderby="content.title ASC"/>

</tml:[form-field@base]>