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 =...
Display resultset (text) within a label, multiline
I´m actually trying to fetch some data from the underlying sqlite database on iPhone platform. This does work pretty well, indeed. This works for simple text only. Multiline (with \n and \r) does not. Does someone know how to solve this, how to make...
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?
Multiline TableViewRow Footer
I'd like to add a multiline footer to a TableView row, like the ones you can see in the iPhone settings app (in the sound settings, for example). When I use foo.footer = 'bar', the footer text is cut with '...' (I don't know what it's called in English...
mutiline tablerow from database
hey guys, When I load my tableview from a local database, it doesnt show the whole data. In fact, it just shows the first few letters and then it puts ellipses on the end. Is there a way i can show multiline data from a database? What i would like to do is...
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