In Titanium how do I fetch data from inside a TableViewRow?
Posted
by MatthewFord
on Stack Overflow
See other posts from Stack Overflow
or by MatthewFord
Published on 2010-05-03T20:22:31Z
Indexed on
2010/05/03
20:28 UTC
Read the original article
Hit count: 272
titanium
|JavaScript
I've added a ImageView and a Label to a TableViewRow, I've attached an on click event listener, so I can get the row, but how can I access the label inside of that row?
Is there a way to find the objects added to the row object?
© Stack Overflow or respective owner