<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>dojofirst.htm</title>
<Meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<Meta http-equiv="description" content="this is my page">
<Meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
<style type="text/css">
@import "dojoroot/dijit/themes/nihilo/nihilo.css";
@import "dojoroot/dojo/resources/dojo.css"
</style>
<style type="text/css">
html,body{
margin:0px;
font-size: 12px;
}
</style>
<script type="text/javascript" src="dojoroot/dojo/dojo.js" djConfig="parSEOnLoad: true,isDebug: false"></script>
<script type="text/javascript">
dojo.require("dijit.form.Button");
dojo.require("dijit.Dialog");
dojo.require("dojo.parser");
</script>
</head>
<body class="nihilo">
<button dojoType="dijit.form.Button" id="loginbtn">DialogDemo
<script type="dojo/method" event="onClick">
dijit.byId('loginDialog').show();
</script>
</button>
<div dojoType="dijit.Dialog" id="loginDialog" title="DialogDemo" onClose="alert('yyyy');">在这里输入HTML在这里输入HTML在这里输入HTML在这里输入HTML<br>在这里输入HTML在这里输入HTML在这里输入HTML在这里输入HTML<br>在这里输入HTML在这里输入HTML在这里输入HTML在这里输入HTML<br></div></body></html>
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。