(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...) |
(No difference)
|
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 ;