AnnounceText method: Utils class

Syntax

AnnounceText(MessageText )

Description

Use the AnnounceText method to post a message to an ARIA (Accessible Rich Internet Applications) live region of the page to be read by screen readers and other assistive technologies. An ARIA live region can appear on standard fluid pages and modal pages.

Parameters

Parameter Description

MessageText

Specifies the message text as a String value.

Returns

None

Example

(create PT_PAGE_UTILS:Utils()).AnnounceText("Test of Announcement");