PHP Class Layout_Basic, atk4

Any panel you have added can have a number of classes applied. Of course you are can use those classes in other circumstances too.
Inheritance: extends View
Mostrar archivo Open project: atk4/atk4 Class Usage Examples

Public Properties

Property Type Description
$app App_Frontend

Public Methods

Method Description
addFooter ( $class = 'Layout_Footer' ) Footer be positioned from the bottom edge of the page and upwards.
addLeftBar ( $options = [] )
addRow ( $spot )
defaultSpot ( )
defaultTemplate ( )
init ( ) }}}

Method Details

addFooter() public method

If your page does not have enough content, it will automatically be expanded to prevent you from having a gap underneath the bottom bar.
public addFooter ( $class = 'Layout_Footer' )

addLeftBar() public method

public addLeftBar ( $options = [] )

addRow() public method

public addRow ( $spot )

defaultSpot() public method

public defaultSpot ( )

defaultTemplate() public method

public defaultTemplate ( )

init() public method

}}}
public init ( )

Property Details

$app public_oe property

public App_Frontend $app
return App_Frontend