phpDocumentor tab
[ class tree: tab ] [ index: tab ] [ all elements ]

Source for file Define.php

Documentation is available at Define.php

  1. <?
  2. /**
  3. * The Define resource for the Tab package.
  4. * Defines the Tab system constants for the myPHP System
  5. * This file must be included before all other includes.
  6. *
  7. * @package tab
  8. * @filesource
  9. * @see HTML_TAB_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. * @global REQUEST_TAB_SHOW The Request Tab Show Parameter
  19. */
  20. define('REQUEST_TAB_SHOW' , 'tabTAB_SHOW');
  21.  
  22. /**
  23. * @global REQUEST_LAYOUT_MENU_TAB_WIDTH The Request Layout Menu Tab Width
  24. */
  25. define('REQUEST_LAYOUT_MENU_TAB_WIDTH', 'tabLAYOUT_TAB_WIDTH');
  26.  
  27. /**
  28. * @global TABBODY_CELL_PADDING The Tab Body Cell Padding
  29. */
  30. define('TABBODY_CELL_PADDING','5');
  31.  
  32. define('MENU_INDEX_TEXT' ,'Menu Index');
  33. define('MENU_INDEX_WIDTH','200px');
  34.  
  35. /**
  36. * @global TAB_SHOW_MENU_TAB Choose, which layout TAB components to show . i.e. $layout = TAB_SHOW_MENU_TAB;
  37. */
  38. define('TAB_SHOW_ALL' ,0xFFFF); // Show All Tabs
  39. define('TAB_SHOW_NONE' ,0x0001); // Show No Tabs
  40. define('TAB_SHOW_MENU_TAB' ,0x0002); // Show the Tab Menu
  41. // : :
  42.  
  43. define('TAB_SHOW_SPARE' ,0x8000); //
  44.  
  45. $DEFINE_TAB_SHOW =
  46. array(
  47. 'ARRAY_NAME'=>'$DEFINE_TAB_SHOW',
  48. 'TAB_SHOW_MENU_TAB'=>TAB_SHOW_MENU_TAB,
  49. // : :
  50. //'TAB_SHOW_SPARE'=>TAB_SHOW_SPARE,
  51. );
  52.  
  53. ?>

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