当我将 Web 内容显示添加到我的页面时,Portlet 的标题为“Web 内容显示”。
那么如何告诉 Liferay 它应该使用显示的 Web 内容的标题。
当我将 Web 内容显示添加到我的页面时,Portlet 的标题为“Web 内容显示”。
那么如何告诉 Liferay 它应该使用显示的 Web 内容的标题。
我能想到的一个想法是通过 portlet 隐藏标题“Web-content Display” Look and Feel
,然后使用Structures & Templates
.
并且在Template
您可以指定title
要显示在 web 内容顶部的内容中,您可以使用一些 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>