25 July, 2014

Portlet Configuration Menu Customization

If you want to modify menus which comes under portlet configuration wrench icon http://localhost:8080/html/themes/classic/images/portlet/options.png then you may see below details.
Actually for each icons, its using cutome tags which is given below so you can add/modify this items here as per your requirement.

<liferay-ui:icon-menu
align="auto"
cssClass="portlet-options"
direction="down"
extended="<%= false %>"
icon=""
message="options"
showArrow="<%= false %>"
showWhenSingleIcon="<%= true %>"
>


<liferay-portlet:icon-refresh /> :  IconRefreshTag.java

<liferay-portlet:icon-portlet-css />  :  IconPortletCssTag.java

        <liferay-portlet:icon-configuration /> :  IconConfigurationTag.java

<liferay-portlet:icon-edit />   :  IconEditTag.java

<liferay-portlet:icon-edit-defaults />  : IconEditDefaultsTag.java

<liferay-portlet:icon-edit-guest />   :  IconEditGuestTag.java

<liferay-portlet:icon-export-import />  :  IconExportImportTag.java

<liferay-portlet:icon-help />  : IconHelpTag.java

<liferay-portlet:icon-print /> : IconPrintTag.java

</liferay-ui:icon-menu>

Popular Posts

Featured Post

Liferay 7.3 compatibility matrix

Compatibility Matrix Liferay's general policy is to test Liferay Portal CE against newer major releases of operating systems, open s...