Page

A JavaScript module which provides functions for general page modules.

Methods

setTitle (title)

Sets the title of the document when a full page iframe is loaded.

Parameters

NameTypeDescription
title

String

the title of the document to be set.

Example

1
AP.page.setTitle(title)

Rate this page: