restored fixes and tweaks on blog mod
[elgg.git] / _tinymce / docs / option_theme_advanced_toolbar_location.html
blob5ced8ad63c26147f80855904e2db4263436f2eec
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_toolbar_location</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_toolbar_location</h1>
11 </div>
13 <div class="content">
14 <p>
15 This option enables you to specify where the toolbar should be located. This option can be set to &quot;top&quot; or &quot;bottom&quot;. The default value is set to &quot;bottom&quot;. 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;.
16 </p>
17 <p>
18 There is a special &quot;external&quot; location, this option adds the toolbar to a DIV element and sets the class of this DIV to &quot;mceToolbarExternal&quot;. This enables you to freely specify the location of the toolbar.
19 </p>
21 <div class="separator"></div>
23 <h3>Example of usage of the theme_advanced_toolbar_location option:</h3>
24 <div class="example">
25 <pre>
26 tinyMCE.init({
27 ...
28 <strong>theme_advanced_toolbar_location : "top"</strong>
29 });
30 </pre>
31 </div>
32 </div>
34 <div class="footer">
35 <div class="helpindexlink"><a href="index.html">Index</a></div>
36 <div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
37 <br style="clear: both" />
38 </div>
40 </body>
41 </html>