Apps and development tools - Basic App Kit

View reference

<orderby>

Description:

Specifies the sorting order of the view

The default ist to order by TITLE if no <search> is present. Otherwise the default ist to order by what is specified by <search>.

Sample:

<orderby dir="asc">content.created</orderby>

Valid under tags: <view>
Subtags:
Attributes: dir = "asc || desc"