IBM Rational Application Developer V7.5 Portal Toolkit,第 4 部分: 静态页面聚合
2009-12-27 00:00:00 来源:WEB开发网在布局类别中,选择 margin 并输入 0。然后选择 padding 并输入 0,然后点击 OK。
样式会插入到 theme.css 文件中,如列表 3 所示。
列表 3. 对 theme.css 文件所做的更改BODY {
margin: 0px;
padding: 0px;
font-family: Verdana
}
与之类似,您可以为div类添加其他的样式,如列表 4 所示。
列表 4. 添加至 div 类的样式div#wrapper{
width: 100%;
height: 100%
}
div#header {
clear: both;
height: 50px;
background-color: #e3dffd;
padding: 15px;
text-align: center;
}
div#left {
float: left;
width: 20%;
height: 100%;
background-color: #e9fed3;
}
div#right {
float: right;
width: 80%;
height: 100%;
background-color: #fffce1;
}
div#footer {
clear: both;
background-color: #ffebdf;
text-align: center;
}
最终,添加 index.html 文件中的 theme.css 的链接:
<link rel="stylesheet" href="theme/theme.css" type="text/css">
主题现在已经应用到 index.html 页面,您在 Page Designer 中就可以看到它了。
添加 portlet 容器和 portlet 窗口
静态页面可以包含像规范门户页面这样的 portlets 和 portlet 容器。为了使用静态页面中的 portlets 或者容器,包含在带有<div> 标签的 SPA 规格指定的类属性值。这些类属性值带有 <div> 标签,具有特殊的意义。
Tags:IBM Rational Application
编辑录入:爽爽 [复制链接] [打 印]- ››IBM WebSphere常见问题解答
- ››IBM WebSphere Studio V5相关认证资料
- ››IBM WebSphere应用服务器发展趋势
- ››IBM WebSphere Application Server诊断和调优(一...
- ››IBM WebSphere Application Server诊断和调优(二...
- ››IBM WebSphere Performance Pack服务器
- ››IBM WebSphere软件概述
- ››IBM PowerVM 实战手册,第 3 部分 : VIO server 配...
- ››IBM PowerVM 实战手册,第 2 部分 : VIO server 准...
- ››IBM p 系列服务器系统固件升级攻略
- ››IBM PowerVM 概述
- ››IBM Systems Director 在 AIX 上的常见问题及解决...
- 中查找“IBM Rational Application Developer V7.5 Portal Toolkit,第 4 部分: 静态页面聚合”更多相关内容
- 中查找“IBM Rational Application Developer V7.5 Portal Toolkit,第 4 部分: 静态页面聚合”更多相关内容
- 上一篇:IBM Rational Application Developer V7.5 Portal Toolkit,第 5 部分: 对门户和 portlet 程序的事件和公共赋值参数的工具支持
- 下一篇:使用 HTTP 网络技术构建灵活的 Rational ClearCase系统,第 2 部分: 用 Web Service 查询 RationalClearcase 中的 UCM 项目信息
更多精彩
赞助商链接