Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
1.0
-
None
-
None
Description
Suggest to add new windowState attribute to Portal Bridges' <html:link> and <html:form> tags to allow the targeted portlet to be maximized, minimized or normalized after a request has been processed. There is a workaround which uses <portlet:renderURL> and <portlet:actionURL> tags. Using these tags resulted in defining lenghty <portlet:renderURL> and <portlet:actionURL> tags and unintuitive.
Comparing
<a href="<portlet:renderURL windowState="maximized" portletMode="view"><portlet:param name="_spage" value="/your_action" /></portlet:renderURL>" >
Subscribe
</a>
to suggested alternatives
<html:link windowState="maximized" page="/your_action">Subscribe</html:ink>