Community Questions & Answers

Multiline text in table view row

Same question link in [Stack Overflow] [1] I'm working on a tableView based application in Titanium. I need to show long text contents in my table view rows. This is the code I'm using to create my table view row. var row =...

Multiline Label?

Hello there, maybe this is a very dumb question, but i'm trying to add a multiline text into a table row. i'm not sure if i'm doing it right. is there a way to make a label being multiline?

adding new line to textarea

Hello, We have a web service that returns a text with multiple lines example: ~~~ This is line 1 /r This is line 2 /r/r This is line 3 ~~~ Now we want to maintain the lines in the text and insert it into a textarea. How do i do that? We now have...

multiple line on tableview row?

I have my tableview that is pulling records locally as list of addresses, and I'm trying to add something along the lines of Address (pulled from db) x miles from location I can add the x miles by doing the following ~~~ data.push({ id:...

Showing 1-7 of 7