__construct() __construct(String $field, String $title, String $value = null) FormComponentDriver constructor. Parameters String $field 字段名 String $title 字段昵称 String $value 字段值
__call() __call( $name, $arguments) : $this 设置组件属性 Parameters $name $arguments Throws \Exception Returns $this
() () : $this placement(String $placement) 日期选择器出现的位置,可选值为top, top-start, top-end, bottom, bottom-start, bottom-end, left, left-start, left-end, right, right-start, right-end, 默认为bottom-start Returns
() () : $this transfer(Boolean $bool) 是否将弹层放置于 body 内,在 Tabs、带有 fixed 的 Table 列内使用时,建议添加此属性,它将不受父级样式影响,从而达到更好的效果, 默认为false Returns
setRequired() setRequired(null $message = '', $trigger = 'change', $type = null) : $this 设置组件的值为必填 Parameters null $message $trigger $type Returns $this