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.


Attribute Definitions
ParameterTypeDescription
captionStringThe caption to label the input field, default is 'Frame Source'
maxlengthInteger
The max number of characters for the source url. Default is 800.
widthInteger
The width in pixels of the iFrame.
heightInteger
The height in pixels of the iFrame..

Example

In this example a 450 x 150 pixel iFrame panel is rendered:

  1. %FRAME(width=450, height=150)%

See Also:

Video Guides

How To...

Tag Definitions