renders components sequentially and vertically.
Layouts are assigned to Containers and they specify how (in terms of location, not appearance) the sub-
are going to be rendered on the screen.
- Components
Located in /harmoni/core/GUIManager/Layouts/YLayout.class.php (line 22)
LayoutInterface | --YLayout
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()
Set the direction of component rendering from the default of Left-Right/Top-Bottom.
Allowed values: Left-Right/Top-Bottom Top-Bottom/Left-Right Right-Left/Top-Bottom Top-Bottom/Right-Left Left-Right/Bottom-Top Bottom-Top/Left-Right Right-Left/Bottom-Top Bottom-Top/Right-Left
Inherited From LayoutInterface
LayoutInterface::getCSS()
LayoutInterface::render()
Documentation generated on Wed, 19 Sep 2007 10:28:51 -0400 by phpDocumentor 1.3.0RC3