restored fixes and tweaks on blog mod
[elgg.git] / _tinymce / docs / plugin_advlink.html
blob2ab0b2ed6132b5a975e91d005e395427823fc2c7
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">
3 <head>
4 <title>Plugin: advlink</title>
5 <link href="css/screen.css" rel="stylesheet" type="text/css" />
6 </head>
7 <body>
9 <div class="header">
10 <h1>Plugin: advlink</h1>
11 </div>
13 <div class="content">
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>
17 <p>
18 <ul>
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 : &quot;advlink&quot;.</li>
21 <li>Add this &quot;a[name|href|target|title|onclick]&quot; to extended_valid_elements option.</li>
22 </ul>
24 <p>
25 <table border="1" cellspacing="0" cellpadding="4">
26 <thead><td colspan="2">Advlink plugin options</td></thead>
27 <tbody>
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>
29 </tbody>
30 </table>
31 <br />
32 </p>
34 </p>
35 <h3>Initialization Example</h3>
36 <p>
37 <div class="example">
38 <pre>
39 tinyMCE.init({
40 theme : &quot;advanced&quot;,
41 mode : &quot;textareas&quot;,
42 plugins : &quot;advlink&quot;
43 });</pre>
44 </div>
45 </p>
46 </div>
48 <div class="footer">
49 <div class="helpindexlink"><a href="index.html">Index</a></div>
50 <div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
51 <br style="clear: both" />
52 </div>
54 </body>
55 </html>