Class TTableGridLines

Description

TTableGridLines class.

TTableGridLines defines the enumerable type for the possible grid line types of an HTML table.

The following enumerable values are defined:

  • None: no grid lines
  • Horizontal: horizontal grid lines only
  • Vertical: vertical grid lines only
  • Both: both horizontal and vertical grid lines are shown

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TStyle.php 3045 2011-10-02 21:22:52Z ctrlaltca@gmail.com $
  • since: 3.0.4

Located in /Web/UI/WebControls/TStyle.php (line 886)

TEnumerable
   |
   --TTableGridLines
Class Constant Summary
 Both = 'Both'
 Horizontal = 'Horizontal'
 None = 'None'
 Vertical = 'Vertical'
Methods
Class Constants
Both = 'Both' (line 891)
Horizontal = 'Horizontal' (line 889)
None = 'None' (line 888)
Vertical = 'Vertical' (line 890)

Documentation generated on Mon, 25 Jun 2012 14:39:19 +0200 by phpDocumentor 1.4.3