Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-3632

Users can resize each portalchildren in a Portal Layout

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 8.0.4.2
    • None
    • None

      Currently, if users want to resize each portalchildren, they need to specify sizable="true" on each panel within a portallayout. There are several issues:

      • this is a portallyout / portalchildren's feature, but users have to specify an attribute on a panel instead of a portallyout.
      • Users have to specify the attribute on each panel which is unnecessary since it doesn't allow partially sizable panels.

      Therefore, we should provide a way to enable resizing on a portal layout, e.g.:
      <portallayout sizable="true">
      or
      <portallayout mode="grid">

      Then users can resize each panel in each portalchildren like splitpane.

            Unassigned Unassigned
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: