- 注册时间
- 2014-8-1
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 109
- 精华
- 0
- 帖子
- 29
|
dforce 发表于 2014-9-3 11:37
请提供html页面详细说明
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>xxxx</title>
<style type="text/css">
html, body{
margin:0;padding:0;border:0;width:100%;height:100%;overflow:hidden;
}
</style>
</head>
<body >
<div style="width:100%;">
<div class="mini-toolbar">
<table style="width:100%;">
<tr>
<td style="width:100%;">
<a class="mini-button">按钮A</a>
<a class="mini-button">按钮B</a>
</td>
</tr>
</table>
</div>
<div class="mini-fit" style="width:100%;height:100%;">
<div id="datagrid1" class="mini-datagrid" style="width:100%;" ondrawcell="onDrawCell"
url="xxxxxxxxx" idField="id" allowResize="false" sizeList="[20,30,50]"
pageSize="20" onselect="onSelect" ondeselect="onDeselect" onload="onLoad">
>
<div property="columns"></div>
</div>
</div>
</div>
</body>
</html> |
|