Types
The Editor options and API interfaces specify the data types that each option or method expect to operate with, and the data type that they return (for methods). For brevity and clarity in the reference documentation, rather than detailing each data type in the main documentation, the data types are fully defined here.
Library | Name | Summary |
---|---|---|
Editor | Editor instance | |
Editor | Editor field instance | |
Editor | Editor button configuration options | |
Editor | Field configuration options common to all field types | |
Editor | Form display and interaction options | |
Javascript | Javascript | |
Javascript | Javascript | |
Javascript | Javascript | |
Javascript | Subset of the Javascript | |
Javascript | jQuery object instance | |
Javascript | DOM element | |
Javascript | Javascript | |
Javascript | Javascript | |
Javascript | Javascript | |
Javascript | Javascript | |
Javascript | Javascript |
Please note that the types defined here are simple summaries of the data types that DataTables and Editor parameters and functions operate with, included for the completeness of this documentation. For a full, detailed and accurate description of Javascript object types, please refer to the excellent Mozilla Developer Network documentation.