PHP 클래스 View_Box, atk4

Reference: http://agiletoolkit.org/doc/ref ==ATK4=================================================== This file is part of Agile Toolkit 4 http://agiletoolkit.org/ (c) 2008-2013 Agile Toolkit Limited Distributed under Affero General Public License v3 and commercial license. See LICENSE or LICENSE_COM for more information =====================================================ATK4=
상속: extends View
파일 보기 프로젝트 열기: atk4/atk4 1 사용 예제들

공개 메소드들

메소드 설명
addButton ( array | string $label = 'Continue' ) : Button Adds Button on the right side of the box for follow-up action.
addClose ( ) View box can be closed by clicking on the cross.
addIcon ( string $i ) : Icon By default box uses information Icon.
defaultTemplate ( ) : array | string Default template.
link ( string $page ) : Button Adds link.
set ( string $text ) Set text.

메소드 상세

addButton() 공개 메소드

Adds Button on the right side of the box for follow-up action.
public addButton ( array | string $label = 'Continue' ) : Button
$label array | string
리턴 Button

addClose() 공개 메소드

View box can be closed by clicking on the cross.
public addClose ( )

addIcon() 공개 메소드

You can use addIcon() to override or $this->template->del('Icon') to remove.
public addIcon ( string $i ) : Icon
$i string
리턴 Icon

defaultTemplate() 공개 메소드

Default template.
public defaultTemplate ( ) : array | string
리턴 array | string

set() 공개 메소드

Set text.
public set ( string $text )
$text string