Element: <oj-collapsible>

Oracle® JavaScript Extension Toolkit (JET)
14.0.0

F60131-01

DOM Interface: CollapsibleElement

Version:
  • 14.0.0
Since:
  • 0.6.0
.oj-clickthrough-disabled
Use on any element inside the header where you do not want Collapsible to process the click event.
Deprecated:
Since Description
12.0.0 Specify data-oj-clickthrough attribute with value disabled instead.
Example
<oj-collapsible id="collapsibleId">
  <span slot='header'>
     <h3>Header</h3>
     <oj-button class="oj-clickthrough-disabled">Click</oj-button>
  </span>
  <!-- Content -->
</oj-collapsible>