Framework overview
Building blocks
Design guidelines
Security for Connect apps
Modules
JavaScript API
Last updated Jan 27, 2025

Ending Connect support

Have an existing Connect app? You can incrementally migrate it to Forge.

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
2
AP.page.setTitle(title)

Rate this page: