/[drupal]/contributions/modules/tables/README.txt
ViewVC logotype

Diff of /contributions/modules/tables/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Mon Oct 10 05:30:25 2005 UTC revision 1.3, Thu Sep 10 06:10:27 2009 UTC
# Line 1  Line 1 
1  $Id$  $Id: README.txt,v 1.2 2005/10/10 05:30:25 webgeer Exp $
2    
3  Description  Description
4  -----------  -----------
# Line 34  functions of drupal. Line 34  functions of drupal.
34  cells are separated with a "|" symbol and rows are separated with a newline.  cells are separated with a "|" symbol and rows are separated with a newline.
35  A "]" is used to end the table.  A "]" is used to end the table.
36    
37  Some special charecters can be used.  A "&" will merge the cell with the cell  Some special characters can be used.  A "{" will merge the cell with the cell
38  to the left to create a mult-column cell, a "^" will merge the cell with the  to the left to create a multi-column cell, a "^" will merge the cell with the
39  cell above to create a multi-row cell.  A "!" will set the cell to be a  cell above to create a multi-row cell.  A "!" will set the cell to be a
40  "<th>" rather than the standard "<td>" cell.  "<th>" rather than the standard "<td>" cell.
41    
# Line 43  In order to create fancy css effects the Line 43  In order to create fancy css effects the
43  "firstrow" and the other rows all are either "oddrow" or "evenrow".  "firstrow" and the other rows all are either "oddrow" or "evenrow".
44  Similarly, the cells (<td> or <th>) have a class of either "firstcol",  Similarly, the cells (<td> or <th>) have a class of either "firstcol",
45  "evencol" or "oddcol".  Using these classes interesting effects can be  "evencol" or "oddcol".  Using these classes interesting effects can be
46  achieved.  See the css sheet and the demo page for more informaiton.  achieved.  See the css sheet and the demo page for more information.
47    
48  Settings  Settings
49  --------  --------
50    
51  The settings options are the style sheet which is inititially set to:  The settings options are the style sheet which is initially set to:
52  "modules/tables/tables.css" if you want to move the style sheet somewhere  "modules/tables/tables.css" if you want to move the style sheet somewhere
53  else you should change this.  If you incorporate the table styles into some  else you should change this.  If you incorporate the table styles into some
54  other style sheet that is already loaded, you can leave this blank and no  other style sheet that is already loaded, you can leave this blank and no

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2