Jump to content

AtkManyToOneTreeRelation: Difference between revisions

From NusaATK
Spam
No edit summary
 
Line 1: Line 1:
{{relation}}
The atkManyToOneTree relation will build a dropdown that looks like:
The atkManyToOneTree relation will build a dropdown that looks like:


Line 9: Line 11:


It could be used together with [[atkTreeNode]] with [[ATK_Attribute_Flags|AF_PARENT]].
It could be used together with [[atkTreeNode]] with [[ATK_Attribute_Flags|AF_PARENT]].
[[Category:Relations]]

Latest revision as of 21:54, 18 August 2008

Relation: atkManyToOneTreeRelation

API docs | Flags

Overview of other ATK relations
Alphabetical list

atkManyToOneTreeRelation screenshot

The atkManyToOneTree relation will build a dropdown that looks like:

Record A
  Record B
  Record C
     Record D
     Record E
Record F

It could be used together with atkTreeNode with AF_PARENT.