TFormSeparator
extends TElement
in package
Form separator
Tags
Table of Contents
Properties
- $divisor : mixed
- $fontColor : mixed
- $fontSize : mixed
- $header : mixed
- $separatorColor : mixed
Methods
- __construct() : mixed
- Class Constructor
- setFontColor() : mixed
- Set font color
- setFontSize() : mixed
- Set font size
- setSeparatorColor() : mixed
- Set separator color
Properties
$divisor
private
mixed
$divisor
$fontColor
private
mixed
$fontColor
$fontSize
private
mixed
$fontSize
$header
private
mixed
$header
$separatorColor
private
mixed
$separatorColor
Methods
__construct()
Class Constructor
public
__construct( $text[, mixed $fontColor = '#333333' ][, mixed $fontSize = '16' ][, mixed $separatorColor = '#eeeeee' ]) : mixed
Parameters
setFontColor()
Set font color
public
setFontColor( $color) : mixed
Parameters
setFontSize()
Set font size
public
setFontSize( $size) : mixed
Parameters
setSeparatorColor()
Set separator color
public
setSeparatorColor( $color) : mixed