Skip to main content

%ZEN.LayoutManager

deprecated abstract class %ZEN.LayoutManager

This utility class provides a centralized place for the coded used to implement control layout on a page.

Method Inventory

Methods

classmethod %Attr(pName As %String, pValue As %String) as %String
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.
classmethod %ErrorMsg(tChild As %ZEN.Component.component) as %String
Return error message for component
classmethod %Hint(tChild As %ZEN.Component.component) as %String
Return hint text for component
classmethod %Label(tChild As %ZEN.Component.component) as %String
Return label for component
classmethod GetBorder(pIndex As %Integer) as %String
Get border attribute for layout tables
classmethod default(pGroup As %ZEN.Component.group, pTuple As %Integer = "")
Default layout: simply display components with no wrapping table.
classmethod horizontal(pGroup As %ZEN.Component.group, pTuple As %Integer = "")
Layout out components horizontally.
classmethod vertical(pGroup As %ZEN.Component.group, pTuple As %Integer = "")
Layout out components vertically.
FeedbackOpens in a new tab