BorderLayout expand && HBoxLayoutConfig in MVC example

  1. #1

    BorderLayout expand && HBoxLayoutConfig in MVC example

    Hey.

    In the example mvc.ext.net when I have activated the tab of customer details, and after collapsing the right pane and then expand it, the form looks bad.

    I tried this but does not work

    **Is supposed to be a test and that the active tab is the customer details

    <Expand Handler="#{tpMain}.getActiveTab().getBody().DetailsForm.doLayout();" Delay="1" />
    Click image for larger version. 

Name:	nofufaa.png 
Views:	53 
Size:	43.0 KB 
ID:	4097

    thank you very much
  2. #2
    Hi,

    Thanks for the report.

    This fix has been added to SVN, revision #3931.

    To fix:

    1. CustomerDetails.aspx

    There is the following Container.
    <ext:Container runat="server" Flex="1">
    Add
    Layout="FormLayout"
    Result:
    <ext:Container runat="server" Flex="1" Layout="FormLayout">
    2. CustomerDetails.aspx

    To correct layout for IE please add the following CSS style.
    <style type="text/css">
        .ext-ie .x-fieldset-header-text {
            position: static !important;
        }
    </style>
  3. #3
    Thank you very much. It works perfectly.
    You are very phenomenon.

Similar Threads

  1. Replies: 0
    Last Post: Apr 19, 2012, 3:52 PM
  2. BorderLayout expand && HBoxLayoutConfig
    By threewonders in forum 1.x Help
    Replies: 2
    Last Post: Apr 04, 2012, 4:32 PM
  3. Replies: 1
    Last Post: Mar 13, 2012, 8:37 AM
  4. Replies: 1
    Last Post: Oct 21, 2011, 6:15 PM
  5. BorderLayout Expand from code behind
    By rajputamit in forum 1.x Help
    Replies: 1
    Last Post: Oct 29, 2010, 7:32 AM

Posting Permissions