Documentation

dashContainerCols

Trait for dashboard containrs based to table structure

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2013, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
4.3.1

Table of Contents

get2ColRow()  : string
Row with two columns, small right hand side
get2ColRowSmallLeftAuto()  : string
Row with two columns, small left hand side

Methods

get2ColRow()

Row with two columns, small right hand side

private get2ColRow(string $col1, string $col2[, string $class = '' ]) : string
Parameters
$col1 : string
$col2 : string
$class : string = ''
Return values
string

get2ColRowSmallLeftAuto()

Row with two columns, small left hand side

private get2ColRowSmallLeftAuto(string $col1, string $col2[, string $class = '' ]) : string
Parameters
$col1 : string
$col2 : string
$class : string = ''
Return values
string

Search results