1234567891011121314151617181920212223242526272829303132333435 |
- <!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-->
- <!--基本选项卡start-->
- <script type="text/javascript" src="../../libs/js/nav/basicTabProcess.js"></script>
- <!--基本选项卡end-->
- </head>
- <body>
- <div class="box1">
- <div class="basicTabProcess" iframeMode="true" showProgress="true" data='{"list":[{"name":"选项1","url":"../../sample/layout/layout-htab-content1.jsp","iconClass":"process_item1"},{"name":"选项2","url":"../../sample/layout/layout-htab-content2.jsp","iconClass":"process_item2"}]}'>
- <div style="width:99%;" id="tabContent" >
- <IFRAME width="100%" height="100%" frameBorder=0 id=frmrightChild
- name=frmrightChild
- allowTransparency="true"></IFRAME>
- </div>
- </div>
- </div>
- <script>
- function customHeightSet(contentHeight){
- $("#tabContent").height(contentHeight-70)
- }
- </script>
- </body>
- </html>
|