Style"
From Documentation
Line 54: | Line 54: | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | 5. | + | | 5.0.2 |
− | | | + | | 5/12/2010 |
| Initialization | | Initialization | ||
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Revision as of 11:21, 12 May 2010
Style
Employment/Purpose
The style component used to specify CSS styles for the owner desktop.
Note:
- a style component can appear anywhere in a ZUML page, but it affects all components in the same desktop.
- getContent() simply get the string that is set by setContent(). If you call setSrc() or call the constructor of Style(), getContent() still gets null.
Example
<style> a{ color:red; }</style>
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 5/12/2010 | Initialization |