Class | TextLineEditorWidget | Wrapper for the lazr-js inlineedit/editor.js widget. |
Class | TextAreaEditorWidget | Wrapper for the multine-line lazr-js inlineedit/editor.js widget. |
Class | InlineEditPickerWidget | Wrapper for the lazr-js picker widget. |
Function | vocabulary_to_choice_edit_items | Convert an enumerable to JSON for a ChoiceEdit. |
Unknown Field: vocab | The enumeration to iterate over. | |
Unknown Field: css_class_prefix | If present, append this to an item's value to create the css_class property for it. | |
Unknown Field: disabled_items | A list of items that should be displayed, but disabled. | |
Unknown Field: name_fn | A function receiving an item and returning its name. | |
Unknown Field: value_fn | A function receiving an item and returning its value. |