ControlBaseAjaxHelper

控件基类帮助类接口

package

FineUIPHP\Base\ControlBase

Methods

设置HTML标签属性

attribute(string $key, string $value) : $this

Arguments

$key

string

$value

string

Response

$this

设置控件的禁用状态

disabled(boolean $disabled) : $this

Arguments

$disabled

boolean

Response

$this

设置控件的启用状态

enabled(boolean $enabled) : $this

Arguments

$enabled

boolean

Response

$this

设置控件的隐藏状态

hidden(boolean $hidden) : $this

Arguments

$hidden

boolean

Response

$this

Properties

控件对象

source : \FineUIPHP\Base\ControlBase\ControlBase