19 June, 2014

Custom Portlet Modes

Hi All,

If you are thinking to create own custom portlet mode with liferay and want to show in configuration wrench button, then its not OOB available with Liferay and cannot achieve using simply configuration.
Liferay supports below modes :


  1.   about
  2. config
  3. edit
  4. editDefaults
  5. editGuest
  6. help
  7. preview
  8. print
  9. view
But below tag is making bit confusion whether it's support of custom mode or not. So this is used for Liferay custom modes(editDefault,editGuest etc.) only. 

  <custom-portlet-mode>
<portlet-mode>edit_guest</portlet-mode>
<portal-managed>true</portal-managed>
</custom-portlet-mode>

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...