@@ -25,7 +25,39 @@ iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lD
2525 <caption >Data constraint</caption >
2626 <category >Data source</category >
2727 <description >Optional constraint to filter the available options</description >
28- </property >
28+ </property >
29+ <property key =" sortContainer" type =" object" isList =" true" required =" false" >
30+ <caption >Sort order</caption >
31+ <category >Data source</category >
32+ <description >The sort order of the objects</description >
33+ <properties >
34+ <property key =" sortAttribute" type =" attribute" isPath =" optional" pathType =" reference" entityProperty =" ../dataAssociation" >
35+ <caption >Attribute</caption >
36+ <category >Data source</category >
37+ <description >An attribute to sort on</description >
38+ <attributeTypes >
39+ <attributeType name =" AutoNumber" />
40+ <attributeType name =" Boolean" />
41+ <attributeType name =" Currency" />
42+ <attributeType name =" DateTime" />
43+ <attributeType name =" Enum" />
44+ <attributeType name =" Float" />
45+ <attributeType name =" Integer" />
46+ <attributeType name =" Long" />
47+ <attributeType name =" String" />
48+ </attributeTypes >
49+ </property >
50+ <property key =" sortOrder" type =" enumeration" defaultValue =" asc" >
51+ <caption >Order</caption >
52+ <category >Data source</category >
53+ <description >The order in which to sort</description >
54+ <enumerationValues >
55+ <enumerationValue key =" asc" >Ascending</enumerationValue >
56+ <enumerationValue key =" desc" >Descending</enumerationValue >
57+ </enumerationValues >
58+ </property >
59+ </properties >
60+ </property >
2961 <property key =" showLabel" type =" boolean" defaultValue =" true" >
3062 <caption >Show Label</caption >
3163 <category >Display</category >
0 commit comments