Class TRepeatLayout

Description

TRepeatLayout class.

TRepeatLayout defines the enumerable type for the possible layouts that repeated contents can take.

The following enumerable values are defined:

  • Table: the repeated contents are organized using an HTML table
  • Flow: the repeated contents are organized using HTML spans and breaks
  • Raw: the repeated contents are stacked together without any additional decorations

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TRepeatInfo.php 2996 2011-06-20 15:24:57Z ctrlaltca@gmail.com $
  • since: 3.0.4

Located in /Web/UI/WebControls/TRepeatInfo.php (line 554)

TEnumerable
   |
   --TRepeatLayout
Class Constant Summary
 Flow = 'Flow'
 Raw = 'Raw'
 Table = 'Table'
Methods
Class Constants
Flow = 'Flow' (line 557)
Raw = 'Raw' (line 558)
Table = 'Table' (line 556)

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