From caab56810cd019482ce6055ab942dc07249f48fd Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 18 May 2015 14:40:45 +1200 Subject: Add report panel toolbar --- web/app/view/report/ReportController.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 web/app/view/report/ReportController.js (limited to 'web/app/view/report/ReportController.js') diff --git a/web/app/view/report/ReportController.js b/web/app/view/report/ReportController.js new file mode 100644 index 000000000..92fd1ba7e --- /dev/null +++ b/web/app/view/report/ReportController.js @@ -0,0 +1,24 @@ +/* + * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +Ext.define('Traccar.view.report.ReportController', { + extend: 'Ext.app.ViewController', + alias: 'controller.report', + + onSelectionChange: function(selected) { + } + +}); -- cgit v1.2.3