Panel header

Adds header details to a Panel section.
The Panel header view must be used with the Panel view: you must drop it inside the panel section that you want to modify (for more information about the Panel view, see Panel).
Note: The Panel header view does not work with the Collapsible panel view.

Example

As an example, the Panel header view can contain a nested Date Picker view (deprecated), and as a result date picker is displayed as the header of the related panel section.

Events

Set or modify the event handlers for the view in the Events properties. You can set events to be triggered programmatically or when a user interacts with the view. For information about how to define and code events, see User-defined events. The Panel header view has the following types of event handlers:
  • On load: Activated when the page loads.

Depending on the specific event, you can use JavaScript logic to modify the effects of the view.

Methods

For detailed information on the available methods for Panel header, see the Panel header JavaScript API.

Additional resources

For information about how to create a coach or page, see Building coaches.
For information about standard properties (General, Configuration, Positioning, Visibility, and HTML Attributes), see View properties.