Dojo   发布时间:2022-04-21  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了dojo提示框大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

<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>

大佬总结

以上是大佬教程为你收集整理的dojo提示框全部内容,希望文章能够帮你解决dojo提示框所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签:dojo提示