Thanks for the answer
My problem if different: I'm watching a script (message gradiator) and in the XML file there are 3 buttons:
<Control xsi:type="ButtonControl" Id="BtnDisable"><Position Top="220" Left="45" Width="60"/><Caption>Disabilita</Caption></Control>
<Control xsi:type="ButtonControl" Id="BtnClose"><Position Top="220" Left="115" Width="60"/><Caption>Salva e Esci</Caption></Control>
<Control xsi:type="ButtonControl" Id="BtnCancel"><Position Top="220" Left="185" Width="60"/><Caption>Annulla</Caption></Control>
Ids are "BtnDisable",BtnClose",BtnCancel", and they are 3 buttons to save, cancel and exit from the xml window.
If i want to rename these IDs or create another button to quit from the window, where I have to change something? If I change IDs, buttons become useless.. so, in other words, where the ids are linked?
Ps. no traces of these IDs with a search in the JS part.