(New page: == FullPage == By default, FCKeditor is set to edit pieces of HTML to be used on pages. This is the most common usage of the editor. However, in many situations, we want to give users th...) |
|||
Line 3: | Line 3: | ||
By default, FCKeditor is set to edit pieces of HTML to be used on pages. This is the most common usage of the editor. | By default, FCKeditor is set to edit pieces of HTML to be used on pages. This is the most common usage of the editor. | ||
− | However, in many situations, we want to give users the ability of editing entire pages, from '''<html>''' to '''</html>'''. To do that, just set the "FullPage" configuration option to "true". Example: | + | However, in many situations, we want to give users the ability of editing entire pages, from '''<html>''' to '''</html>'''. To do that, just set the "FullPage" configuration option to "true". |
+ | |||
+ | Example: | ||
<pre>FCKConfig.FullPage = true ; | <pre>FCKConfig.FullPage = true ; | ||
</pre> | </pre> | ||
<br> | <br> |
Revision as of 20:50, 9 January 2008
FullPage
By default, FCKeditor is set to edit pieces of HTML to be used on pages. This is the most common usage of the editor.
However, in many situations, we want to give users the ability of editing entire pages, from <html> to </html>. To do that, just set the "FullPage" configuration option to "true".
Example:
FCKConfig.FullPage = true ;