Difference between revisions of "Key: ShowCloseWaitingPage"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:System_keys]]
 +
{{HelpFiles_Deployment}}
 +
 
 

 

  
=====Key: ShowCloseWaitingPage=====
+
==Key: ShowCloseWaitingPage==
  
 
===Syntax===
 
===Syntax===

Latest revision as of 11:35, 7 February 2012

<accesscontrol>Main:MyGroup</accesscontrol>



Key: ShowCloseWaitingPage

Syntax

<add key="ShowCloseWaitingPage" value="[TRUE/FALSE]"/>

[TRUE/FALSE]: Either insert "true" or "false" into value

Purpose

This key is used for determining whether the Close Waiting item is shown in the Tools menu. can be “true” or “false”.

If is “true”, Close Waiting item will be shown. Otherwise, it’ll be hidden.

This key is optional and its default value is false.

Primarily used for test sites. Recommended value is thus "False".

Example of key

<add key="ShowCloseWaitingPage" value="false"/>