| |||||||
FRAMES NO FRAMES |
<pt:logic.value pt:value="$var"/>
would display the value stored in var and
<pt:logic.value pt:value="$data.var"/>
would display the value stored in the IDataObject data with the key var.
Tag Information | |
Tag Name | value |
Attributes | ||||
Name | Type | Required | Default Value | Description |
value | string | true | null | The value to be displayed. |
| |||||||
FRAMES NO FRAMES |