Jump to: navigation, search

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


Line 5: Line 5:
 
# 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:Publishing]]
 +
[[Category:Classifying]]
 
[[Category:Client]]
 
[[Category:Client]]
 
[[Category:How-To]]
 
[[Category:How-To]]

Revision as of 16:05, 2 February 2015

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