restored fixes and tweaks on blog mod
[elgg.git] / _tinymce / docs / option_theme_advanced_container.html
blob9b6324d2bd30a0badbfd38febcb7aa2951304679
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_container_&lt;container&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_container_&lt;container&gt;</h1>
11 </div>
13 <div class="content">
14 <p>
15 This option should contain buttons/control that you wich to insert into the container, the button names available is the same as in the <a href="option_theme_advanced_buttons_n.html">theme_advanced_buttons_&lt;1-3&gt;</a> option but two extra controls available when this layout option is used these are &quot;mceEditor&quot; and &quot;mceElementpath&quot;. The &lt;container&gt; part of this option should be replaced with a name within the <a href="option_theme_advanced_containers.html">theme_advanced_containers</a> list. 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 value of &quot;RowLayout&quot;.
16 </p>
18 <div class="separator"></div>
20 <h3>Example of usage of the theme_advanced_container_&lt;container&gt; option:</h3>
21 <div class="example">
22 <pre>
23 tinyMCE.init({
24 ...
25 <strong>theme_advanced_container_somecontainer1 : "bold,italic",</strong>
26 <strong>theme_advanced_container_somecontainer2 : "strikethrough,cut"</strong>
27 });
28 </pre>
29 </div>
30 </div>
32 <div class="footer">
33 <div class="helpindexlink"><a href="index.html">Index</a></div>
34 <div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
35 <br style="clear: both" />
36 </div>
38 </body>
39 </html>