zoukankan      html  css  js  c++  java
  • Coolite 布局 左右两分,右侧再分上下两部分

    效果图:

    html代码: 

        <ext:Panel ID="Panel4" runat="server" Icon="UserHome" Title="客户信息" Width="885px" Height="555px" Frame="true" >
                        <Body>
                             <ext:BorderLayout ID="BorderLayout1" runat="server">
                                 <West Collapsible="true" MinWidth="210" Split="true">
                                      <ext:Panel ID="WestPanel" runat="server" Title="知识中心" Width="210" Frame="true">
                                        <Body>
                                         </Body>
                                      </ext:Panel>
                                 </West>
                                 <Center>
                                     <ext:Panel ID="Panel2" runat="server">
                                        <Body>
                                            <ext:Borderlayout  runat="server" ID="BorderLayout2">
                                                <Center>
                                                    <ext:Panel ID="Panel3" runat="server"  Title="高级检索" Height="210" Frame="true">
                                                        <Body>
                                                           
                                                        </Body>
                                                    </ext:Panel>
                                                </Center>
                                                 <South Split="true" Collapsible="true">
                                                    <ext:Panel ID="Panel1" runat="server"  Title="高级检索" Height="210" Frame="true">
                                                        <Body>

                                                        </Body>
                                                    </ext:Panel>
                                                </South> 
                                              
                                             </ext:Borderlayout>
                                       </Body>
                                     </ext:Panel>                
                                  </Center>                                                           
                             </ext:BorderLayout> 
                           </Body>
                    </ext:Panel>

  • 相关阅读:
    e621. Activating a Keystroke When Any Child Component Has Focus
    e587. Filling Basic Shapes
    e591. Drawing Simple Text
    e595. Drawing an Image
    e586. Drawing Simple Shapes
    e636. Listening to All Key Events Before Delivery to Focused Component
    在 PL/SQL 块的哪部分可以对初始变量赋予新值? (选择1项)
    Oracle数据库中,在SQL语句中连接字符串的方法是哪个?(选择1项)
    你判断下面语句,有什么作用?(单选)
    Oracle数据库表空间与数据文件的关系描述正确的是( )
  • 原文地址:https://www.cnblogs.com/hailexuexi/p/1885437.html
Copyright © 2011-2022 走看看