[CLOSED] A Field note doesn't extend to the right when setting the Field width using the inputWidth

Threaded View

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

    [CLOSED] A Field note doesn't extend to the right when setting the Field width using the inputWidth

    Please see this sample and the screen shot:

    I tested it using the trunk version as of yesterday.

    <%@ Page Language="C#" %>
    
    <%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>
        
    <!DOCTYPE html>
    
    <html>
    <head id="Head1" runat="server">
        <title>Field Note - Ext.NET Examples</title>
        <link href="/resources/css/examples.css" rel="stylesheet" />
        
        <style>
            .red-note {
                color: red !important;
            }
        </style>
    </head>
    <body>
        <ext:ResourceManager ID="ResourceManager1" runat="server" />
        <form id="Form1" runat="server">        
            <ext:FormPanel ID="FormPanel1" runat="server" BodyPadding="5" Height="180">
              <FieldDefaults LabelAlign="Right" LabelWidth="100" LabelSeparator=""/>
                <Items>
                    <ext:TextField ID="TextField2" runat="server" FieldLabel="Field1" Note="The quick brown fox jumps over the lazy dog" width="200" InputWidth="300"/>
                </Items>
            </ext:FormPanel>
        </form>    
    </body>
    </html>
    Click image for larger version. 

Name:	field_note.PNG 
Views:	115 
Size:	3.6 KB 
ID:	5430
    Last edited by Daniil; Jan 21, 2013 at 2:35 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] dropdown field width
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 02, 2012, 7:28 PM
  2. [CLOSED] Note Align Not Working in Composite Field
    By alexkay in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Aug 12, 2010, 9:11 PM
  3. Replies: 2
    Last Post: Apr 09, 2010, 9:25 AM
  4. Replies: 3
    Last Post: Jul 14, 2009, 7:02 AM
  5. [CLOSED] Field Note desn't Hide!
    By Immobilmente in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 09, 2009, 11:32 AM

Posting Permissions