is the most simple
; it renders a container by simply rendering all of the container's components. The width, height, and alignment options of the container and its components are ignored. No special arranging is done, and it is up to the browser or user to display the components properly.
- Layout
Contrary to what one might think, this could be a very useful
. For eaxmple, it could be used to display components that are just
- Layout
elements with aboslute positioning.
- div
are going to be rendered on the screen.
- Components
Located in /harmoni/core/GUIManager/Layouts/FlowLayout.class.php (line 25)
LayoutInterface | --FlowLayout
Returns any CSS code that might be needed in order for this
to render properly.
- Layout
to render properly.
- Layout
Lays out and renders the given container and its components. The Layout object should arrange the
in a well-defined manner and then call the
- Components
methods of each individual component.
- render()
in a well-defined manner and then call the
- Components
methods of each individual component.
- render()
Inherited From LayoutInterface
LayoutInterface::getCSS()
LayoutInterface::render()
Documentation generated on Wed, 19 Sep 2007 10:23:18 -0400 by phpDocumentor 1.3.0RC3