Tag Definitions %VISUAL%
Displays a visual linked to a page.
This tag enables the author to include an image or Flash movie asset into a predefined area of the page. Only one visual may be used within a component.
| Parameter | Type | Description |
|---|---|---|
| caption | String | The caption to label the input field, default is 'Image/Flash' |
| width | Integer | The maximum height of the image to be added |
| height | Integer | The maximum width of the image to be added |
Example
This example creates a placeholder for a 100 x 50 pixels visual:
%VISUAL(width=100,height=50)%