加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

dojo提示框

发布时间:2020-12-16 21:39:44 所属栏目:百科 来源:网络整理
导读:html head titleDialog/title meta http-equiv="Content-Type" content="text/html; charset=utf-8" / style type="text/css" @import "js/dojo/resources/dojo.css"; @import "js/dijit/themes/tundra/tundra.css"; /style script type="text/javascript" d

<html>
<head>
<title>Dialog</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
@import "js/dojo/resources/dojo.css";
@import "js/dijit/themes/tundra/tundra.css";
</style>
<script type="text/javascript"
djConfig="parSEOnLoad: true,isDebug: false"
src="js/dojo/dojo.js">
</script>
<script type="text/javascript">
dojo.require("dijit.Dialog");
dojo.require("dijit.form.Button");
</script>
</head>
<body class="tundra">
<div dojoType="dijit.form.DropDownButton">
<div id="nav1" style="float:left;">
<img src="Columns.png" width="16" height="16" style="vertical-align:middle;"/> Select Columns</div>
<div dojoType="dijit.TooltipDialog" id="tooltipDlg" >
<form onsubmit="return false;">
<table>
<tr>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
</tr>
<tr>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
</tr>
<tr>
<td><button id="hider2">Confirm</button></td>
<td><button id="hider2">Cancel</button></td>
<td><button id="hider2">Reset</button></td>
<td><button id="hider2">Close</button></td>
<td></td>
<td></td>
</tr>
</table>
</form>
</div>
</div>
<div dojoType="dijit.form.DropDownButton">
<div id="nav2" style="float:left;">
<img src="exportExcel.png" width="16" height="16" style="vertical-align:middle;"/>export Excel</div>
<div dojoType="dijit.TooltipDialog" id="tooltipDlg1">
<form onsubmit="return false;">
<table>
<tr>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
</tr>
<tr>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
<td><input type="checkbox"/>
column1</td>
<td><input type="checkbox"/>
column2</td>
</tr>
<tr>
<td><button id="hider2">Confirm</button></td>
<td><button id="hider2">Cancel</button></td>
<td><button id="hider2">Reset</button></td>
<td><button id="hider2">Close</button></td>
<td></td>
<td></td>
</tr>
</table>
</form>
</div>
</div>
<br>

</body> </html>

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读