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">
4 <title>Plugin: fullpage
</title>
5 <link href=
"css/screen.css" rel=
"stylesheet" type=
"text/css" />
10 <h1>Plugin: fullpage
</h1>
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>
19 <li>Add plugin to TinyMCE plugin option list example: plugins :
"fullpage
".
</li>
20 <li>Add the fullpage button name to button list, example: theme_advanced_buttons3_add :
"fullpage
".
</li>
28 <table border=
"1" cellspacing=
"0" cellpadding=
"4">
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=
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML
1.0 Transitional//EN
" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
">,XHTML
1.0 Frameset=
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML
1.0 Frameset//EN
" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd
">,XHTML
1.0 Strict=
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML
1.0 Strict//EN
" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
">,XHTML
1.1=
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML
1.1//EN
" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd
">">,HTML
4.01 Transitional=
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML
4.01 Transitional//EN
">,HTML
4.01 Strict=
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML
4.01//EN
" "http://www.w3.org/TR/html4/strict.dtd
">,HTML
4.01 Frameset=
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML
4.01 Frameset//EN
" "http://www.w3.org/TR/html4/frameset.dtd
">.
</td>
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
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>
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>
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
52 <td>[fullpage_default_doctype]
</td>
53 <td>This option enables you to specify the default doctype for the output HTML.
</td>
56 <td>[fullpage_default_encoding]
</td>
57 <td>This option enables you to specify the default encoding for the output HTML.
</td>
60 <td>[fullpage_default_title]
</td>
61 <td>This option enables you to specify the default title for the output HTML.
</td>
64 <td>[fullpage_default_font_size]
</td>
65 <td>This option enables you to specify the default font size for body element.
</td>
68 <td>[fullpage_default_font_family]
</td>
69 <td>This option enables you to specify the default font family for body element.
</td>
72 <td>[fullpage_default_text_color]
</td>
73 <td>This option enables you to specify the default text color for body element.
</td>
76 <td>[fullpage_default_langcode]
</td>
77 <td>This option enables you to specify the default langcode for the output HTML.
</td>
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>
86 <h3>Initialization Example
</h3>
92 theme :
"advanced
",
93 mode :
"textareas
",
94 plugins :
"<strong>fullpage
</strong>",
95 theme_advanced_buttons3_add :
"<strong>fullpage
</strong>",
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"
106 <div class=
"helpindexlink"><a href=
"index.html">Index
</a></div>
107 <div class=
"copyright">Copyright
© 2003-
2006 <a href=
"http://www.moxiecode.com">Moxiecode Systems AB
</a></div>
108 <br style=
"clear: both" />