Traits
Interfaces, Classes and Traits
- CollapsableWidget
- Collapsable Widget Trait Adds collapse/expand item features to back-end widgets
- ErrorMaker
- Error Maker Trait Adds exception based methods to a class, goes well with `System\Traits\ViewMaker`.
- FormModelSaver
- Implements special logic for processing form data, typically from from postback, and filling the model attributes and attributes of any related models. This is a customized, safer and simplified version of `$model->push()`.
- FormModelWidget
- Form Model Widget Trait
- InspectableContainer
- Inspectable Container Trait Extension for controllers that can host inspectable widgets (Components, etc.)
- PreferenceMaker
- Preference Maker Trait
- SearchableWidget
- Searchable Widget Trait Adds search features to back-end widgets
- SelectableWidget
- Selectable Widget Trait Adds item selection features to back-end widgets
- SessionMaker
- Session Maker Trait
- UploadableWidget
- Uploadable Widget Trait Adds media library upload features to back-end widgets
- WidgetMaker
- Widget Maker Trait