OpenWGA 7.11 - TMLScript reference
NavMethod :
relationGroupTargets(relationName)
relationGroupTargets(attributes)
On object | Nav |
Usage |
Returns a NavigatorResult for a navigator of relation group targets, just like <tml:navigator type="relationGroupTargets"/> |
Description |
This method comes in two variants. Variant 1 just takes the relation name as parameter but allows no further parametrization. Variant 2 takes a Lookup table "attributes" and expects the name of the relation group to use as value for key "relationgroup" there. |
Parameters |
relationName (String): Variant 1. Name of the relation whose targets are to retrieve attributes (Lookup table): Variant 2. Attributes to influence the navigator result. Use attribute names of <tml:navigator> as keys and the respective attribute values as values. Note however the exceptions to this usage documented on the Nav object. |
Return value | NavigatorResult |
Allowed in script types |
|