Important changes to Tiny Cloud pricing > Find out more
Return to Website

autolink

Normalizes behaviour with IE that produces links when you simply type links in the content window.

Feature contributed by Ephox.

Installation Instructions

  1. Copy the autolink directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  2. Add plugin to TinyMCE plugin option list example: pluginsĀ : "autolink".

Initialization Example

tinyMCE.init({
  theme : "advanced",
  mode : "textareas",
  plugins : "autolink"
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.