Difference between revisions of "HowTo:Make an Object sortable on Mobile Client"
(Created page with "The sorting of objects on the mobile device requires that: # The according MetaClass of the object implements the SYSCLS SORTEDITEM classification ## Open the ''[[Cla...") |
|||
| Line 1: | Line 1: | ||
| − | The sorting of objects on the mobile device requires that | + | 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#Classification|Class Details]]'' control | |
| − | + | # 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]] | |
| − | + | ||
[[Category:How-To]] | [[Category:How-To]] | ||
Revision as of 16:01, 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

