|  | <?php
$PAGE_TITLE    = "KXStudio Canvas Namespace";
$PAGE_TYPE     = "NAMESPACE";
$PAGE_SOURCE_1 = ARRAY("/ns", "/ns/canvas", "/ns/canvas/split");
$PAGE_SOURCE_2 = ARRAY("Namespace", "Canvas", "Split");
include_once("../../includes/header.php");
?>
<p>
    Wherever the group/client has a split box in the canvas
</p>
<p>
    <b>Default:</b> None/Unset.<br/>
    <b>Possible values:</b> 'true' and 'false' (String)<br/>
</p>
<br/>
<?php
include_once("../../includes/footer.php");
?>
 |