XulElement

The fundamental class for XUL elements.

Class Name

org.zkoss.zul.impl.XulElement

Properties

Property

Description

Data Type

Default Value

action

Sets the label

String

null

context

Sets the ID of Popup that should appear when the user right-clicks on the element (aka., context menu).

String

null

popup

Sets the ID of Popup that should appear when the user clicks on the element.

String

null

tooltip

Sets the ID of Popup that should be used as a tooltip window when the mouse hovers over the element for a moment.

String

null

Methods

Name

Description

Return Data Type

getInnerAttrs()

Generates the Client-Side-Action attributes to the interior tag.

Reason: onfocus is the main use.

String

getOuterAttrs()

String

Inherited From