[CLOSED] MaxLength fix for TextArea

  1. #1

    [CLOSED] MaxLength fix for TextArea

    Hi, I had this working... MaxLength="250" for text areas and it would type for a few seconds and then chunk/truncate the data to 250 after a few seconds. It was great behavior! (A visual cue that you've typed too much) Now the MaxLength does not work after downloading the latest Coolite SVN. Can you check it out? I've seen the scroll bars work better so I guess you're working on that TextArea control...

    
                        <ext:Anchor>
                            <ext:TextArea ID="txtEnglishDescription" runat="server" FieldLabel="English" Height="75" Width="320" MaxLengthText="250" />
                        </ext:Anchor>
  2. #2

    RE: [CLOSED] MaxLength fix for TextArea

    Actually I had MaxLengthText by accident, by changing to MaxLength it works... so what is the difference between the two?
  3. #3

    RE: [CLOSED] MaxLength fix for TextArea

    Hi,

    According documentation

    MaxLengthText - Error text to display if the maximum length validation fails (defaults to 'The maximum length for this field is {maxLength}').
    Last edited by geoffrey.mcgill; Feb 22, 2011 at 4:39 AM.

Similar Threads

  1. [CLOSED] MaxLength Property
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 26, 2012, 2:14 PM
  2. [CLOSED] TextArea : MaxLength not working
    By jeybonnet in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 11, 2010, 7:00 PM
  3. [CLOSED] Textarea maxlength
    By bethc in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 23, 2009, 3:02 PM
  4. Replies: 4
    Last Post: Aug 10, 2009, 5:23 AM
  5. Set the MaxLength For TextArea control
    By Dinesh.T in forum 1.x Help
    Replies: 1
    Last Post: May 30, 2009, 2:08 AM

Posting Permissions