1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <title>Plugin: advlink
</title>
5 <link href=
"css/screen.css" rel=
"stylesheet" type=
"text/css" />
10 <h1>Plugin: advlink
</h1>
14 <p>This is a more advanced link dialog mostly based on code contributed by Michael Keck. This link plugin supports popup windows and targets.
</p>
16 <h3>Installation Instructions
</h3>
19 <li>Copy the advlink directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
</li>
20 <li>Add plugin to TinyMCE plugin option list example: plugins :
"advlink
".
</li>
21 <li>Add this
"a[name|href|target|title|onclick]
" to extended_valid_elements option.
</li>
25 <table border=
"1" cellspacing=
"0" cellpadding=
"4">
26 <thead><td colspan=
"2">Advlink plugin options
</td></thead>
28 <tr><td><strong>advlink_styles
</strong></td><td>This option should contain a semicolon separated list of class titles and class names separated by =. The titles are the ones that get presented to the user in the styles drop down list and and the class names is the classes that gets inserted.
</td></tr>
35 <h3>Initialization Example
</h3>
40 theme :
"advanced
",
41 mode :
"textareas
",
42 plugins :
"advlink
"
49 <div class=
"helpindexlink"><a href=
"index.html">Index
</a></div>
50 <div class=
"copyright">Copyright
© 2003-
2006 <a href=
"http://www.moxiecode.com">Moxiecode Systems AB
</a></div>
51 <br style=
"clear: both" />