Jump to: navigation, search

Difference between revisions of "HowTo:Make an Object sortable on Mobile Client"


Line 2: Line 2:
  
 
# 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 13:11, 28 November 2013

Sorting objects on the mobile client requires that the according MetaClass of the object implements the SYSCLS SORTEDITEM classification.

  1. Open the Class Details control
  2. Classify the MetaClass with the SYSCLS SORTEDITEM classification
  3. Implement the GROUPID and ORDERID property
    Sorted Item Classification