小编Aki*_*ndu的帖子

windows8 Metro应用程序中的弹出控件?

我有一个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)

html5 popup microsoft-metro winjs

6
推荐指数
1
解决办法
3661
查看次数

如何在Metro应用程序中的另一个js文件中调用js函数?

我有一个metro应用程序,我想从另一个.js文件调用一个javascript函数?谁能帮我.

谢谢.

microsoft-metro windows-8 winjs

2
推荐指数
1
解决办法
1647
查看次数

AppBar对Metro Apps中的整个页面控制保持不变?

我试图在我的Metro应用程序中显示整个html页面的AppBar.每当我点击页面的其他项目时,立即AppBar正在消失.任何人都可以给我建议设置我的AppBar在Metro App的整个页面保持不变.这是我使用appbar.winControl.show(); .

html5 microsoft-metro windows-8 winjs

0
推荐指数
1
解决办法
574
查看次数

标签 统计

microsoft-metro ×3

winjs ×3

html5 ×2

windows-8 ×2

popup ×1