Widget Number - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Widget Number (/showthread.php?tid=935) |
Widget Number - adiaz - 10.08.2017 Hi! I need to know the Widget Number but i don't know how to get this. Thanks! RE: Widget Number - admin - 10.08.2017 Right click on your widget in the Visualization and select "inspect element". There you will find something like <div id="widget-1", where 1 is widget id. |