[CLOSED] Buttons in Textarea

  1. #1

    [CLOSED] Buttons in Textarea

    Good Afternoon all

    I need to show Buttons in a text area. The Button is used to show the full text in case that the text length exceeds a given value.

    Can I add a button to a corner of a text area ? I tried to add a 'RightButton' but that looks not very nice :-/ (See the Attached Printscreen)

    So. Any Idea how to solve this Problem ?

    Kind Regards
    PeterClick image for larger version. 

Name:	2015-09-09_16-43-13.png 
Views:	84 
Size:	5.2 KB 
ID:	24219
    Last edited by Daniil; Sep 11, 2015 at 8:55 AM. Reason: [CLOSED]
  2. #2
    Hi Peter,

    Maybe, this is an option.

    Example
    <%@ Page Language="C#" %>
    
    <!DOCTYPE html>
    
    <html>
    <head runat="server">
        <title>Ext.NET v2 Example</title>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager runat="server" />
            
            <ext:FieldContainer runat="server" Layout="HBoxLayout" Width="200">
                <Items>
                     <ext:TextArea runat="server" />
                    <ext:Button runat="server" Icon="Accept" />
                </Items>
            </ext:FieldContainer>
        </form>
    </body>
    </html>
  3. #3
    Jup, I can do it like that !

    Thanks Daniil

Similar Threads

  1. [CLOSED] TextArea's RightButtons vs TextArea's height
    By RCN in forum 3.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 26, 2015, 6:30 AM
  2. Bug Textarea
    By sysmo in forum 2.x Help
    Replies: 1
    Last Post: Nov 21, 2012, 7:04 PM
  3. [CLOSED] [1.0] Radio buttons that appear as buttons
    By MP in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 24, 2010, 6:28 PM
  4. TextArea in IE6 can not display??
    By wkcode in forum 1.x Help
    Replies: 1
    Last Post: Apr 01, 2009, 11:30 PM
  5. Image buttons / Custom built buttons
    By conman in forum 1.x Help
    Replies: 2
    Last Post: Jul 15, 2008, 11:01 AM

Posting Permissions