\FormBuilder\componentsFormStyle

form表单样式 Class FormStyle

Summary

Methods
Properties
Constants
__call()
__construct()
autocomplete()
build()
()
()
()
()
No public properties found
No constants found
No protected methods found
$props
$propsRule
N/A
No private methods found
No private properties found
N/A

Properties

$props

$props : array

Type

array

$propsRule

$propsRule : array

Type

array

Methods

__call()

__call(  $name,   $arguments) : $this

设置组件属性

Parameters

$name
$arguments

Throws

\Exception

Returns

$this

__construct()

__construct(boolean  $inline = false, string  $labelPosition = 'right', integer  $labelWidth = 125, boolean  $showMessage = true, string  $autocomplete = 'off') 

FormStyle constructor.

Parameters

boolean $inline
string $labelPosition
integer $labelWidth
boolean $showMessage
string $autocomplete

autocomplete()

autocomplete(boolean  $bool = false) : $this

原生的 autocomplete 属性,可选值为 true = off 或 false = on

Parameters

boolean $bool

Returns

$this

build()

build() : array

获取组件的生成规则

Returns

array

()

() : 

$this inline(Boolean $bool) 是否开启行内表单模式

Returns

()

() : 

$this labelPosition(String $labelPosition) 表单域标签的位置,可选值为 left、right、top

Returns

()

() : 

$this labelWidth(Number $labelWidth) 表单域标签的宽度,所有的 FormItem 都会继承 Form 组件的 label-width 的值

Returns

()

() : 

$this showMessage(Boolean $bool) 是否显示校验错误信息

Returns