Skip to main content
Skip table of contents

Find

This placeholder helps you to find content in a page.

Methods

Name

Type

Description

$find.byLink(link)

Page

The content for this URL or {@code null} if no content could not be found.

  • Parameter: link

  • Type: String

  • Description: The absolute or pathAbsoluteRelative URL to a page or blogpost as a string. May be either a Viewport or a Confluence URL.

$find.page(pageTitle)

Page

The page with the specified title.

  • Parameter: pageTitle

  • Type: String

  • Description: The title of the page which to be found.

$find.page(spaceKey, pageTitle)

Page

The page in the specified space with the specified title.

  • Parameter: spaceKey

  • Type: String

  • Description: The key of the space where the page to be found.

-

  • Parameter: pageTitle

  • Type: String

  • Description: The title of the page which to be found.

$find.space(spaceKey)

Space

The object of a Confluence space or null if the space doesn't exist.

  • Parameter: spaceKey

  • Type: String

  • Description: The key of the space


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.