Widget id - 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: Widget id (/showthread.php?tid=4500) |
Widget id - CristianAgata - 15.01.2023 Hi @all, an information, I must apply a css to a single element in a widget. But the id of a widget it is always the same or if I will add other elements in the project it changes? example <div class="cell" id="u-1ff3a50c3c5e21aaef5cf50431a855c2" style="width: 330px;....... I need to know if this "id" remains as long as I will remove this element. Best regards Cristian RE: Widget id - admin - 16.01.2023 Widget ID is unique across the whole project. It does not change for the given widget instance. RE: Widget id - CristianAgata - 16.01.2023 (16.01.2023, 07:54)admin Wrote: Widget ID is unique across the whole project. It does not change for the given widget instance. Thanks for the feedback. |