[CLOSED] no line break in text area

  1. #1

    [CLOSED] no line break in text area

    In my program the text areas don't seem to detect a return or enter. The text stays in one line. :(
  2. #2

    RE: [CLOSED] no line break in text area

    Hi,

    Please provide more details. How is reproduce it?
  3. #3

    RE: [CLOSED] no line break in text area

    Hi Sharon,

    Can you post more information?

    By default the line breaks in a TextArea control (or html element) will be represented a "newline" characters (\n) or "return" characters (\r). You might have to replace those characters with an html <br /> if you want to convert to html .

    Is the default functionality of the html <textara> element.

    Hope this helps.

    Geoffrey McGill
    Founder
  4. #4

    RE: [CLOSED] no line break in text area

    Hi Sharon,

    Are you having the same problem I am experiencing: http://forums.ext.net/showthread.php...16429-5-1.aspx?

    When setting the "MaxLength" property on the TextArea it turns in to a single-line text field.

    Dan
  5. #5

    RE: [CLOSED] no line break in text area

    A fix for the issue Dan linked to above has been posted in the thread Dan linked to above.

    Geoffrey McGill
    Founder
  6. #6

    RE: [CLOSED] no line break in text area

    Ok, I can confirm that the error I am experiencing is because of the max length of the text area. If I comment the line with the max length out, I do have a line break. Problem is: The version of the program is already in the end of the testing stage and I will make some people very unhappy if I change the coolite.dlls and they can start testing all over again.

    Is there some way I can fix this without updating from svn? I will of course do that for the next version of the programm.

Similar Threads

  1. Text Area height not work.
    By Mahmudur Rahman in forum 1.x Help
    Replies: 0
    Last Post: Oct 15, 2011, 10:06 AM
  2. [CLOSED] Text Area inside a GripPanel problem
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 10, 2011, 10:00 PM
  3. Out of stack space in Text area
    By Sagar2529 in forum 1.x Help
    Replies: 0
    Last Post: Mar 11, 2011, 11:57 AM
  4. [CLOSED] how to make a text area bold
    By Hari_CSC in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 18, 2010, 4:21 PM
  5. [CLOSED] Dynamic Hyperlink adding HTML Line break after
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 13, 2010, 2:09 PM

Posting Permissions