Gets a value indicating whether the placeholder is rendered.

This viper method also supports the extension viper syntax.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean this.rendered()

Extension Viper Syntax

Smartsite SXML CopyCode image Copy Code
boolean page.<id>.rendered()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Boolean True if rendered; otherwise, false.

Used in

Macro Description
Metadata Provides metadata that can be included in an HTML page and forwarded to external components such as the PDF generator and Image Processor.
PlaceHolder Represents a datatable that can be accessed from other elements while in scope, then formatted and rendered when going out of scope.
SXML