[CLOSED] [1.0] Container issue

  1. #1

    [CLOSED] [1.0] Container issue

    Hello,

    If you run the following example with the latest SVN you will notice the contents of the Container are in the top left of the page?

    <%@ Page Language="C#" %>
    
    <!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 runat="server">
    	<title>Example</title>
    	<ext:ResourcePlaceHolder ID="ResourcePlaceHolder" runat="server" />
    </head>
    <body>
    	<ext:ResourceManager ID="ResourceManager" runat="server" ScriptMode="Release" StateProvider="Cookie" Theme="Gray" />
    	<ext:Window ID="Window1" runat="server"
    		BodyStyle="background-color: White;"
    		Closable="false"
    		Draggable="false"
    		Frame="true"
    		Height="300"
    		Icon="Key"
    		Padding="15"
    		Resizable="false"
    		Title="Login"
    		Width="500">
    		<Items>
    			<ext:FormPanel runat="server"
    				Border="false"
    				LabelWidth="120">
    				<Items>
    					<ext:Container runat="server">
    						<Content>
    							<h1>Title</h1>
    							<p>Content.</p>
    							<br />
    						</Content>
    					</ext:Container>
    					<ext:TextField ID="txtUsername" runat="server"
    						AllowBlank="false"
    						AnchorHorizontal="96%"
    						FieldLabel="Username" />
    				</Items>
    			</ext:FormPanel>
    		</Items>
    	</ext:Window>
    </body>
    </html>
    Let me know when corrected and I will retest the application.

    Cheers,
    Timothy
    Last edited by geoffrey.mcgill; Sep 09, 2010 at 8:37 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Thanks, fixed, please update from SVN
  3. #3
    Confirmed.

    Cheers,
    Timothy

Similar Threads

  1. Replies: 4
    Last Post: Apr 24, 2012, 11:59 AM
  2. [CLOSED] treepanel into container in borderlayout
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 09, 2011, 8:54 PM
  3. Replies: 3
    Last Post: Nov 22, 2010, 2:32 PM
  4. [CLOSED] Container Spacing
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 19, 2010, 8:12 PM
  5. [CLOSED] Layout Issue in Hidden Container
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 22, 2010, 5:14 PM

Posting Permissions