var Views = {};
Views is an Object. Now i add Views[1].add(TextField);
How can i access Views[1].TextField.value
When i alert Views Object, i get this…
{"2":"[Ti.UI.View]","1":"[Ti.UI.View]"}
http://developer.appcelerator.com/apidoc/mobile/1.6.0/Titanium.UI.View.add-method.html
It should be something like this
Where children is the added element in the view.
It could be any