[CLOSED] Remove textarea border

  1. #1

    [CLOSED] Remove textarea border

    How to remove textarea borders ?
    Last edited by Daniil; Jul 29, 2015 at 1:24 PM. Reason: [CLOSED]
  2. #2
    Hi @miltonfoti,

    Please look at the example.

    Example
    <%@ Page Language="C#" %>
    
    <!DOCTYPE html>
    <html>
    <head runat="server">
        <title>Ext.NET v3 Example</title>
    
        <style>
            .my-textarea .x-form-text-wrap {
                border: none;
            }
    
            .my-textarea .x-form-textarea {
                background-image: none;
            }
        </style>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager runat="server" />
            
            <ext:TextArea runat="server" Cls="my-textarea" />
        </form>
    </body>
    </html>
  3. #3
    thank's Daniil, very helpful.

Similar Threads

  1. Replies: 6
    Last Post: Jun 23, 2015, 10:56 AM
  2. [CLOSED] StatusBar : Remove Border
    By matrixwebtech in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 04, 2015, 9:06 PM
  3. [OPEN] [#149] Remove border from panel header and body
    By jchau in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 12, 2013, 5:32 AM
  4. [CLOSED] How to remove the TabPanel header bottom border?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 12, 2010, 3:09 PM
  5. Border Layout
    By oskarni in forum 1.x Help
    Replies: 7
    Last Post: Apr 10, 2008, 9:19 PM

Tags for this Thread

Posting Permissions