BoxEditLink component (Deprecated)
BoxEditLink 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 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.
|
|
Note
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.
|
|
Note
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>