restored fixes and tweaks on blog mod
[elgg.git] / _tinymce / docs / plugin_zoom.html
blob5701909d9ead3b4c60ed3ffdfde9db1824c0c2a8
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: zoom</title>
5 <link href="css/screen.css" rel="stylesheet" type="text/css" />
6 </head>
7 <body>
9 <div class="header">
10 <h1>Plugin: zoom</h1>
11 </div>
13 <div class="content">
14 <p>Adds a zoom drop list in MSIE5.5+, this plugin was mostly created to show how to add custom droplists as plugins.</p>
16 <h3>Installation Instructions</h3>
17 <p>
18 <ul>
19 <li>Add plugin to TinyMCE plugin option list example: plugins : &quot;zoom&quot;.</li>
20 <li>Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : &quot;zoom&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;<strong>zoom</strong>&quot;,
31 theme_advanced_buttons3_add : &quot;<strong>zoom</strong>&quot;
32 });</pre>
33 </div>
34 </p>
35 </div>
37 <div class="footer">
38 <div class="helpindexlink"><a href="index.html">Index</a></div>
39 <div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
40 <br style="clear: both" />
41 </div>
43 </body>
44 </html>