{OBJ_CONT(Rel_Id, n1, c1, c2, c3)}
Displays information from a related object via a relationship to the current object. 'Rel_Id' is the id of the relationship to the other object from the current object. The current object can be changed by preceding the obj_id with another ID followed by a colon (:) e.g. 1234:5678 refers to objects refernced from object 1234 via relationship 5678. You can also navigate up or down to a different object via a relationship by preceding the obj_id with another Relationship ID, e.g. 5678;91011 refers to the first object from the current object via relationship 5678 and then on to the object via relationship 91011. If you want to navigate multiple children (or parents) then precede the relationship ID with an *, e.g. *5678;91011. You can further qualify the relationships by using the '$' symbol at any level to access the object markers, followed again if required by '$$' to indicate a relationship quallification. So
'n1' is the object part to be displayed.
If (a '0' is specified for 'rel_id' and the object is a user object) or (a '-1' is specified indicicating the current user) then
'c1' is an optional tag name for the object title e.g. h3 'c2' is an optional class name for the tag specified in 'c1', if no tag is specified then the class will be applied to the item itself. 'c3' is an optional XML element for XML objects or the Special Variable number to place the result into. |
|