Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
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="")
 setTableClass ($class)
 setTableStyle ($style)
 setTableID ($id)
 setTableWidth ($width)
 setTableBorder ($border)
 setTableCellpadding ($padding)
 setTableCellspacing ($spacing)
 setTableAlign ($align)
 setTableBgcolor ($bgcolor)
 open ($styles="")
 close ()
 setRowBgcolor ($bgcolor)
 setRowAlign ($align)
 setRowVAlign ($valign)
 setRowClass ($class)
 setRowStyle ($style)
 setRowID ($id)
 openRow ($styles="")
 closeRow ()
 setCellBgcolor ($bgcolor)
 setCellAlign ($align)
 setCellVAlign ($valign)
 setCellHeight ($height)
 setCellWidth ($width)
 setCellColspan ($colspan)
 setCellClass ($class)
 setCellStyle ($style)
 setCellID ($id)
 setCellNowrap ($nowrap)
 openHeaderCell ($styles="")
 openCell ($styles="", $tag="td")
 closeCell ()
 cell ($content, $styles="")
 headerCell ($content, $styles="")
 blankCell ($styles="")
 row ($cells, $styles="")
 blankRow ($styles="")
 start ($ary, $class="")
 start_result ($db, $class="")
 show ($ary, $class="")
 show_result ($db, $class="")
 show_page ($ary, $start, $num, $class="")
 show_result_page ($db, $start, $num, $class="")
 show_table_heading_row ($ary, $class="")
 show_table_heading_row_result ($db, $class="")
 table_heading_row ($data, $class="")
 show_table_rows ($ary, $class="")
 show_table_rows_result ($db, $class="")
 show_table_page_rows ($ary, $start, $num, $class="")
 show_table_page_rows_result ($db, $start, $num, $class="")
 table_row ($row, $row_key, $data, $class="")
 set_checkbox_heading ($class="")
 set_checkbox ($row, $row_key, $data, $class="")
 show_table_heading_cells ($data, $class="")
 show_table_cells ($row, $row_key, $data, $class="")
 table_cell ($row, $col, $key, $val, $class="")
 table_cell_open ($class="")
 table_cell_close ($class="")
 table_heading_cell ($col, $val, $class="")
 table_heading_cell_open ($class="")
 table_heading_cell_close ($class="")
 table_checkbox_cell ($row, $row_key, $data, $class="")
 verify_array ($ary)
 verify_2d_array ($ary)
 verify_db ($db)
 print_array ($ary)
 select_colnames ($data)
 table_open ($class="")
 table_close ($class="")
 table_row_open ($row, $data, $class="")
 table_row_close ($row, $class="")
 table_heading_row_add_extra ($data, $class="")
 table_row_add_extra ($row, $row_key, $data, $class="")

Additional Inherited Members

- Data Fields inherited from Table
 $classname = "Table"
 $check
 $filter = "/[A-Za-z][A-Za-z0-9_]*/"
 $fields
 $heading
 $add_extra
 $map_cols

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();

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 (   $styles = "")

Here is the call graph for this function:


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