PHP 클래스 Habari\FormControlDropbutton

상속: extends FormContainer
파일 보기 프로젝트 열기: habari/system

공개 프로퍼티들

프로퍼티 타입 설명
$outpre

공개 메소드들

메소드 설명
_extend ( )
do_success ( $form ) : boolean | string This control only executes its on_success callbacks when it was clicked
get ( Theme $theme )
get_visualizer ( ) Returns the HTML id of the element that the control exposes as a target, for example, for labels
pre_out ( ) : string Return the HTML/script required for this control. Do it only once.

메소드 상세

_extend() 공개 메소드

public _extend ( )

do_success() 공개 메소드

This control only executes its on_success callbacks when it was clicked
public do_success ( $form ) : boolean | string
리턴 boolean | string A string to replace the rendering of the form with, or false

get() 공개 메소드

public get ( Theme $theme )
$theme Theme

get_visualizer() 공개 메소드

Returns the HTML id of the element that the control exposes as a target, for example, for labels
public get_visualizer ( )

pre_out() 공개 메소드

Return the HTML/script required for this control. Do it only once.
public pre_out ( ) : string
리턴 string The HTML/javascript required for this control.

프로퍼티 상세

$outpre 정적으로 공개적으로 프로퍼티

static public $outpre