Tag Definitions %IFRAME%
Creates an IFRAME html tag - note, does NOT validate against xhtml 1.0 strict.
This tag enables the template developer to insert an iFrame into the page. The editor is able to set the source of the iFrame. If the editor does not need to specify the source of the iFrame, hard code an object html tag instead to validate your document.
| Parameter | Type | Description |
|---|---|---|
| caption | String | The caption to label the input field, default is 'Frame Source' |
| maxlength | Integer | The max number of characters for the source url. Default is 800. |
| width | Integer | The width in pixels of the iFrame. |
| height | Integer | The height in pixels of the iFrame.. |
Example
In this example a 450 x 150 pixel iFrame panel is rendered:
%FRAME(width=450, height=150)%