This is a more advanced link dialog mostly based on code contributed by Michael Keck. This link plugin supports popup windows and targets.
Installation Instructions
- Copy the advlink directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
- Add plugin to TinyMCE plugin option list example: plugins : "advlink".
- Add this "a[name|href|target|title|onclick]" to extended_valid_elements option.
Initialization Example
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "advlink",
extended_valid_elements : "a[name|href|target|title|onclick]"
});