Plugin: advlink

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

Initialization Example

tinyMCE.init({
	theme : "advanced",
	mode : "textareas",
	plugins : "advlink",
	extended_valid_elements : "a[name|href|target|title|onclick]"
});