| |||||||
FRAMES NO FRAMES |
<pt:ensemble.authsourcedata pt:key="sources"/>
<pt:logic.foreach pt:data="sources" pt:var="source">
<pt:logic.value pt:value="$source.prefix"/>
<pt:logic.value pt:value="$source.name"/>
<pt:logic.value pt:value="$source.description"/>
<pt:logic.separator><br>-----<br></pt:logic.separator>
</pt:logic.foreach>
Tag Information | |
Tag Name | authsourcedata |
Attributes | ||||
Name | Type | Required | Default Value | Description |
key | string | true | null | The key used to store the data list in memory. |
scope | scope | false | portlet request | The scope used to store the data list in memory. See the Logic Tag Library description for more details about valid scope arguments. |
| |||||||
FRAMES NO FRAMES |