Difference between revisions of "HowTo:Make an Object sortable on Mobile Client"
| Line 3: | Line 3: | ||
# Open the ''[[Class Details#Classification|Class Details]]'' control | # Open the ''[[Class Details#Classification|Class Details]]'' control | ||
# Classify the MetaClass with the SYSCLS_SORTEDITEM classification | # Classify the MetaClass with the SYSCLS_SORTEDITEM classification | ||
| − | # Implement the ''GROUPID'' and ''ORDERID'' property<br/>[[File:UI_HowTo_SortObjects_01.png|220px|border|alt=Sorted Item Classification|Sorted Item Classification]] | + | # Implement the '''GROUPID''' and '''ORDERID''' property<br/>[[File:UI_HowTo_SortObjects_01.png|220px|border|alt=Sorted Item Classification|Sorted Item Classification]] |
[[Category:How-To]] | [[Category:How-To]] | ||
Revision as of 16:02, 25 November 2013
The sorting of objects on the mobile device requires that the according MetaClass of the object implements the SYSCLS SORTEDITEM classification.
- Open the Class Details control
- Classify the MetaClass with the SYSCLS_SORTEDITEM classification
- Implement the GROUPID and ORDERID property

