Documentation

dashContainerCols

Trait for dashboard containrs based to table structure

Table of Contents

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

Methods

get2ColRow()

Row with two columns, small right hand side

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

get2ColRowSmallLeftAuto()

Row with two columns, small left hand side

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

Search results