TemplateReplaceCheckbox"

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: == TemplateReplaceCheckbox == If set to '''true''', checkbox '''Replace actual contents''' displays in the Templates dialog window. If set to '''false''', the checkbox will not be availab...)
 
 
Line 1: Line 1:
 
== TemplateReplaceCheckbox ==
 
== TemplateReplaceCheckbox ==
  
If set to '''true''', checkbox '''Replace actual contents''' displays in the Templates dialog window. If set to '''false''', the checkbox will not be available and the TemplateReplaceAll setting will be used to decide how to place the template. Example:
+
If set to '''true''', checkbox '''Replace actual contents''' displays in the Templates dialog window. If set to '''false''', the checkbox will not be available and the [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/TemplateReplaceAll|TemplateReplaceAll]] setting will be used to decide how to place the template. Example:
 
<pre>FCKConfig.TemplateReplaceCheckbox = true&nbsp;;
 
<pre>FCKConfig.TemplateReplaceCheckbox = true&nbsp;;
 
</pre>
 
</pre>

Latest revision as of 21:54, 9 January 2008

TemplateReplaceCheckbox

If set to true, checkbox Replace actual contents displays in the Templates dialog window. If set to false, the checkbox will not be available and the TemplateReplaceAll setting will be used to decide how to place the template. Example:

FCKConfig.TemplateReplaceCheckbox = true ;
This page was last edited on 9 January 2008, at 21:54.