The configuration validation property defines options related to editor link validation behavior. When configured, the editor will validate links inserted into the editor. Invalid links will be marked with a red dotted border.
Example Configuration
In this example, a simple configuration object is created to define a link validation service.
var configLinks = {
links : {
validation : {
url : 'http://yourlinks.server.com/ephox-hyperlinking/'
}
}
};
var editor = textboxio.replace('#targetId', configLinks);
Properties
| Property | Type | Value |
|---|---|---|
url | String | URL to the link validation service. For more information on the validation service, please see the services Installation and Setup section. |
Services Disabled by Default
Textbox.io services are not enabled by default. Defining service urls enables those services and their respective client components. For more details, see: Server-Side Components.