如何更改liferay门户中的图标

时间:2014-02-10 04:54:32

标签: java eclipse icons liferay portlet

我想更改liferay portlet中的图标。如何在Liferay portlet中更改图标以及icon.png的用途?

/PORTLET-NAME/
    build.xml
    /docroot/
        /css/
        /js/
        /WEB-INF/
            /src/ (not created by default)
            liferay-display.xml
            liferay-plugin-package.properties
            liferay-portlet.xml
            portlet.xml
            web.xml
        icon.png
        view.jsp

2 个答案:

答案 0 :(得分:4)

  • Icon.png是portlet中显示的默认图像图标,位于Portlet标题之前的左上角。如果你想使用你的图像,请将default default icon.png与你的名字保持一致。

或正如奥拉夫科克建议的那样

  • 将liferay-portlet.xml中的图像路径/名称更新为要更改/配置的位置icon.png

<icon>/newicon.png</icon>

答案 1 :(得分:2)

更好的选择是使用pluginsSDK创建一个新主题(复制经典主题以便开始),然后用新主题文件夹替换新主题文件夹中的门户网站图标。

或者,在portal-ext.properties文件中添加以下代码:

theme.shortcut.icon=your_new_icon.ico