ORIENT/modules/backend/widgets
Samuel Georges 98eb4f8239 Add support for "relation" with Tree models
- This makes the list slightly more efficient for small collections, less efficient for larger collections. If this becomes a problem in future we may need to look at a solution that grabs all the root nodes to start, then lazy loads any expanded nodes as secondary AJAX requests.
- Write tests for the Tree trait improvements
Fixes #1647
2016-02-27 11:29:07 +11:00
..
filter/partials Move filter to UI lib 2015-05-29 19:24:49 +10:00
form Add support for HTML comments 2016-02-27 09:46:00 +11:00
lists Add official support for "nolink" columns - Fixes #1599 2015-12-05 10:05:42 +11:00
reportcontainer Move storm to its own build 2015-07-29 19:13:42 +10:00
search/partials Alleviate the Search Widget of its need for a <form> tag 2014-09-06 14:03:37 +10:00
table Add oc.tableUpdateData event and readOnly to string processor 2016-02-20 15:38:29 +11:00
toolbar/partials Decouple the toolbar from the layout system 2015-08-26 20:24:37 +10:00
Filter.php Pass filter conditions thru dongle 2016-01-12 21:17:07 +11:00
Form.php Minor tidy and rollback from #1720 2016-02-13 14:41:17 +11:00
Lists.php Add support for "relation" with Tree models 2016-02-27 11:29:07 +11:00
ReportContainer.php These methods should be protected, update client lang 2015-08-04 10:01:17 +10:00
Search.php Refactor Search widget 2015-02-28 13:45:14 +11:00
Table.php Oddly, JS may pass false as a string (@todo) 2016-02-20 17:15:21 +11:00
Toolbar.php Refactor the toolbar widget 2015-02-28 13:54:00 +11:00