oracle adf - Stretched layout vs flowing layout -
i reading on oracle adf faces documentation guidelines regarding layouts. @ higher level mentions these best practices creating robust layouts works consistently across browsers:
- create stretchable outer frame
- create flowing islands
what difference between stretching layouts , flowing/scrolling layouts? can 1 can provide appropriate example.
a seminar topic here: http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/layouts/layouts.html
stretch layout adjusts fill browser regardless of browser window size adding scrollbars needed. flow layout don't stretch , kept fixed.
Comments
Post a Comment