Hello,
I want to persist the state of a PortalLayout, and all is good with respect to each Portlet's portal position, that is, I can persist each Portlet's column number, row number, and position within the row.
However, I am using "setCanResizePortlets(Boolean.TRUE);", which means not all columns and rows have the same width and height. When restoring a PortalLayout, I want to make sure that column/row width and height ratios remain consistent.
Can you recommend a best practice for this?
Thanks
SmartClient Version: v9.1p_2014-06-30/Pro Deployment (built 2014-06-30)
I want to persist the state of a PortalLayout, and all is good with respect to each Portlet's portal position, that is, I can persist each Portlet's column number, row number, and position within the row.
However, I am using "setCanResizePortlets(Boolean.TRUE);", which means not all columns and rows have the same width and height. When restoring a PortalLayout, I want to make sure that column/row width and height ratios remain consistent.
Can you recommend a best practice for this?
Thanks
SmartClient Version: v9.1p_2014-06-30/Pro Deployment (built 2014-06-30)
Comment