You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

414 B

linkchecker_service_url

A URL of the server-side link validation service. This is required option, without it plugin will fail to operate and will throw a corresponding warning on the screen.

Type: String

Example: Using linkchecker_service_url

tinymce.init({
    selector: 'textarea',
    plugins: 'linkchecker',
    linkchecker_service_url: 'http://mydomain.com/linkchecker'
});