Adding to the Pull Down menu in Touch - 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: Adding to the Pull Down menu in Touch (/showthread.php?tid=5448) |
Adding to the Pull Down menu in Touch - GCXO - 02.06.2024 Hi, Is there a way to add an option in the pulldown menu in the touch interface to perform an action as setting a Objectvalue to a certain value or maybe run a function in javascript? For example I would like to add under General , Turn off alarms, which I need to send a value do an grpip. Thanks, Gabe RE: Adding to the Pull Down menu in Touch - GCXO - 02.06.2024 I've figured it out. For anyone else who needs to do this Code: document.addEventListener('DOMContentLoaded', function() { It will appear in the left sidebar menu |