\FormBuilder\componentsCol

col栅格规则 Class Col

Summary

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

Properties

$props

$props : array

Type

array

$propsRule

$propsRule : array

Type

array

$model

$model : array

Type

array

Methods

__call()

__call(  $name,   $arguments) : $this

设置组件属性

Parameters

$name
$arguments

Throws

\Exception

Returns

$this

__construct()

__construct(integer  $span = 24) 

Col constructor.

Parameters

integer $span

build()

build() : array

获取组件的生成规则

Returns

array

()

() : 

$this span(Number $span) 栅格的占位格数,可选值为0~24的整数,为 0 时,相当于display:none

Returns

()

() : 

$this order(Number $order) 栅格的顺序,在flex布局模式下有效

Returns

()

() : 

$this offset(Number $offset) 栅格左侧的间隔格数,间隔内不可以有栅格

Returns

()

() : 

$this push(Number $push) 栅格向右移动格数

Returns

()

() : 

$this pull(Number $pull) 栅格向左移动格数

Returns

()

() : 

$this labelWidth(Number $labelWidth) 表单域标签的的宽度,默认150px

Returns

()

() : 

$this className(String $className) 自定义的class名称

Returns

()

() : 

$this xs(Number|Col $span) <768px 响应式栅格,可为栅格数或一个包含其他属性的对象

Returns

()

() : 

$this sm(Number|Col $span) ≥768px 响应式栅格,可为栅格数或一个包含其他属性的对象

Returns

()

() : 

$this md(Number|Col $span) ≥992px 响应式栅格,可为栅格数或一个包含其他属性的对象

Returns

()

() : 

$this lg(Number|Col $span) ≥1200px 响应式栅格,可为栅格数或一个包含其他属性的对象

Returns