Stud.IP  jlu_3.3 Revision
ContentTable Class Reference
Inheritance diagram for ContentTable:
Inheritance graph
Collaboration diagram for ContentTable:
Collaboration graph

Public Member Functions

 ContentTable ($styles="")
 
- Public Member Functions inherited from Table
 Table ($styles=array())
 
 setTableClass ($class)
 
 setTableStyle ($style)
 
 setTableID ($id)
 
 setTableWidth ($width)
 
 setTableBorder ($border)
 
 setTableCellpadding ($padding)
 
 setTableCellspacing ($spacing)
 
 setTableAlign ($align)
 
 setTableBgcolor ($bgcolor)
 
 open ($styles=array())
 
 close ()
 
 setRowBgcolor ($bgcolor)
 
 setRowAlign ($align)
 
 setRowVAlign ($valign)
 
 setRowClass ($class)
 
 setRowStyle ($style)
 
 setRowID ($id)
 
 openRow ($styles=array())
 
 closeRow ()
 
 setCellBgcolor ($bgcolor)
 
 setCellAlign ($align)
 
 setCellVAlign ($valign)
 
 setCellHeight ($height)
 
 setCellWidth ($width)
 
 setCellColspan ($colspan)
 
 setCellClass ($class)
 
 setCellStyle ($style)
 
 setCellID ($id)
 
 setCellNowrap ($nowrap)
 
 openHeaderCell ($styles=array())
 
 openCell ($styles=array(), $tag='td')
 
 closeCell ()
 
 cell ($content, $styles=array())
 
 headerCell ($content, $styles=array())
 
 blankCell ($styles=array())
 
 row ($cells, $styles=array())
 
 blankRow ($styles=array())
 

Detailed Description

Table Class for content areas of Stud.IP pages

The content area usually contains:

  • a 99%-width centred table with 2 columns
  • the content Content areas are normally part of a container table.

Example:

$container=new ContainerTable(); echo $container->headerRow("Name of the game..."); echo $container->openCell(); $content=new ContentTable(); echo $content->open(); ...the content... echo $content->close(); echo $container->blankRow(); echo $container->close();

@access public

Author
Tobias Thelen tthel.nosp@m.en@u.nosp@m.ni-os.nosp@m.nabr.nosp@m.ueck..nosp@m.de

Member Function Documentation

◆ ContentTable()

ContentTable (   $styles = "")
Here is the call graph for this function:

The documentation for this class was generated from the following file: