Support #2799
closedReport Manager - Use of custom script on top of Report Manager
100%
Description
Hi, Is it possible (and if yes, how difficult it would be) to let the Report Manager execute a custom javascript?
For example, such javascript would do some minor DOM manipulation to make the interaction with user more friendly, e.g. attach tooltips, use different jquery edition plugins (date, coordinates, etc).
If not technically feasible, could you just clarify which are the gCube UI components that should be considered for these kinds of UI improvements.
Thanks in advance
Updated by Massimiliano Assante about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Reports Manager has been written in Google Webtool Kit (GWT), therefore embedding custom Javascript is feasible by using JSNI http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJSNI.html
Also, Reports Manager is open source and you can download the eclipse project from SVN here: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/reports
Updated by Emmanuel Blondel about 9 years ago
Thanks a lot Massimiliano, i will have a look to JSNI then.