FullPage"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(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&nbsp;;
 
<pre>FCKConfig.FullPage = true&nbsp;;
 
</pre>  
 
</pre>  
 
<br>
 
<br>

Revision as of 21: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 ;