Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.06 KB

File metadata and controls

30 lines (18 loc) · 1.06 KB

Collapsible Element

nuxeo-se-collapse

Prerequisites

  • Nuxeo Web UI

Description

Display a collapsible element.

Usage

<nuxeo-se-collapse> creates a collapsible element, to toggle the display of content. By default, the content will be collapsed. Use opened or toggle() to show/hide the content. This element provides some additional configuration options to the <nuxeo-card> element, including:

  • header styling
  • collapsible div content styling
  • can be used anywhere without using a <nuxeo-card>

Installation

Studio Designer

Copy the content of nuxeo-se-collapse.html into your Nuxeo Studio Designer hierarchy. Then import and reference the element from your layout, using my-element-example.html as an example.

Documentation Links