This utility class provides a centralized place for the coded used to implement control layout on a page. More...
Static Public Member Functions | |
| _.Library.String | GetBorder (_.Library.Integer pIndex) |
| Get border attribute for layout tables. | |
| default (_.ZEN.Component.group pGroup, _.Library.Integer pTuple) | |
| Default layout: simply display components with no wrapping table. | |
| horizontal (_.ZEN.Component.group pGroup, _.Library.Integer pTuple) | |
| Layout out components horizontally. | |
| vertical (_.ZEN.Component.group pGroup, _.Library.Integer pTuple) | |
| Layout out components vertically. | |
Static Private Member Functions | |
| _.Library.String | Attr (_.Library.String pName, _.Library.String pValue) |
| This utility class provides a centralized place for the coded used to implement control layout on a page. More... | |
| _.Library.String | ErrorMsg (_.ZEN.Component.component tChild) |
| Return error message for component. | |
| _.Library.String | Hint (_.ZEN.Component.component tChild) |
| Return hint text for component. | |
| _.Library.String | Label (_.ZEN.Component.component tChild) |
| Return label for component. | |
| _.Library.String | __GetDebugBorder (_.Library.Integer pIndex) |
| Return HTML fragment to show visible borders. More... | |
This utility class provides a centralized place for the coded used to implement control layout on a page.
|
staticprivate |
This utility class provides a centralized place for the coded used to implement control layout on a page.
Utility method used when writing out HTML attribute values.
Given an attribute name and value, this returns the string attr=""value"" with value HTML escaped. If value is "", then "" is returned.
|
staticprivate |
Return HTML fragment to show visible borders.
Deprecated.