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