-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add alignment and template feature for html and js #2503
Comments
This library also brings some more features, like a date picker and a better graph than, but I believe amcharts is superior. There was an update in the fuscabr library that happened after the packaging of ScadaBR 1.2 that brings an html editor with colors identifying the codes, but I saw something along those lines being done in scada-lts as well. |
Hi @fabiodurao, Regards, |
- in publicView.jsp and page.tag addded imports of fuscaBR library - Solved GET 404 error with exceptions in web.xml file for .json and .html file format To be checked for tests: - Allignment tool in graphical view (align.js) - Calendar module in chart comparator (calendar.js) - Applying code templates for HTML and Server-sided script components (csnippet.js) NOTE: running `chown -R user_name fuscabr` might help if you are still getting 404 error
- in publicView.jsp and page.tag addded imports of fuscaBR library - Solved GET 404 error with exceptions in web.xml file for .json and .html file format To be checked for tests: - Allignment tool in graphical view (align.js) - Calendar module in chart comparator (calendar.js) - Applying code templates for HTML and Server-sided script components (csnippet.js) NOTE: running `chown -R user_name fuscabr` might help if you are still getting 404 error
- corrected template acknowledgeAlarms.html;
…lates: binaryText.js changePassword.js checkbox.js demoFunctions.js fuscabrChartLatest.js fuscabrChartTime.js gauge.js historyCSV.js imageButton.js numericSelector.js pulseButton.js slider.js
…nd_template_feature_for_html_and_js Feature/#2503 add alignment and template feature for html and js
…nd_template_feature_for_html_and_js #2503 add alignment and template feature for html and js - fixed chan…
Is your feature request related to an issue? Please describe.
It is still a lot of work to develop synoptic screens, especially when we want to perform alignments. The heart of the most interesting features are in the html and server side script components, however, for the average user, it lacks knowledge to develop a javascript and html to build a slider for example.
Describe the solution you would like
There is a library called FuscaBR that was developed by Celso and later added in the ScadaBR 1.2 version that solves these problems.
Code Editor module (ceditor.js): integrates the powerful CodeMirror code editor to ScadaBR, improving the user experience when using resources involving script creation.
Describe the alternatives you considered
I already read something about an alignment tool that was being developed in Scada-LTS, but I believe that fuscaBR can be a faster alternative to bring the resource.
Additional context
Initially it was made to work on ScadaBR and later it was added as official in the ScadaBR 1.2 installer. There is even an installer to add it to a pre-existing ScadaBR installation. I tried installing it with the installer and manually, but clearly there are differences that prevent direct integration, my suggestion is that it be adapted, I imagine it is not too complicated, follow the link to the library and images of what it does. /~https://github.com/celsou/fuscabr
The text was updated successfully, but these errors were encountered: