Hi, I have a mySql db which stores data from over a dozen sensors and display the data on a web page hosted by my website using the Chart.js extension with no problem.
In mySql I have several function's which checks the data and sets various flags in an error table if the sensor readings move outside a defined range, again no issues here.
My question is, is there a way to have an object (Editbox, Shape, Button etc) on my webpage (WYSIWYG) change color depending on a mySqli query of the error table?
Other than possible modify the webpage php code which I am not keen on doing, is there an extension which exists to do this??
mySql Functions, Tables and Extensions
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: mySql Functions, Tables and Extensions
This is a very specific requirement, so there is no standard solution for this.
You will need to implement your own script.
You will need to implement your own script.