dashContainerCols
Trait for dashboard containrs based to table structure
Tags
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 = ''