ORIENT/modules/backend/classes
Luke Towers 1b3263d4c7 Pass the containing Form widget to the FormFields that it generates.
This enables complex FormWidgets that need to know what Form widget they belong to to access that information with $this->formField->form; This also enables a fix for: https://github.com/rainlab/location-plugin/issues/48
2019-01-10 10:22:59 -06:00
..
AuthManager.php Compiled assets, minor docblock update 2019-01-03 16:26:30 -06:00
BackendController.php Ignore controllers of disabled plugins (#3923) 2018-11-15 13:51:11 -06:00
Controller.php Added backend.ajax.beforeRunHandler event 2018-10-14 10:32:47 -06:00
ControllerBehavior.php Replace is_null with "=== null" comparison 2018-08-15 18:54:46 +02:00
FilterScope.php Remove "null" assignments 2018-08-15 18:33:24 +02:00
FormField.php Pass the containing Form widget to the FormFields that it generates. 2019-01-10 10:22:59 -06:00
FormTabs.php Add Tab icons functionality (#3901) 2018-10-30 20:06:33 -06:00
FormWidgetBase.php Base getLoadValue to look at form field first 2017-06-06 20:44:15 +10:00
ListColumn.php Added align property to list columns definition (#3509) 2018-04-17 23:34:08 -06:00
NavigationManager.php Refactor ternary operators to null coalescing operators 2018-08-15 19:15:13 +02:00
ReportWidgetBase.php Updating backend/classes 2014-10-10 23:12:50 +02:00
Skin.php Extract child instructions 2018-08-15 19:25:42 +02:00
WidgetBase.php Remove unused imports 2018-08-24 19:51:59 +02:00
WidgetManager.php Refactor ternary operators to null coalescing operators 2018-08-15 19:15:13 +02:00