phall@avexus.com phall@avexus.com:
Is there an easy way to create a single borderless portlet while leaving the rest of the entries on the page with the standard borders?
Hi,
You can keep
<use-default-template> false </...> in liferay-portlet.xml.
or you can use following tag inside the portlet.xml to make it particular portlet borderless.
<portlet-preferences>
<preference>
<name>portlet-setup-show-borders</name>
<value>false</value>
</preference>
</portlet-preferences>
Thanks,
Sagar Vyas
Please sign in to flag this as inappropriate.