PHP 클래스 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.
상속: extends View
파일 보기 프로젝트 열기: atk4/atk4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$app App_Frontend

공개 메소드들

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

메소드 상세

addFooter() 공개 메소드

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 addLeftBar ( $options = [] )

addRow() 공개 메소드

public addRow ( $spot )

defaultSpot() 공개 메소드

public defaultSpot ( )

defaultTemplate() 공개 메소드

public defaultTemplate ( )

init() 공개 메소드

}}}
public init ( )

프로퍼티 상세

$app 공개적으로 프로퍼티

public App_Frontend $app
리턴 App_Frontend