ButtonAjaxHelper

Extends \FineUIPHP\Base\ControlBase\ControlBaseAjaxHelper

按钮帮助类

package

FineUIPHP\UI\Button

Methods

构造函数

__construct(\FineUIPHP\UI\Button\Button $source) 

Arguments

设置HTML标签属性

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

Arguments

$key

string

$value

string

Response

$this

设置控件的禁用状态

disabled(boolean $disabled) : $this
inherited

Arguments

$disabled

boolean

Response

$this

设置控件的启用状态

enabled(boolean $enabled) : $this
inherited

Arguments

$enabled

boolean

Response

$this

设置控件的隐藏状态

hidden(boolean $hidden) : $this
inherited

Arguments

$hidden

boolean

Response

$this

设置图标

icon( $icon) : $this

Arguments

$icon

Response

$this

设置图标

iconFont( $iconFont) : $this

Arguments

$iconFont

Response

$this

设置图标

iconUrl( $iconUrl) : $this

Arguments

$iconUrl

Response

$this

设置客户端点击事件

onClientClick( $clientClickScript) : $this

Arguments

$clientClickScript

Response

$this

设置按下状态

pressed( $pressed) : $this

Arguments

$pressed

Response

$this

设置显示文本

text( $text) : $this

Arguments

$text

Response

$this

设置提示信息

toolTip( $toolTip) : $this

Arguments

$toolTip

Response

$this

Properties

控件对象

source : \FineUIPHP\Base\ControlBase\ControlBase
inherited