我有一个metro应用程序,我试图为我的应用程序设计登录屏幕.我想设计我的登录屏幕像微软登录屏幕.我在XAML中找到了弹出控件,但在html 5中找不到.是在metro app中存在任何特殊控制.我想设计我的登录页面.
谢谢.
<body style="background-color:#1d3665;">
<div class="loginPage fragment">
<header aria-label="Header content" role="banner">
<button class="win-backbutton" aria-label="Back" disabled></button>
<h1 class="titlearea win-type-ellipsis">
<span class="pagetitle">Welcome to loginPage</span>
</h1>
</header>
<section aria-label="Main content" role="main">
<table style="position: absolute;background-color:skyblue;">
<tr>
<td><input type="text"><br/></td>
</tr>
<tr>
<td>
<input type="password"/>
</td>
</tr>
</table>
</section>
</div>
Run Code Online (Sandbox Code Playgroud)
我有一个metro应用程序,我想从另一个.js文件调用一个javascript函数?谁能帮我.
谢谢.
我试图在我的Metro应用程序中显示整个html页面的AppBar.每当我点击页面的其他项目时,立即AppBar正在消失.任何人都可以给我建议设置我的AppBar在Metro App的整个页面保持不变.这是我使用appbar.winControl.show(); .