1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!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>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title></title>
- <!--框架必需start-->
- <script type="text/javascript" src="../../libs/js/jquery.js"></script>
- <script type="text/javascript" src="../../libs/js/language/cn.js"></script>
- <script type="text/javascript" src="../../libs/js/framework.js"></script>
- <link href="../../libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
- <link rel="stylesheet" type="text/css" id="skin" prePath="../../"/>
- <link rel="stylesheet" type="text/css" id="customSkin"/>
- <!--框架必需end-->
- <script>
- $(function(){
- $("#popmenu-1").render();
- })
- </script>
- </head>
- <body>
- <div class="box1" style="width: 800px;"><div class="box_topcenter"><div class="box_topleft"><div class="box_topright"></div></div></div><div class="box_middlecenter"><div class="box_middleleft"><div class="box_middleright"><div class="boxContent" style="overflow: visible;height:500px;">
- <fieldset>
- <legend>基本用法</legend>
- 使用弹出菜单时需要手动渲染,其余用法与组件API一致。
- <div style="height:50px;"></div>
- <div class="popupMenu" id="popmenu-1">
- <div class="popupMenu_link">
- <a href="javascript:;">选择</a>
- </div>
- <div class="popupMenu_con white_con">
- <a href="javascript:;"><span>状态</span></a>
- <a href="javascript:;"><span>相册</span></a>
- <a href="javascript:;"><span>分享</span></a>
- <a href="javascript:;"><span>日志</span></a>
- </div>
- </div>
- </fieldset>
- <div style="height:100px;"></div>
-
- </div></div></div></div><div class="box_bottomcenter"><div class="box_bottomleft"><div class="box_bottomright"></div></div></div></div>
- </body>
- </html>
|