(New page: == AllowQueryStringDebug == This option makes it possible to activate debugging by adding '''fckdebug=true''' in the page querystring. If set to '''false''' debugging is possible only by ...) |
|||
Line 1: | Line 1: | ||
== AllowQueryStringDebug == | == AllowQueryStringDebug == | ||
− | This option makes it possible to activate debugging by adding '''fckdebug=true''' in the page querystring. | + | This option makes it possible to activate debugging by adding "'''fckdebug=true"''' in the page querystring. If set to '''false''' debugging is possible only by using the [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/Debug|Debug]] setting. Syntax: |
− | If set to '''false''' debugging is possible only by using the [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/Debug|Debug]] setting. Syntax: | + | <pre>FCKConfig.AllowQueryStringDebug = true ; |
− | <pre> | ||
− | FCKConfig.AllowQueryStringDebug = true ; | ||
</pre> | </pre> |
Latest revision as of 14:59, 22 January 2008
AllowQueryStringDebug
This option makes it possible to activate debugging by adding "fckdebug=true" in the page querystring. If set to false debugging is possible only by using the Debug setting. Syntax:
FCKConfig.AllowQueryStringDebug = true ;