[OPEN] [#669] TextArea resizable config

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [OPEN] [#669] TextArea resizable config

    On version 2.x, it was possible to define TextArea resizable as shown below:

    <!DOCTYPE html>
    <html>
    <head id="Head1" runat="server">
    </head>
    <body>
        <ext:ResourceManager runat="server" />
        <ext:TextArea ID="TextArea1" Width="300" Grow="true" GrowMin="38" GrowMax="110" runat="server">
            <ResizableConfig ID="ResizableConfig1" Handles="South" runat="server" />
        </ext:TextArea>
    </body>
    </html>
    On version 3.1.0, it does not work anymore.
    Last edited by Daniil; Jan 30, 2015 at 2:33 PM. Reason: [OPEN] [#669]

Similar Threads

  1. [CLOSED] Issue with Resizable Textarea
    By amitpareek in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Apr 14, 2014, 11:04 PM
  2. Resizable control
    By bilgecooliteforum in forum 1.x Help
    Replies: 1
    Last Post: May 07, 2010, 4:16 AM
  3. Replies: 1
    Last Post: Mar 17, 2010, 7:39 AM
  4. [CLOSED] Resizable & TextArea Grow="true"
    By ljcorreia in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 21, 2010, 8:19 AM
  5. [CLOSED] Resizable
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 14, 2009, 8:10 AM

Posting Permissions