restored fixes and tweaks on blog mod
[elgg.git] / _tinymce / docs / option_theme_advanced_buttons_n_add.html
blob4d5cf39ef00f9308ec97bfa193a4f85b6813739a
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>Option: theme_advanced_buttons&lt;1-n_add&gt;</title>
5 <link href="css/screen.css" rel="stylesheet" type="text/css" />
6 </head>
7 <body>
9 <div class="header">
10 <h1>Option: theme_advanced_buttons&lt;1-n_add&gt;</h1>
11 </div>
13 <div class="content">
14 <p>
15 This option should contain a comma separated list of button/control names to add to the end of the specified toolbar row. The number 1-n is the row number to add the buttons/controls to. Below is a list of built in controls, plugins may include other controls names that can be inserted but these are documented in the individual plugins.
16 This option can only be used when <a href="option_theme.html">theme</a> is set to advanced and when the <a href="option_theme_advanced_layout_manager.html">theme_advanced_layout_manager</a> option is set to the default value of &quot;SimpleLayout&quot;.
17 </p>
18 <p>
19 A complete reference of all built in buttons and controls can be found in the <a href="reference_buttons.html">button/control reference</a> page.
20 </p>
22 <div class="separator"></div>
24 <h3>Example of usage of the theme_advanced_buttons&lt;1-n&gt;_add option:</h3>
25 <div class="example">
26 <pre>
27 tinyMCE.init({
28 ...
29 <strong>theme_advanced_buttons1_add : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor"</strong>
30 <strong>theme_advanced_buttons2_add : "bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,anchor,image,cleanup,help,code"</strong>
31 <strong>theme_advanced_buttons3_add : "hr,removeformat,visualaid,separator,sub,sup,separator,charmap"</strong>
32 });
33 </pre>
34 </div>
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>