Search.../

expandText( )

Expands the collapsible text, displays the full text, and hides the ellipsis.

Description


Note: This function is only relevant if the readMoreActionType property is set to ExpandOnCurrentPage.

The expandText() function expands the collapsible text, displays the full text, and hides the ellipsis.

Syntax

function expandText(): void

expandText Parameters

This function does not take any parameters.

Returns

This function does not return anything.

Return Type:

void

Was this helpful?

Expand the collapsible text

Copy Code
1$w('#myCollapsibleText').expandText();