[FIXED] [1.0] Floating attribute not being emitted for panels

  1. #1

    [FIXED] [1.0] Floating attribute not being emitted for panels

    Hello,

    When you use a panel like

                <ext:Panel ID="Panel1" 
                    runat="server" 
                    Padding="15" 
                    Width="200" 
                    Height="100" 
                    Frame="true" 
                    Floating="true"
                    Shadow="Drop"                 
                    Title="Panel 1" 
                    X="50" 
                    Y="50" 
                    Html="Positioned at x:50, y:50"
                    >                
                    </ext:Panel>
    The floating attribute is not being emitted. The only workaround is that you use:



    
                <ext:Panel ID="Panel1" 
    
                    runat="server" 
    
                    Padding="15" 
    
                    Width="200" 
    
                    Height="100" 
    
                    Frame="true" 
    
                    Floating="true"
    
                    Shadow="Drop"                                  
    
                    Title="Panel 1" 
    
                    X="50" 
    
                    Y="50" 
    
                    Html="Positioned at x:50, y:50"
    
                    >
    
                     <CustomConfig>
    
    
                          <ext:ConfigItem Name="floating" Value="true" />
    
    
                    </CustomConfig>                
    
                    </ext:Panel>

  2. #2

    RE: [FIXED] [1.0] Floating attribute not being emitted for panels

    Geoffrey McGill
    Founder
  3. #3

    Broken Link

    Hi Geoffrey,

    I think your link is broken.

    Quote Originally Posted by geoffrey.mcgill View Post

Similar Threads

  1. [CLOSED] Window floating with Y = 0
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 11, 2012, 3:13 PM
  2. Replies: 11
    Last Post: Aug 11, 2011, 11:07 AM
  3. Floating property for Ext.Panel is not working
    By anulall in forum 1.x Help
    Replies: 1
    Last Post: Jul 12, 2011, 12:05 PM
  4. Replies: 2
    Last Post: Jan 11, 2011, 12:28 PM
  5. Floating Panel in MasterPage
    By Emre in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 06, 2009, 4:27 AM

Posting Permissions