当我向我的页面添加Web内容显示时,Portlet标题为“Web内容显示”。
那么如何告诉Liferay它应该使用所显示的Web内容的标题。
答案 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>