(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 ; | <pre>FCKConfig.TemplateReplaceCheckbox = true ; | ||
</pre> | </pre> |
Latest revision as of 20: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 ;