PHP Класс Habari\FormControlDropbutton

Наследование: extends FormContainer
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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