The label component displays a single line of text and identifies some other element or activity on a web page. It can also control the alignment and size of a label. Label components don’t have borders. It has only text.


  1. Label in Palette


  1. Sample Labels User Name & Password


Attributes



Type

Name

Description

UI

Caption

Displays text as specified by the value attribute.

General

ID

Displays title of the component.

General

Parent

Displays where it is located in the component.

General

Class

A CSS style to be attached to the component. This style is added in addition to styles output by the component.

General

Trash

Users to permanently delete component.

CSS Attributes

Z-index

The z-index specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order.

CSS Attributes

Add/Edit

It has CSS Editor. We can write different CSS code for each component.

CSS Attributes

Width

The label width. Default width is as per the text provided. This attribute will allow for setting exact width.

CSS Attributes

Height

The label height. Default height is as per the text provided .This attribute will allow for setting exact height.




Events

Name

Description

Click

When the label is clicked.

Double Click

When the label is double clicked.

Mouse Down

When the label is pressed down.

Mouse Enter

When the mouse pointer is moves in label while it is over.

Mouse Leave

When the mouse pointer is moves on over an label.

Mouse Move

When the mouse pointer is moving while it is over an label.

Mouse Out

When the mouse pointer moves out of a label.

Mouse Over

When the mouse pointer is moves on label while it is over.

Mouse Up

When the mouse pointer is pressed up.

Focus In

When the label is clicked.

Focus Out

When the mouse pointer is pressed while it is over a label.


Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator