Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0-Alpha2
-
Fix Version/s: 3.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces ACE components.
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
A new layout panel component is required for ICEfaces 2.0.
Features:
- Ability to place divider control in separate form form divider content panes to avoid "giant form" syndrome. SeeICE-3973.
- Basically support the key features provided by the YUI 2 (or 3) Layout component(s) and related CSS templates.
- See the new YUI 3.3 Resize Utility for resizability features to leverage: http://developer.yahoo.com/yui/3/resize/.
Features:
- Ability to place divider control in separate form form divider content panes to avoid "giant form" syndrome. See
- Basically support the key features provided by the YUI 2 (or 3) Layout component(s) and related CSS templates.
- See the new YUI 3.3 Resize Utility for resizability features to leverage: http://developer.yahoo.com/yui/3/resize/.
No layout component in YUI 3. There is a layout component in YUI 2 called Layout Manager. It looks like our Border Panel: http://developer.yahoo.com/yui/layout/.
The individual areas (called layout units) except the center one are already resizeable, collapsible, closeable. The whole layout can also be put inside of a resizable Panel Control: http://developer.yahoo.com/yui/examples/layout/panel_layout.html. There is no need to use the Resize Utility.
The layout can also be used with Grids CSS: http://developer.yahoo.com/yui/examples/layout/grids_layout.html.