-
Notifications
You must be signed in to change notification settings - Fork 123
Textarea field
mattheu edited this page Apr 28, 2013
·
9 revisions
A textarea field
- id (string) (required)
- type 'textarea' (string) (required)
- name (string) Field display name. Used as field label.
- desc (string) Field description. Displayed below label.
- repeatable (bool)
- cols (int) [1-12]
array(
'id' => 'example-field-textarea',
'name' => 'A textarea field',
'type' => 'textarea',
)
- Setup/Install Custom Meta Boxes
- Creating a custom meta box
- Displaying Field Data
- Optional Generic Field Args
- Repeatable Fields
General
- Text Field
- Small Text Field
- Number Field
- URL Field
- Textarea Field
- Code Field
- Select Field
- Checkbox Input Field
- Radio Input Field
Date & Time
WordPress
Media
Utilities