Apps and development tools - Basic App Kit
View reference<param>
Description: | Defines a query parameter to be used inside the query. The body of this tag is evaluated as TMLScript. Sample: <view ...> <param name="key">STRUCTKEY</param> <select>content.structentry.key = :key</select> </view> Multiple <param> tags are allowed. |
Valid under tags: |
<view> |
Subtags: | |
Attributes: | name: The name of the query parameter |