KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

y_split.php 501B

1234567891011121314151617181920
  1. <?php
  2. $PAGE_TITLE = "KXStudio Canvas Namespace";
  3. $PAGE_TYPE = "NAMESPACE";
  4. $PAGE_SOURCE_1 = ARRAY("/ns", "/ns/canvas", "/ns/canvas/y_split");
  5. $PAGE_SOURCE_2 = ARRAY("Namespace", "Canvas", "Y Split");
  6. include_once("../../includes/header.php");
  7. ?>
  8. <p>
  9. Group/Client splitted-box position in the canvas (vertical)
  10. </p>
  11. <p>
  12. <b>Default:</b> None/Unset.<br/>
  13. <b>Possible values:</b> any valid Y value within the canvas<br/>
  14. </p>
  15. <br/>
  16. <?php
  17. include_once("../../includes/footer.php");
  18. ?>