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

Source for file Default.php

Documentation is available at Default.php

  1. <?
  2. /**
  3. * The Table Default resource file.
  4. * Setup of the Default Table system constants
  5. * This file must be included after the Define.php
  6. *
  7. * @package table
  8. * @filesource
  9. * @see HTML_TABLE_RESOURCE_PATH/Default.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 DEFAULT_TABLE_TEXT_NO_DATA The Default Table Text No Data
  19. */
  20. define('DEFAULT_TABLE_TEXT_NO_DATA', 'No Data');
  21.  
  22. /**
  23. * @global DEFAULT_TABLE_XYZ The Default Table XYZ
  24. */
  25. define('DEFAULT_TABLE_WIDTH', '100%'); // 450
  26. define('DEFAULT_TABLE_BORDER', '0');
  27. define('DEFAULT_TABLE_CLASS', DEFAULT_CSS_BORDER);
  28. define('DEFAULT_TABLE_CELLPADDING', '2');
  29. define('DEFAULT_TABLE_CELLSPACING', '0');
  30.  
  31. $DEFINE_DEFAULT_TABLE =
  32. array(
  33. 'ARRAY_NAME'=>'$DEFINE_DEFAULT_TABLE',
  34. 'DEFAULT_TABLE_WIDTH'=>DEFAULT_TABLE_WIDTH,
  35. 'DEFAULT_TABLE_BORDER'=>DEFAULT_TABLE_BORDER,
  36. 'DEFAULT_TABLE_CLASS'=>DEFAULT_TABLE_CLASS,
  37. 'DEFAULT_TABLE_CELLPADDING'=>DEFAULT_TABLE_CELLPADDING,
  38. 'DEFAULT_TABLE_CELLSPACING'=>DEFAULT_TABLE_CELLSPACING,
  39. );
  40.  
  41. /**
  42. * @global DEFAULT_LIST_VIEW_XYZ The Default List View XYZ
  43. */
  44. define('DEFAULT_LIST_VIEW_WIDTH', '100%'); // 450
  45. define('DEFAULT_LIST_VIEW_BORDER', '0');
  46. define('DEFAULT_LIST_VIEW_CLASS', DEFAULT_CSS_BORDER);
  47. define('DEFAULT_LIST_VIEW_CELLPADDING', '2');
  48. define('DEFAULT_LIST_VIEW_CELLSPACING', '0');
  49.  
  50. $DEFINE_DEFAULT_LIST_VIEW =
  51. array(
  52. 'ARRAY_NAME'=>'$DEFINE_DEFAULT_LIST_VIEW',
  53. 'DEFAULT_LIST_VIEW_WIDTH'=>DEFAULT_LIST_VIEW_WIDTH,
  54. 'DEFAULT_LIST_VIEW_BORDER'=>DEFAULT_LIST_VIEW_BORDER,
  55. 'DEFAULT_LIST_VIEW_CLASS'=>DEFAULT_LIST_VIEW_CLASS,
  56. 'DEFAULT_LIST_VIEW_CELLPADDING'=>DEFAULT_LIST_VIEW_CELLPADDING,
  57. 'DEFAULT_LIST_VIEW_CELLSPACING'=>DEFAULT_LIST_VIEW_CELLSPACING,
  58. );
  59.  
  60. ?>

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