option() option( $value, $label, boolean $disabled = false) : $this 设置的选项 Parameters $value $label boolean $disabled Returns $this
options() options(array $options, boolean $disabled = false) : $this 批量设置的选项 Parameters array $options boolean $disabled Returns $this
setOptions() setOptions( $options, boolean $disabled = false) : $this 批量设置选项 支持匿名函数 Parameters $options boolean $disabled Returns $this
__construct() __construct(String $field, String $title, String $value = null) FormComponentDriver constructor. Parameters String $field 字段名 String $title 字段昵称 String $value 字段值
required() required(null $message = null, string $trigger = 'change') : $this Parameters null $message string $trigger Returns $this
__call() __call( $name, $arguments) : $this 设置组件属性 Parameters $name $arguments Throws \Exception Returns $this
() () : $this transfer(String $transfer) 是否将弹层放置于 body 内,在 Tabs、带有 fixed 的 Table 列内使用时,建议添加此属性,它将不受父级样式影响,从而达到更好的效果, 默认为false Returns
setRequired() setRequired(null $message = '', $trigger = 'change', $type = null) : $this 设置组件的值为必填 Parameters null $message $trigger $type Returns $this