The Palette Color field allows you to display a set of color palettes that a theme or plugin might use throughout, giving your users a choice of UI colors. Arguments Name Type Default Description type string ‘palette’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other […]
Category: Fields
Redux comes packed with a variety of fields. Each has his its own set of arguments that can alter what that field does. Rather than make multiple fields for the same type of field, arguments are used to customize the field to do multiple things.
If a piece of data is missing, please let us know.
callback
coming soon!
The Redux API
With Redux 3.5+, we’ve completely redesigned the way in which config files for Redux Framework options panels are created. In the past, the process involved creating a PHP class, dividing the declaration of arguments, help tabs, and section into different functions and feeding them into a new instance of the Redux Framework object (see sample-config-legacy.php […]
Getting started with Fields
Fields are blocks of arrays that represent the individual options within a specific options panel, set via a Sections array. The Section array contains an argument titled fields, which accepts an array, or several blocks of arrays, separated by commas. This is where all field arrays are place. A basic example is shown below. For […]
ACE Editor
The ACE Editor field offers the ability to edit back-end code in an easy to use and easy to read embedded interface. In addition to matching the features of native code editors such as Sublime, Vim and TextMate, ACE offers real-time checking for code accuracy. Arguments hintsarrayArray containing the content and optional title arguments for […]
Background
The Redux Background field offers unmatched features not found in any other options framework. Users will be able to present the background designs found in professionally authored pages with a few simple clicks. Arguments Name Type Default Description type string ‘background’ Controls the field type id string Must be unique to all other options. title […]
Border
The Border field is a great way to set the border properties of any HTML object that supports the border property. Arguments Name Type Default Description type string ‘border’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the […]
Button Set
The button set gives you a button bar to set options. It can be useful when you want to group a number of options together in a more advanced radio or checkbox (multi argument, see blow). Arguments Name Type Default Description type string ‘button_set’ Value identifying the field type. id string Unique ID identifying the […]
Checkbox
The Checkbox field may be used to offer a single check option, or a group of multi-check options. Arguments Name Type Default Description type string ‘checkbox’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string […]
Color
The Color field redefines simplicity. Point and click to chose any color in the spectrum. Arguments Name Type Default Description type string ‘color’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display of […]