[CLOSED] [1.0] MultiField controls overlapping

  1. #1

    [CLOSED] [1.0] MultiField controls overlapping

    In the example below, the trigger button for the first DateField is partially obscured by the second DateField. This only appears to have happened since I updated from SVN yesterday.

    Thanks

    Dan

    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">    
        
    </head>
    <body>
        <form id="Form1" runat="server">
            <ext:ResourceManager ID="ResourceManager1" runat="server">
            </ext:ResourceManager> 
            
            <ext:FormPanel runat="server" Width="800" Height="600" LabelWidth="200" Title="Example form">
                <Items>
                    <ext:MultiField FieldLabel="Dates">
                        <Fields>
                            <ext:DateField runat="server" Note="Start"></ext:DateField>
                            <ext:DateField runat="server" Note="End"></ext:DateField>
                        </Fields>
                    </ext:MultiField>
                </Items>
            </ext:FormPanel>
        </form>
    </body>
    </html>
  2. #2

    RE: [CLOSED] [1.0] MultiField controls overlapping

    Hi,

    Fixed. Please update from SVN


    By the way, the <ext:MultiField> component has been replaced with the <ext:CompositeField> and will be removed from before the v1.0 release.


  3. #3

    RE: [CLOSED] [1.0] MultiField controls overlapping

    Thanks Vladimir.

    Dan

Similar Threads

  1. Initializing MultiField Controls in Tabs
    By IFLOW in forum 1.x Help
    Replies: 2
    Last Post: Jul 30, 2010, 10:16 AM
  2. [CLOSED] MultiField Fill
    By sdevanney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 29, 2010, 6:16 AM
  3. [CLOSED] Multifield bug?
    By state in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Sep 11, 2009, 5:28 AM
  4. [CLOSED] FileuploadField and Multifield
    By HOWARDJ in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 24, 2009, 4:43 PM

Posting Permissions