ORIENT/modules/backend/widgets
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
..
filter/partials Add filter of type text in backend list (#3094) 2017-11-06 12:07:53 -06:00
form Change number field type to use HTML5 number type 2018-12-06 14:40:33 -06:00
lists Adds align support to non-sortable list column headers (#3638) 2018-07-15 00:56:09 -04:00
mediamanager Recompiled LESS using new CSS minification 2018-12-20 13:41:09 -06:00
reportcontainer Added backend.manage_default_dashboard permission to lock down who has access to change the default dashboard for the system. Fixes #2176 2018-12-20 17:26:49 -06:00
search/partials Fix issue where the clear search button would submit a form if the search widget is within an HTML form 2018-12-28 11:51:51 -06:00
table Datatable dropdown usability tweaks (#3980) 2018-12-16 09:30:23 -06:00
toolbar/partials Decouple the toolbar from the layout system 2015-08-26 20:24:37 +10:00
Filter.php Fix the filter options being escaped twice (#4032) 2019-01-03 14:04:26 -06:00
Form.php Pass the containing Form widget to the FormFields that it generates. 2019-01-10 10:22:59 -06:00
Lists.php Redirect user to last available page in list widget if current page is unavailable (#4020) 2018-12-30 12:49:42 -06:00
MediaManager.php Annotate class methods 2018-08-30 13:37:39 +10:00
ReportContainer.php Added backend.manage_default_dashboard permission to lock down who has access to change the default dashboard for the system. Fixes #2176 2018-12-20 17:26:49 -06:00
Search.php Extract child instructions 2018-08-15 19:25:42 +02:00
Table.php Remove "null" assignments 2018-08-15 18:33:24 +02:00
Toolbar.php {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00