Element: <oj-collapsible>

Oracle® JavaScript Extension Toolkit (JET)
16.0.0

F83703-01

DOM Interface: CollapsibleElement

Version:
  • 16.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.
Example
<oj-collapsible id="collapsibleId">
  <span slot='header'>
     <h3>Header</h3>
     <oj-button class="oj-clickthrough-disabled">Click</oj-button>
  </span>
  <!-- Content -->
</oj-collapsible>