BoxCurrentTab component (Deprecated)
BoxCurrentTab component (Deprecated)
|
|
Deprecated
This feature is still available, but no longer supported as of the August 2023 release of Coveo for Salesforce version 5.2. |
This component is only meant as a utility to set the title on its BoxPopup component container. Whenever the current tab changes, for example when a user clicks a new Tab component, this component takes care of setting a new title on the BoxPopup component. As such, it’s simple and doesn’t provide any options or methods.
Options
This component provides no options.
Methods
This component provides no methods.
Usage
This component must be included inside a BoxPopup component.
<div class='CoveoBoxPopup'>
<div class='CoveoBoxCurrentTab'></div>
<div class="coveo-tab-section">
[[sorts]]
</div>
</div>