restored fixes and tweaks on blog mod
[elgg.git] / _tinymce / docs / plugin_fullpage.html
blob6e51cb786b3537b7200d6b64a900408766401eb8
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>Plugin: fullpage</title>
5 <link href="css/screen.css" rel="stylesheet" type="text/css" />
6 </head>
7 <body>
9 <div class="header">
10 <h1>Plugin: fullpage</h1>
11 </div>
13 <div class="content">
14 <p>This plugin adds fullpage editing support. This enables you to edit whole documents with both head and body.</p>
16 <h3>Installation Instructions</h3>
17 <p>
18 <ul>
19 <li>Add plugin to TinyMCE plugin option list example: plugins : &quot;fullpage&quot;.</li>
20 <li>Add the fullpage button name to button list, example: theme_advanced_buttons3_add : &quot;fullpage&quot;.</li>
21 </ul>
22 </p>
24 <p>
25 <h3>Options</h3>
26 </p>
27 <p>
28 <table border="1" cellspacing="0" cellpadding="4">
29 <tr>
30 <td>[fullpage_doctypes]</td>
31 <td>This is a name/value list of possible document types. The value format of this option is name=value,name=value. These document types will be presented in the document type selection list. The default value of this option is: XHTML 1.0 Transitional=&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;,XHTML 1.0 Frameset=&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&quot;&gt;,XHTML 1.0 Strict=&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;,XHTML 1.1=&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;&quot;&gt;,HTML 4.01 Transitional=&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;,HTML 4.01 Strict=&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;,HTML 4.01 Frameset=&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;.</td>
32 </tr>
33 <tr>
34 <td>[fullpage_fonts]</td>
35 <td>This option enables you specify what font family style values that can be added to the body element. The value format of this option is name=value;name=value. The default value of this option is: Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;WingDings=wingdings
36 </td>
37 </tr>
38 <tr>
39 <td>[fullpage_fontsizes]</td>
40 <td>This is a comma separated list of possible font sizes for the style attribute of the body element. This option defaults to: 10px,11px,12px,13px,14px,15px,16px.</td>
41 </tr>
42 <!-- <tr>
43 <td>[fullpage_media_types]</td>
44 <td>This is a name/value list of possible media types. The default value of this option is: all=all,screen=screen,print=print,tty=tty,tv=tv,projection=projection,handheld=handheld,braille=braille,aural=aural.</td>
45 </tr> -->
46 <tr>
47 <td>[fullpage_encodings]</td>
48 <td>This option enables you to specify what the document character encoding sets the user may select from. The default value of this option is: Western european (iso-8859-1)=iso-8859-1,Central European (iso-8859-2)=iso-8859-2,Unicode (UTF-8)=utf-8,Chinese traditional (Big5)=big5,Cyrillic (iso-8859-5)=iso-8859-5,Japanese (iso-2022-jp)=iso-2022-jp,Greek (iso-8859-7)=iso-8859-7,Korean (iso-2022-kr)=iso-2022-kr,ASCII (us-ascii)=us-ascii
49 </td>
50 </tr>
51 <tr>
52 <td>[fullpage_default_doctype]</td>
53 <td>This option enables you to specify the default doctype for the output HTML.</td>
54 </tr>
55 <tr>
56 <td>[fullpage_default_encoding]</td>
57 <td>This option enables you to specify the default encoding for the output HTML.</td>
58 </tr>
59 <tr>
60 <td>[fullpage_default_title]</td>
61 <td>This option enables you to specify the default title for the output HTML.</td>
62 </tr>
63 <tr>
64 <td>[fullpage_default_font_size]</td>
65 <td>This option enables you to specify the default font size for body element.</td>
66 </tr>
67 <tr>
68 <td>[fullpage_default_font_family]</td>
69 <td>This option enables you to specify the default font family for body element.</td>
70 </tr>
71 <tr>
72 <td>[fullpage_default_text_color]</td>
73 <td>This option enables you to specify the default text color for body element.</td>
74 </tr>
75 <tr>
76 <td>[fullpage_default_langcode]</td>
77 <td>This option enables you to specify the default langcode for the output HTML.</td>
78 </tr>
79 <tr>
80 <td>[fullpage_default_xml_pi]</td>
81 <td>This option enables you to specify if a XML declaration should be added or not true/false option.</td>
82 </tr>
83 </table>
84 </p>
85 <p>
86 <h3>Initialization Example</h3>
87 </p>
88 <p>
89 <div class="example">
90 <pre>
91 tinyMCE.init({
92 theme : &quot;advanced&quot;,
93 mode : &quot;textareas&quot;,
94 plugins : &quot;<strong>fullpage</strong>&quot;,
95 theme_advanced_buttons3_add : &quot;<strong>fullpage</strong>&quot;,
96 fullpage_fontsizes : '13px,14px,15px,18pt,xx-large',
97 fullpage_default_xml_pi : false,
98 fullpage_default_langcode : 'en',
99 fullpage_default_title : "My document title"
100 });</pre>
101 </div>
102 </p>
103 </div>
105 <div class="footer">
106 <div class="helpindexlink"><a href="index.html">Index</a></div>
107 <div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
108 <br style="clear: both" />
109 </div>
111 </body>
112 </html>