Style

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.

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

Class Name

org.zkoss.zul.Style

Supported Child Components

*NONE

Supported Events

*NONE

Attributes

Property

Description

Data Type

Default Values

src

the URI of an external style sheet.

String

<empty string>

Methods

Name

Description

Return Data Type

onChildRemoved(org.zkoss.zk.ui.Component child)

void

redraw(java.io.Writer out)

void

insertBefore(org.zkoss.zk.ui.Component child, org.zkoss.zk.ui.Component insertBefore)

Only Label children are allowed.

boolean

Inherited From