class IFramePage extends Page (View source)

Iframe page type embeds an iframe of URL of choice into the page.

CMS editor can choose width, height, or set it to attempt automatic size configuration.

Properties

public static $db
public static $defaults
public static $description

Methods

public
getCMSFields()

No description

public
getClass()

Compute class from the size parameters.

public
getStyle()

Compute style from the size parameters.

public
validate()

Ensure that the IFrameURL is a valid url and prevents XSS

Details

getCMSFields()

No description

getClass()

Compute class from the size parameters.

getStyle()

Compute style from the size parameters.

ValidationResult validate()

Ensure that the IFrameURL is a valid url and prevents XSS

Return Value

ValidationResult

Exceptions

ValidationException