| View previous topic :: View next topic |
| Author |
Message |
garry.criston
Joined: 11 May 2009 Posts: 1
|
Posted: Mon May 11, 2009 12:24 pm Post subject: Hw I use multiline text ? |
|
|
Hi, This is Garry
I want to know how I use multiline text. Like orkut after sending ?
Reply soon |
|
| Back to top |
|
 |
|
|
 |
peter Joseph
Joined: 11 May 2009 Posts: 1
|
Posted: Mon May 11, 2009 12:38 pm Post subject: Re: |
|
|
Hi Garry,
You can use "str_replace" function in PHP. By this you can use multiline text like orkut.
Regards. |
|
| Back to top |
|
 |
vikas72
Joined: 21 Dec 2007 Posts: 199
|
Posted: Mon May 11, 2009 1:46 pm Post subject: |
|
|
Garry,
Please post details about the context you are talking about. It helps persons who are answering the question. _________________ http://starredreviews.com |
|
| Back to top |
|
 |
William James
Joined: 12 May 2009 Posts: 2
|
Posted: Tue May 12, 2009 11:27 am Post subject: Re: |
|
|
Hi,
Using built-in function "Str_replace" in PHP. you can easily display ur text in muliline..
Regards |
|
| Back to top |
|
 |
AidenJordan
Joined: 14 May 2009 Posts: 2
|
Posted: Thu May 14, 2009 12:15 pm Post subject: Re: |
|
|
Hi,
Tht's true using built-in function "str_replace("<br>","\n",$_REQUEST[desire value])".thn u can get what u want..
Good Day |
|
| Back to top |
|
 |
madhu2300
Joined: 30 May 2009 Posts: 25
|
Posted: Sat May 30, 2009 4:43 pm Post subject: How I use multiline text ? |
|
|
thanks. I tried this property. Now only the first word is showing. How
to increase the cell height? |
|
| Back to top |
|
 |
Ethan
Joined: 01 Jun 2009 Posts: 1
|
Posted: Mon Jun 01, 2009 2:53 pm Post subject: |
|
|
You can control how paragraphs are indented in a multiline text (mtext) object. The ruler in the In-Place Text Editor shows the settings for the current paragraph.
Tabs and indents that you set before you start to enter text apply to the whole multiline text object. To apply different tabs and indents to individual paragraphs, click in a single paragraph or select multiple paragraphs and then change the settings. |
|
| Back to top |
|
 |
Fnand
Joined: 28 Jun 2009 Posts: 36
|
Posted: Fri Jul 03, 2009 12:16 pm Post subject: |
|
|
just try this one out my friend has told me about this.As you can see many times word wrapping is often the desired look for your text areas. Since it makes everything nice and easy to read. tell me if you like it.
Wrap = hard, create a multiline text in textbox in html |
|
| Back to top |
|
 |
jitendra45
Joined: 04 Jul 2009 Posts: 26
|
Posted: Sat Jul 04, 2009 10:15 am Post subject: multiline text |
|
|
You can use "str_replace" function in PHP. By this you can use multiline text like orkut
For example, str_replace("<br>","\n",$_REQUEST[desire value])".
This will fetch the result that we want |
|
| Back to top |
|
 |
|