-
JavaScript Components
- AugmentedResultList Component
- BoxAttachToCase Component
- BoxBody Component
- Box Component
- BoxCreateArticle Component
- BoxCurrentSort Component
- BoxCurrentTab Component
- BoxEditLink Component
- BoxExpandLink Component
- BoxFieldTable Component
- BoxHeader Component
- BoxPipelineContext Component
- BoxPopup Component
- BoxQuerySome Component
- BoxQuerySummary Component
- BoxQuickview Component
- BoxResultAction Component
- CaseCreation Component
- CaseDeflection Component
- ChatterThumbnail Component
- CommunityStateManager Component
- ConsoleResultLink Component
- Copy to Clipboard Component
- CreateArticle Component
- FullSearch Component
- InsightQuerySummary Component
- PipelineContext Component
- SalesforceAdaptiveResultLink Component
- SalesforceResultLink Component
- SalesforceThumbnail Component
- StandaloneSearchbox Component
- UserActions Component (Visualforce)
- UserActions Component (Lightning)
- ResultActionsSendEmail Component
- ResultActionsPostToFeed Component
- ResultActionsSendLiveAgent Component
- ResultQuickAction Component
- FullSearch Component
- ViewedByCustomer Component
BoxEditLink Component
This component provides a clickable button that expands the current interface to another page that contains the Interface Editor.
Options
uri
Specifies the URI of the page that hosts the Interface Editor.
This option is normally already set for you when you include the Box Visualforce Component.
With a /apex/InterfaceEditor
uri, the component would look like this:
<a data-uri='/apex/InterfaceEditor'></a>>
icon
Specifies the icon that the component should use.
The default value is coveo-sprites-box-settings
.
<a data-icon='<MY_ICON>'></a>
Where you can replace <MY_ICON>
by the icon that the component should use.
queryStringParams
Specifies the query string parameters that should be passed to the page that hosts the Interface Editor.
This option is normally already set for you when you include the Box Visualforce Component.
Methods
This component doesn’t provide any methods.
Usage
<a class='CoveoBoxEditLink'></a>