显示Web内容标题而不是“Web内容显示”

时间:2012-11-14 13:52:16

标签: java content-management-system liferay portlet

当我向我的页面添加Web内容显示时,Portlet标题为“Web内容显示”。

那么如何告诉Liferay它应该使用所显示的Web内容的标题。

1 个答案:

答案 0 :(得分:0)

我能想到的一个想法是通过portlet的Look and Feel隐藏标题“Web内容显示”,然后使用Structures & Templates创建网络内容。

Template中,您可以指定要在网络内容顶部显示的title,您可以使用一些css-magic将其定位在portlet-title使用的位置出现。我想这应该不难。

<!-- position this div with the help of CSS to give the feel of the title -->
<div class="temp-title">$contentTitle</div> 
<div class="content">$myContent</div>