Style"

From Documentation
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
= Employment/Purpose =
 
= Employment/Purpose =
The style component used to specify <tt>CSS</tt> styles for the owner desktop.
+
The style component used to specify <code>CSS</code> styles for the owner desktop.
  
 
'''Note:'''  
 
'''Note:'''  
*a <tt>style </tt>component can appear anywhere in a <tt>ZUML</tt> page, but it affects all components in the same <tt>desktop</tt>.
+
*a <code>style</code> component can appear anywhere in a zul page, but it affects all components in the same <code>desktop</code>.
*getContent() simply get the string that is set by setContent(). If you call setSrc() or call the constructor of Style(), getContent() still gets null.
+
* <code>getContent()</code> simply gets the string that is set by setContent(). If you call setSrc() or call the constructor of Style(), getContent() still gets null.
  
 
= Example =
 
= Example =
Line 26: Line 26:
 
=Supported Events=
 
=Supported Events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 41: Line 41:
 
=Use Cases=
 
=Use Cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
Line 51: Line 51:
 
=Version History=
 
=Version History=
 
{{LastUpdated}}
 
{{LastUpdated}}
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

Latest revision as of 09:26, 30 August 2023

Style

  • Demonstration: Style
  • Java API: Style
  • JavaScript API: Style
  • Style Guide: N/A

Employment/Purpose

The style component used to specify CSS styles for the owner desktop.

Note:

  • a style component can appear anywhere in a zul page, but it affects all components in the same desktop.
  • getContent() simply gets the string that is set by setContent(). If you call setSrc() or call the constructor of Style(), getContent() still gets null.

Example


ZKComRef Style Example.png

<style> a{ color:red; }</style>

Supported Events

Name
Event Type
None None

Supported Children

*NONE

Use Cases

Version Description Example Location
     

Version History

Last Update : 2023/08/30


Version Date Content
5.0.3 June 2010 The media property is supported.



Last Update : 2023/08/30

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.