Difference between revisions of "Subform Options"

From ARK
Jump to: navigation, search
Line 3: Line 3:
 
===op_xmi_sorting===
 
===op_xmi_sorting===
  
Name: op_xmi_sorting
+
* Name: op_xmi_sorting
Type: Subform Specific
+
* Type: Subform Specific
Subform: sf_xmi
+
* Subform: sf_xmi
Requires: op_xmi_sort_field
+
* Requires: op_xmi_sort_field
  
 
This is a switch to allow sorting of XMIed items by some field connected to the item. The default is to sort by the itemval.
 
This is a switch to allow sorting of XMIed items by some field connected to the item. The default is to sort by the itemval.
Line 12: Line 12:
 
===op_xmi_sort_field===
 
===op_xmi_sort_field===
  
Name: op_xmi_sort_field
+
* Name: op_xmi_sort_field
Type: Subform Specific
+
* Type: Subform Specific
Subform: sf_xmi
+
* Subform: sf_xmi
Requires: op_xmi_sorting
+
* Requires: op_xmi_sorting
  
 
This option requires 'op_xmi_sorting' to be set TRUE. This should be populated with the full field array that is desired.
 
This option requires 'op_xmi_sorting' to be set TRUE. This should be populated with the full field array that is desired.
  
 
[[Category: Developer]]
 
[[Category: Developer]]

Revision as of 10:22, 6 June 2008

This is a rough and ready list of op_ setting that can be added to subforms. Options are by their nature optional. Do NOT add any options that must be set (these should be given proper names and descibed

op_xmi_sorting

  • Name: op_xmi_sorting
  • Type: Subform Specific
  • Subform: sf_xmi
  • Requires: op_xmi_sort_field

This is a switch to allow sorting of XMIed items by some field connected to the item. The default is to sort by the itemval.

op_xmi_sort_field

  • Name: op_xmi_sort_field
  • Type: Subform Specific
  • Subform: sf_xmi
  • Requires: op_xmi_sorting

This option requires 'op_xmi_sorting' to be set TRUE. This should be populated with the full field array that is desired.