Layout Container
(LayoutContainer)
Overview
Dummy class for use in the documentation generator.
Properties Summarized
Additional information, such as programmer notes about this model object's purpose.
The css classes to be output for html tag.
The id to be output for html tag.
The x and y position of the component, in pixels, separated by a comma.
The name of the form.
The width and height (in pixels), separated by a comma.
The tag type for html output.
Properties Detailed
comment
Additional information, such as programmer notes about this model object's purpose.
Type String
cssClasses
The css classes to be output for html tag.
Type String
elementId
The id to be output for html tag.
Type String
location
The x and y position of the component, in pixels, separated by a comma.
Type String
name
The name of the form.
Type String
Sample
size
The width and height (in pixels), separated by a comma.
Type String
tagType
The tag type for html output. Default value is 'div'.
Type String
Last updated