PhoneGap中文网
标题:
Jqmobi 入门教程 heade footer
[打印本页]
作者:
admin
时间:
2014-3-1 14:06
标题:
Jqmobi 入门教程 heade footer
1 Jqmobi中 header footer的使用
<b>1.panel中单独的header和footer</b>
<div id="afui">
<div id="content">
<div id="main" title="Welcome" class="panel" selected="true">
<header>
<h1>Welcome</h1>
<a class="button" style="float:right;" class="icon home"></a>
</header>
对应页面的内容
<footer>
<a href='#about' class='icon info'>About</a>
</footer>
</div>
</div>
</div>
<b>2. 公用的header和footer 可以在多个panel中调用</b>
<div id="afui">
<div id="content">
<div id="main" title="Welcome" class="panel" selected="true" data-footer="custom_footer" data-header="custom_header">
对应页面的内容
</div>
<header id="custom_header">
<h1>Welcome</h1>
<a class="button" style="float:right;" class="icon home"></a>
</header>
<footer id="custom_footer">
<a href='#about' class='icon info'>About</a>
</footer>
</div>
</div>
<b>3.另一种定义头部底部的方法</b>
//头部
<div id="header">
<!-- any additional HTML you want can go here -->
<a onclick="$.ui.toggleSideMenu();" class="button">Toggle Side Menu</a>
</div>
<div id="content">
<!-- this is where your panels will go -->
<div id="main" title="Welcome" class="panel" selected="true">
内容
</div>
<div id="about" title="About" class="panel" data-nav="second_nav">
<!-- by setting data-nav the "second_nav" will be shown on this panel -->
</div>
</div>
//底部
<div id="navbar">
<a target="#welcome" class="icon home">Home</a>
</div>
复制代码
作者:
toget
时间:
2014-3-1 22:07
第二种怎么实现左右两个icon功能?
作者:
小雪
时间:
2014-3-4 17:27
不知该说些什么。。。。。。就是谢谢
欢迎光临 PhoneGap中文网 (http://bbs.phonegap100.com/)
Powered by Discuz! X3.2