BoxEditLink 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.
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>