restored fixes and tweaks on blog mod
[elgg.git] / _tinymce / docs / plugin_contextmenu.html
blobbfa3674008793ceacb601864e42d4fdb2e8d31f4
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: contextmenu</title>
5 <link href="css/screen.css" rel="stylesheet" type="text/css" />
6 </head>
7 <body>
9 <div class="header">
10 <h1>Plugin: contextmenu</h1>
11 </div>
13 <div class="content">
14 <p></p>
16 <h3>Installation Instructions</h3>
17 <p>
18 <ul>
19 <li>Copy the contextmenu directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).</li>
20 <li>Add plugin to TinyMCE plugin option list example: plugins : &quot;contextmenu&quot;.</li>
21 </ul>
22 </p>
23 <h3>Initialization Example</h3>
24 <p>
25 <div class="example">
26 <pre>
27 tinyMCE.init({
28 theme : &quot;advanced&quot;,
29 mode : &quot;textareas&quot;,
30 plugins : &quot;contextmenu&quot;
31 });</pre>
32 </div>
33 </p>
34 </div>
36 <div class="footer">
37 <div class="helpindexlink"><a href="index.html">Index</a></div>
38 <div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
39 <br style="clear: both" />
40 </div>
42 </body>
43 </html>