ERXStyledContainer Class Reference
Inherits com::webobjects::appserver::_private::WOGenericContainer.
List of all members.
Detailed Description
Same as a WOGenericContainer, except that you can add individual style attributes by supplying
style.background-color="red" bindings. This is sometimes preferable to putting all the styles in code.
If a normal
style attribute is present, its value will be prepended. You can also define a background-image and a
style.background-image.type (mime type of the image in case it is an NSData). Some fixing will be done for you, like you can give a
style.unit which will be applied to all bindings that evalutate to a number. If none is supplied, "px" is appended to make size definitions settable via plain numerical bindings.
- Author:
- ak
Constructor & Destructor Documentation
Member Function Documentation
| void appendAttributesToResponse |
( |
WOResponse |
woresponse, |
|
|
WOContext |
wocontext | |
|
) |
| | |
Member Data Documentation
WOAssociation _style [package] |
WOAssociation _unit [package] |
The documentation for this class was generated from the following file: