Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Rani Singh   on Jul 12 In Java Category.

  
Question Answered By: Coleman Smith   on Jul 12

see your liferay-portlet.xml
In docroot/WEB-INF/liferay-portlet.xml,



you can also customize config icon  this way:

you can add add the configuration-action-class tag

<liferay-portlet-app>
<portlet>
...
<configuration-action-class>com.sample.strutsliferay.portlet.action.ConfigurationActionImpl</configuration-action-class>
and then write your custoized action:

ConfigurationActionImpl.java

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on remove configuration icon from a portlet window - liferay Or get search suggestion and latest updates.


Tagged: