\FormBuilder\componentsFrame

框架组件 Class Frame

Summary

Methods
Properties
Constants
__construct()
col()
setProps()
getProps()
value()
getValue()
getField()
getTitle()
required()
validate()
__call()
build()
()
()
()
()
()
()
()
()
()
()
No public properties found
TYPE_IMAGE
TYPE_FILE
TYPE_INPUT
init()
setRequired()
$field
$title
$name
$props
$value
$col
$validate
$propsRule
N/A
No private methods found
No private properties found
N/A

Constants

TYPE_IMAGE

TYPE_IMAGE = 'image'

TYPE_FILE

TYPE_FILE = 'file'

TYPE_INPUT

TYPE_INPUT = 'input'

Properties

$field

$field : String

字段名

Type

String

$title

$title : String

字段昵称

Type

String

$name

$name : string

组件名称

Type

string

$props

$props : array

组件的规则

Type

array

$value

$value : 

字段的值

Type

$col

$col : array

栅格规则

Type

array

$validate

$validate : array

字段验证规则

Type

array

$propsRule

$propsRule : array

组件属性设置规则

Type

array

Methods

__construct()

__construct(String  $field, String  $title, String  $value = null) 

FormComponentDriver constructor.

Parameters

String $field

字段名

String $title

字段昵称

String $value

字段值

col()

col(  $span) : $this

Parameters

$span

Returns

$this

setProps()

setProps(array  $props = array()) : $this

批量设置组件的规则

Parameters

array $props

Returns

$this

getProps()

getProps(  $name) : mixed|null

获取组件的规则

Parameters

$name

Returns

mixed|null

value()

value(string|array  $value) : $this

设置组件的值

Parameters

string|array $value

Returns

$this

getValue()

getValue() : string

获取组件的值

Returns

string

getField()

getField() : String

获取组件的字段名

Returns

String

getTitle()

getTitle() : String

设置组件的昵称

Returns

String

required()

required(boolean  $required = true) : $this

Parameters

boolean $required

Returns

$this

validate()

validate(array  $validate) : $this

添加验证规则

Parameters

array $validate

Returns

$this

__call()

__call(  $name,   $arguments) : $this

设置组件属性

Parameters

$name
$arguments

Throws

\Exception

Returns

$this

build()

build() : array

Returns

array

()

() : 

$this type(String $type) frame类型, 有input, file, image, 默认为input

Returns

()

() : 

$this src(String $src) iframe地址

Returns

()

() : 

$this maxLength(int $length) value的最大数量, 默认无限制

Returns

()

() : 

$this icon(String $icon) 打开弹出框的按钮图标

Returns

()

() : 

$this height(String $height) 弹出框高度

Returns

()

() : 

$this width(String $width) 弹出框宽度

Returns

()

() : 

$this spin(Boolean $bool) 是否显示加载动画, 默认为 true

Returns

()

() : 

$this frameTitle(String $title) 弹出框标题

Returns

()

() : 

$this handleIcon(Boolean $bool) 操作按钮的图标, 设置为false将不显示, 设置为true为默认的预览图标, 类型为file时默认为false, image类型默认为true

Returns

()

() : 

$this allowRemove(Boolean $bool) 是否可删除, 设置为false是不显示删除按钮

Returns

init()

init() 

组件初始化

setRequired()

setRequired(null  $message = '',   $trigger = 'change',   $type = null) : $this

设置组件的值为必填

Parameters

null $message
$trigger
$type

Returns

$this