input()
input( $field, $title, string $value = '', string $type = \FormBuilder\components\Input::TYPE_TEXT) : \FormBuilder\components\Input
获取input组件
Parameters
| $field | ||
| $title | ||
| string | $value | |
| string | $type |
Class FormInputTrait
input( $field, $title, string $value = '', string $type = \FormBuilder\components\Input::TYPE_TEXT) : \FormBuilder\components\Input
获取input组件
| $field | ||
| $title | ||
| string | $value | |
| string | $type |
text( $field, $title, string $value = '') : \FormBuilder\components\Input
| $field | ||
| $title | ||
| string | $value |
password( $field, $title, string $value = '') : \FormBuilder\components\Input
| $field | ||
| $title | ||
| string | $value |
textarea( $field, $title, string $value = '') : \FormBuilder\components\Input
| $field | ||
| $title | ||
| string | $value |
url( $field, $title, string $value = '') : \FormBuilder\components\Input
| $field | ||
| $title | ||
| string | $value |
email( $field, $title, string $value = '') : \FormBuilder\components\Input
| $field | ||
| $title | ||
| string | $value |
idate( $field, $title, string $value = '') : \FormBuilder\components\Input
| $field | ||
| $title | ||
| string | $value |