restored fixes and tweaks on blog mod
[elgg.git] / _tinymce / docs / installation_example_02.html
bloba40c7fb405c42a13f0470803fc950a817fdcb5fd
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>Installation Example 02</title>
5 <link href="css/screen.css" rel="stylesheet" type="text/css" />
6 <script language="javascript" type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
7 <script language="javascript" type="text/javascript">
8 tinyMCE.init({
9 mode : "textareas",
10 theme : "advanced",
11 plugins : "table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,flash,searchreplace,print,contextmenu",
12 theme_advanced_buttons1_add_before : "save,separator",
13 theme_advanced_buttons1_add : "fontselect,fontsizeselect",
14 theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor",
15 theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
16 theme_advanced_buttons3_add_before : "tablecontrols,separator",
17 theme_advanced_buttons3_add : "emotions,iespell,flash,advhr,separator,print",
18 theme_advanced_toolbar_location : "top",
19 theme_advanced_toolbar_align : "left",
20 theme_advanced_path_location : "bottom",
21 plugin_insertdate_dateFormat : "%Y-%m-%d",
22 plugin_insertdate_timeFormat : "%H:%M:%S",
23 extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
24 external_link_list_url : "example_data/example_link_list.js",
25 external_image_list_url : "example_data/example_image_list.js",
26 flash_external_list_url : "example_data/example_flash_list.js"
27 });
28 </script>
29 </head>
30 <body>
32 <div class="header">
33 <h1>Installation example 02</h1>
34 </div>
36 <div class="content">
37 <h3>Example</h3>
38 <p>Open this page with "View source" or similar to see how the configuration is made.</p>
39 <form method="post">
40 <textarea name="content" cols="85" rows="15">This is some content that will be editable with TinyMCE.</textarea>
41 </form>
42 </div>
43 </div>
45 <div class="footer">
46 <div class="helpindexlink"><a href="index.html">Index</a></div>
47 <div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
48 <br style="clear: both" />
49 </div>
51 </body>
52 </html>