phpDocumentor tree-node
[ class tree: tree-node ] [ index: tree-node ] [ all elements ]

Source for file Define.php

Documentation is available at Define.php

  1. <?
  2. /**
  3. * Defines the Tree Node system constants.
  4. * The system constants for the myPHP System
  5. * This file must be included before all other includes.
  6. *
  7. * @package tree-node
  8. * @filesource
  9. * @see HTML_TREE_NODE_RESOURCE_PATH/Define.php
  10. * @copyright (c) http://Finn-Rasmussen.com
  11. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  12. * @author http://Finn-Rasmussen.com
  13. * @version 1.9
  14. * @since 21-oct-2005
  15. */
  16.  
  17. /**
  18. * The Request Tree Node Show Parameter
  19. * @global REQUEST_TREE_NODE_SHOW The Request Tree Node Show
  20. */
  21. define('REQUEST_TREE_NODE_SHOW', 'showTreeNode');
  22.  
  23. /**
  24. * @global TREE_NODE_TEXT The Tree Node Text
  25. */
  26. define('TREE_NODE_TEXT','Tree Node View');
  27.  
  28. /**
  29. * @global TREE_NODE_WIDTH The Tree Node width
  30. */
  31. define('TREE_NODE_WIDTH','200px');
  32.  
  33. /**
  34. * @global TREE_NODE_CSS The Tree Node CSS
  35. */
  36. define('TREE_NODE_CSS','theTreeNode');
  37.  
  38. /**
  39. * @global TREE_NODE_ALL The Tree Node is in the left side
  40. */
  41. define('TREE_NODE_SHOW_ALL' ,0xFFFF); // Show All Tree Nodes
  42. define('TREE_NODE_SHOW_NONE' ,0x0001); // Show No Tree Nodes
  43. define('TREE_NODE_SHOW_LEFT' ,0x0002);
  44. define('TREE_NODE_SHOW_CENTER' ,0x0004);
  45. define('TREE_NODE_SHOW_RIGHT' ,0x0008);
  46. $DEFINE_TREE_NODE_SHOW =
  47. array(
  48. 'ARRAY_NAME'=>'$DEFINE_TREE_NODE_SHOW',
  49. 'TREE_NODE_SHOW_LEFT'=>TREE_NODE_SHOW_LEFT,
  50. 'TREE_NODE_SHOW_CENTER'=>TREE_NODE_SHOW_CENTER,
  51. 'TREE_NODE_SHOW_RIGHT'=>TREE_NODE_SHOW_RIGHT,
  52. );
  53. ?>

Documentation generated on Thu, 22 Dec 2005 17:07:04 +0100 by phpDocumentor 1.3.0RC3