CalendarAjaxHelper

Extends \FineUIPHP\Base\ControlBase\ControlBaseAjaxHelper

日期控件帮助类

package

FineUIPHP\UI\Calendar

Methods

构造函数

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

设置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

设置选择的日期

selectedDate(\DateTime|String $selectedDate) : $this

Arguments

$selectedDate

\DateTime|String

Response

$this

Properties

控件对象

source : \FineUIPHP\Base\ControlBase\ControlBase
inherited