Hi,
I have the following question. I want get a element by id in Alloy of a file XML from differents "js". For example:
My.XML
<Alloy> <Label id=label_id ></Label> </Alloy>
My.js
----
Other.js
$.lable_id.setText("Text")
This don't work. How can get this label from any file "js"?