Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

mpcl::text::html::TTableCell Class Reference

#include <table_cell.hh>

Inheritance diagram for mpcl::text::html::TTableCell:

mpcl::text::html::TContainer mpcl::text::html::TTag List of all members.

Public Methods

 TTableCell (const QTTag &rkqtSOURCE_TAG, const char *pkcTYPE="data", const char *pkcALIGN="center", const char *pkcVALIGN="middle")
 TTableCell (const char *pkcTYPE="data", const char *pkcALIGN="center", const char *pkcVALIGN="middle")

Detailed Description

HTML table cell. This tag is a HTML table cell that can be a TD or a TH element.

Warning:
In order of been useful when it is loaded from form data, it supplants the tag that is been contained (overloading methods identifier(), value() and operator()()).

Definition at line 71 of file table_cell.hh.


Constructor & Destructor Documentation

mpcl::text::html::TTableCell::TTableCell const QTTag   rkqtSOURCE_TAG,
const char *    pkcTYPE = "data",
const char *    pkcALIGN = "center",
const char *    pkcVALIGN = "middle"
 

Builds a new instance.

Parameters:
rkqtSOURCE_TAG  Source tag to insert in table cell.
pkcTYPE  One of these values: "data" and "header".
pkcALIGN  HTML align attribute.
pkcVALIGN  HTML valign attribute.

Definition at line 35 of file table_cell.cc.

References mpcl::text::html::TContainer::insert(), mpcl::text::html::QTTag, mpcl::text::html::TTag::tAttributeMap, and mpcl::text::TString.

mpcl::text::html::TTableCell::TTableCell const char *    pkcTYPE = "data",
const char *    pkcALIGN = "center",
const char *    pkcVALIGN = "middle"
 

Builds a new instance.

Parameters:
pkcTYPE  One of these values: "data" and "header".
pkcALIGN  HTML align attribute.
pkcVALIGN  HTML valign attribute.

Definition at line 58 of file table_cell.cc.

References mpcl::text::html::TTag::tAttributeMap, and mpcl::text::TString.


The documentation for this class was generated from the following files:
Generated on Mon Oct 13 02:35:26 2003 for MPCL by doxygen1.2.18