Documentation Archive Developer
Search
Table of Contents Previous Section

WOSortOrder

Synopsis

WOSortOrder { displayGroup = aDisplayGroup; key = aKey; };

Description

The WOSortOrder component displays an active image that shows the current sort ordering for a WODisplayGroup and allows the user to change it. A WODisplayGroup's sort ordering specifies the order in which items it displays should be displayed (ascending or descending).

If you use Direct to Web to create your application, you may have a page that uses WOSortOrder.

displayGroup
WODisplayGroup to be sorted.
key
Key on which the WODisplayGroup should be sorted.

Table of Contents Next Section