Arguments
Name | Type | Default | Description |
---|
type | string | backup | Type of the field |
title | string | | Title of the Field |
subtitle | string | | Description to display after the field |
desc | string | | Description to display after the field |
help | string | | Text to display on right-corner (as hover/popup) of the field. |
class | string | | Extra CSS classes (space separated) to append to the field |
before | string | | Content to display before the field |
after | string | | Content to display after the field |
Backup Field Example
array(
'type' => 'backup',
),
Was this article helpful to you?
Yes
No