Fix calendar sidebar issue - changed holder from 'contentholder' to 'sidebarholder'
[elgg.git] / _tinymce / docs / option_popups_css.html
blob9e3f5789f0d065d007cd2b945fe2686b021da1de
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: popups_css</title>
5 <link href="css/screen.css" rel="stylesheet" type="text/css" />
6 </head>
7 <body>
9 <div class="header">
10 <h1>Option: popups_css</h1>
11 </div>
13 <div class="content">
14 <p>
15 This option enables you to specify the CSS to be used in all popup/dialog windows within TinyMCE this option is set to a CSS file found in the currently used theme by default.
16 </p>
18 <div class="separator"></div>
20 <h3>Example of usage of the popups_css option:</h3>
21 <div class="example">
22 <pre>
23 tinyMCE.init({
24 ...
25 <strong>popups_css : "/mypopup.css"</strong>
26 });
27 </pre>
28 </div>
29 </div>
31 <div class="footer">
32 <div class="helpindexlink"><a href="index.html">Index</a></div>
33 <div class="copyright">Copyright &copy; 2005 Moxiecode Systems AB</div>
34 <br style="clear: both" />
35 </div>
37 </body>
38 </html>