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

Source for file Css.php

Documentation is available at Css.php

  1. <?
  2. /**
  3. * The Table CSS file.
  4. * The CSS Table layout resources for this site
  5. *
  6. * @package table
  7. * @filesource
  8. * @see HTML_TABLE_RESOURCE_PATH/Css.php
  9. * @copyright (c) http://Finn-Rasmussen.com
  10. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  11. * @author http://Finn-Rasmussen.com
  12. * @version 1.9
  13. * @since 21-oct-2005
  14. */
  15.  
  16. /**
  17. * @global CSS_TABLE The CSS Table name
  18. */
  19. if (!defined('CSS_TABLE')) {
  20. define('CSS_TABLE','theTable');
  21. }
  22.  
  23. /**
  24. * Views
  25. */
  26. define('CSS_LIST_VIEW' ,'tableListView');
  27. //define('CSS_INVOICE_VIEW' ,'tableInvoiceView');
  28. //define('CSS_SHOW_VIEW' ,'tableShowView');
  29. //define('CSS_FORM_VIEW' ,'tableFormView');
  30. //define('CSS_SEARCH_VIEW' ,'tableSearchView');
  31.  
  32.  
  33.  
  34. /**
  35. * The List View Colors
  36. * @global CSS_LIST_VIEW_COLOR The CSS List View Colors
  37. */
  38. define('CSS_LIST_VIEW_COLOR' ,CSS_NORMAL_COLOR);
  39. define('CSS_LIST_VIEW_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
  40.  
  41.  
  42. /**
  43. * Skeleton
  44. */
  45. define('CSS_SKELETON_LEFT' ,'tableSkeletonLeft');
  46. define('CSS_SKELETON_CENTER' ,'tableSkeletonCenter');
  47. define('CSS_SKELETON_RIGHT' ,'tableSkeletonRight');
  48. define('CSS_SKELETON_LEFT_COLOR' ,CSS_NORMAL_COLOR);
  49. define('CSS_SKELETON_LEFT_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
  50. define('CSS_SKELETON_CENTER_COLOR' ,CSS_NORMAL_COLOR);
  51. define('CSS_SKELETON_CENTER_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
  52. define('CSS_SKELETON_RIGHT_COLOR' ,CSS_NORMAL_COLOR);
  53. define('CSS_SKELETON_RIGHT_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
  54.  
  55. define('CSS_BORDER_LEFT' ,'tableBorderLeft');
  56. define('CSS_BORDER_RIGHT' ,'tableBorderRight');
  57. define('CSS_BORDER_TOP' ,'tableBorderTop');
  58. define('CSS_BORDER_BOTTOM' ,'tableBorderBottom');
  59.  
  60. define('CSS_SKELETON_WIDTH_LEFT' ,'200px');
  61. define('CSS_SKELETON_WIDTH_RIGHT' ,'36px');
  62. ?>

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