Exception class for classes that could not be loaded.

Exception class for Fieldmanager's developer errors.

Exception class for duplicate submenu names.

Exception class for Fieldmanager's fatal errors.

Exception class for uninitialized submenus.

Exception class for Fieldmanager's validation errors.

Text field that responds to user input with autocomplete suggestions (optionally via an ajax request).

Single boolean checkbox.

A set of multiple checkboxes which submits as an array of the checked values.

Color picker field which submits a 6-character hex code with the hash mark.

Abstract content field for rendering content.

Content field which renders HTML using wp_kses_post().

Content field which renders Markdown using the Parsedown library.

Content field which renders escaped plaintext.

Base class for contexts.

Use fieldmanager to ad custom fields to a menu item.

Use Fieldmanager on the public-facing theme.

Use fieldmanager to create meta boxes on the new/edit post screen and save data primarily to post meta.

Use fieldmanager to add fields to the "quick edit" (post list inline editing) and save data primarily to post meta.

Base class for contexts that store data.

Use fieldmanager to create arbitrary pages in the WordPress admin and save data primarily to options.

Use fieldmanager to create meta boxes on the new/edit term screens and save data primarily to term meta.

Use fieldmanager on the user profile screen and save data primarily to user meta.

Datasource base class to populate autocomplete and option fields.

Datasource to populate autocomplete and option fields with WordPress Posts.

Datasource to populate autocomplete and option fields with WordPress terms.

Datasource to populate autocomplete and option fields with WordPress Users.

A JavaScript date-picker which submits dates as Unix timestamps.

An interface for dragging posts from a repository to assorted buckets.

Abstract base class containing core functionality for Fieldmanager fields.

Fieldmanager_Grid deprecated

Data grid (spreadsheet) field.

Define a groups of fields.

Hidden input field.

Link (url) field

A field to select an attachment via the WordPress Media Manager.

Abstract base class for handling option fields, like select elements, checkboxes or radios.

Text field which hides the user input.

A collection of multiple radio button fields.

WordPress visual editor (TinyMCE) which submits HTML.

Select dropdown or multi-select field.

Multi-line text field.

Single-line text field.

Asset management.

Use Fieldmanager to store meta data for taxonomy terms.

Framework for user-facing data validation.