Logic Machine Forum
Touch button rename in JS or CSS - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Touch button rename in JS or CSS (/showthread.php?tid=2195)



Touch button rename in JS or CSS - Auzzii - 12.08.2019

Hello,

Can somebody help me with changing touch button text x to "-" and ✓ to "+" and remove btn-success green color. JS or CSS

Thank you in advance,


RE: Touch button rename in JS or CSS - Daniel - 12.08.2019

Hi
Check this https://forum.logicmachine.net/showthread.php?tid=2170&pid=13591#pid13591
BR


RE: Touch button rename in JS or CSS - admin - 12.08.2019

Or you can use a 4-bit object and get -/+ on one line. Then use a simple event script to adjust output value as needed.


RE: Touch button rename in JS or CSS - Auzzii - 16.08.2019

Thank, Admin

its works for me Smile