Method | Description | |
---|---|---|
getActive ( ) : boolean | ||
getCaption ( ) : string | ||
getNavigateUrl ( ) : string | ||
getText ( ) : string | ||
renderContents ( $writer ) | Renders body contents of the accordion view. | |
renderHeader ( $writer ) | Renders the header associated with the accordion view. | |
setActive ( $value ) | ||
setCaption ( $value ) | ||
setNavigateUrl ( $value ) | Sets the URL of the target page. | |
setText ( $value ) | Sets the text content to be displayed on this view. |
Method | Description | |
---|---|---|
addAttributesToRender ( $writer ) | Adds attributes to renderer. | |
getTagName ( ) : the | ||
renderHeaderContent ( $writer ) | Renders the content in the header. |
protected addAttributesToRender ( $writer ) |
public getCaption ( ) : string | ||
return | string | the caption displayed on this header. Defaults to ''. |
protected getTagName ( ) : the | ||
return | the | tag name for the view element |
public renderContents ( $writer ) |
public renderHeader ( $writer ) |
protected renderHeaderContent ( $writer ) |
public setText ( $value ) |