20170209

<title>布局控件</title>
   <meta name="keywords" content="免费控件,免费UI控件,免费开源UI,免费开源UI控件,免费开源UI框架,layout,布局控件">
       <link href="../../lib/ligerUI/skins/Aqua/css/ligerui-all.css" rel="stylesheet" type="text/css">
       <style type="text/css">
       </style>
       <script src="../../lib/jquery/jquery-1.9.0.min.js" type="text/javascript"></script>
   <script src="../../lib/ligerUI/js/core/base.js" type="text/javascript"></script>
       <script src="../../lib/ligerUI/js/plugins/ligerLayout.js" type="text/javascript"></script>
           <script type="text/javascript">

               $(function ()
               {

                   $("#layout1").ligerLayout({
                       leftWidth: 200,
                       centerBottomHeight:180
                   });
               });

        </script>
       <style type="text/css"> 

           body{ padding:5px; margin:0; padding-bottom:15px;}
           #layout1{  width:100%;margin:0; padding:0;  }
           .l-page-top{ height:40px; background:#f8f8f8; margin-bottom:3px;}
           h4{ margin:20px;}
               </style>

     <div class="l-page-top">这个不是layout的一部分,作为单独的页面的头部</div>
     <div id="layout1" class="l-layout" ligeruiid="layout1" style="height: 463px;">
           <div class="l-layout-left" style="left: 0px; width: 200px; top: 0px; height: 461px;"><div class="l-layout-header"><div class="l-layout-header-toggle"></div><div class="l-layout-header-inner"></div></div><div position="left" class="l-layout-content"></div></div>
           <div class="l-layout-center" style="width: 1476px; top: 0px; left: 205px; height: 279px;"><div class="l-layout-header">标题</div><div position="center" title="" class="l-layout-content" style="height: 436px;">
           <h4>$("#layout1").ligerLayout({ leftWidth: 200});</h4>
               <br>
               如果上面有其他页面元素,layout会自适应调整

           </div></div>
         <div class="l-layout-centerbottom" style="width: 1476px; left: 205px; height: 180px; top: 283px;"><div class="l-layout-header">下方区域</div><div position="centerbottom" title="" class="l-layout-content">
             中间下方区域
           </div></div>
       <div class="l-layout-lock"></div><div class="l-layout-drophandle-left" style="display: block; left: 200px; height: 461px; top: 0px;"></div><div class="l-layout-drophandle-centerbottom" style="display: block; top: 280px; left: 205px; width: 1476px;"></div><div class="l-layout-dragging-xline"></div><div class="l-layout-dragging-yline"></div><div class="l-dragging-mask" style="height: 463px;"></div><div class="l-layout-collapse-left" style="display: none; top: 0px; height: 461px;"><div class="l-layout-collapse-left-toggle"></div></div><div class="l-layout-collapse-right" style="display: none; "><div class="l-layout-collapse-right-toggle"></div></div></div>

  

时间: 2024-10-07 06:33:27

20170209的相关文章

一些常用基础命令

查看类    pwd : print name of current/working directory  打印当前工作目录:                   参数:              -P :显示出确实的路径,而非使用链接 (link) 路径. 实例: [[email protected] tmp]# pwd          #打印当前工作目录# /tmp [[email protected] var]# cd /var/mail [[email protected] mail]

ZOJ How Many Nines 模拟 | 打表

How Many Nines Time Limit: 1 Second      Memory Limit: 65536 KB If we represent a date in the format YYYY-MM-DD (for example, 2017-04-09), do you know how many 9s will appear in all the dates between Y1-M1-D1 and Y2-M2-D2 (both inclusive)? Note that

工具使用——印象笔记(1)

作者:桂. 时间:2017-02-09  23:11:30 链接:http://www.cnblogs.com/xingshansi/articles/6384097.html 说明:转载请注明出处,谢谢. 前言 印象笔记主要用于知识管理,本系列拟分为五篇文章对该软件进行介绍: 1)印象笔记的几个应用实例,帮助读者对该软件建立直观的认识:http://www.cnblogs.com/xingshansi/articles/6384097.html 2)印象笔记的基本操作,掌握印象笔记的基本功能:

iOS开发断点调试高级技巧

关于LLDB调试,很多iOS开发者可能就是停留在会下简单的断点,使用最多命令也就是po.无可厚非,这些简单的调试对于简单的问题来说应该是游刃有余.但是如果稍微复杂一些的问题,比如我之前遇到过友盟SDK里面的一个问题.我很想往里面下一个断点,可是对于.a的静态库来说,这根本不可能,最终还是我们组大牛使用命令的方式下了断点解决了这个问题.感觉这些知识很有必要,我于是把LLDB的基本调试命令都学习了一下,并在此与大家分享. 虽然博客很长,不过耐心看完,然后动手实践,一定会有很大帮助. breakpoi

Echarts 使用asp.net +ashx+ajax 实现 饼图、柱形图后台交互

向上效果图 前端code /* * ------------------------------------------------------------------ * module-information: * ------------------------------------------------------------------ * create * @date 2017-02-09 * @author vicm<[email protected]> * ---------

lvm的实现

lvm,logic volume admin,逻辑卷管理.主要功能就是能灵活地为分区,增大,减小,删除,增加,不管有多少硬盘都可以识为一个整体,进行整体管理.并没有性能和安全的功能,只为灵活分区. 要实现lv有三个步骤: 第一个pv,physical volume,物理卷.也就是将硬盘弄成lv需要的格式.准备好硬盘.比如,我们将 /dev/sd{h,i,j}弄成lv的格式. 查看这两块硬盘:  blkid  /dev/sd{h,i} 如果没有使用,将不会显示任何东西.语法:pvcreate DI

ZOJ 3202: Second-price Auction

ZOJ 3202: Second-price Auction ///@author Sycamore, ZJNU ///@date 2017-02-09 #include<iostream> #include<vector> #include<algorithm> #include<functional> using namespace std; int main() { int T,N; cin >> T; while (T--) { cin

ZOJ 3203: Light Bulb

ZOJ 3203: Light Bulb 1 ///@author Sycamore, ZJNU 2 ///@date 2017-02-09 3 #include<algorithm> 4 #include<iostream> 5 #include<iomanip> 6 #define eps 1e-10 7 using namespace std; 8 double H, h, L, D; 9 double getL(double a) 10 { 11 return

multiple-cursors实在是太好用了

.title { text-align: center; margin-bottom: .2em } .subtitle { text-align: center; font-size: medium; font-weight: bold; margin-top: 0 } .todo { font-family: monospace; color: red } .done { font-family: monospace; color: green } .priority { font-fami