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

Atlassian timeline for ending Connect support

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: