frame()
frame( $field, $title, $src, string $value = '', string $type = \FormBuilder\components\Frame::TYPE_INPUT) : \FormBuilder\components\Frame
Parameters
| $field | ||
| $title | ||
| $src | ||
| string | $value | |
| string | $type |
Class FormFrameTrait
frame( $field, $title, $src, string $value = '', string $type = \FormBuilder\components\Frame::TYPE_INPUT) : \FormBuilder\components\Frame
| $field | ||
| $title | ||
| $src | ||
| string | $value | |
| string | $type |
frameInputs( $field, $title, $src, array $value = array()) : \FormBuilder\components\Frame
| $field | ||
| $title | ||
| $src | ||
| array | $value |
frameFiles( $field, $title, $src, array $value = array()) : \FormBuilder\components\Frame
| $field | ||
| $title | ||
| $src | ||
| array | $value |
frameImages( $field, $title, $src, array $value = array()) : \FormBuilder\components\Frame
| $field | ||
| $title | ||
| $src | ||
| array | $value |
frameInputOne( $field, $title, $src, string $value = '') : \FormBuilder\components\Frame
| $field | ||
| $title | ||
| $src | ||
| string | $value |
frameFileOne( $field, $title, $src, string $value = '') : \FormBuilder\components\Frame
| $field | ||
| $title | ||
| $src | ||
| string | $value |
frameImageOne( $field, $title, $src, string $value = '') : \FormBuilder\components\Frame
| $field | ||
| $title | ||
| $src | ||
| string | $value |