Newer Version Available

This content describes an older version of this product. View Latest

apex:sectionHeader

A title bar for a page. In a standard Salesforce page, the title bar is a colored header displayed directly under the tab bar.

This component supports HTML pass-through attributes using the "html-" prefix. Pass-through attributes are attached to the generated container <div> tag.

Example

Attributes

Attribute Name Attribute Type Description Required? API Version Access
description String Descriptive text for the page that displays just under the colored title bar. 10.0 global
help String The URL for the page's help file. When this value is specified, a Help for this Page link automatically appears on the right side of the colored title bar. The URL must be a fully-qualified, absolute, or relative URL; JavaScript URLs aren't permitted. Invalid URLs display a warning icon instead of the help link. 10.0 global
id String An identifier that allows the sectionHeader component to be referenced by other components in the page. 10.0 global
printUrl String The URL for the printable view. 18.0
rendered Boolean A Boolean value that specifies whether the component is rendered on the page. If not specified, this value defaults to true. 10.0 global
subtitle String The text displayed just under the main title in the colored title bar. 10.0 global
title String The text displayed at the top of the colored title bar. 10.0 global