The popup component allows opening a popup either by clicking on a link or button. The popup view can contain any components. The popup view is closes automatically when the mouse pointer moves outside the view.



Attributes



Type

Name

Description

UI

Dialog

In Dialog we are having a checkbox when we activate checkbox popup will appear on the screen when we deactivate the checkbox popup will appear in page.

UI

Caption

In Caption we can name the popup

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 pop up width. This attribute will allow for setting exact width.

CSS Attributes

Height

The pop up height. This attribute will allow for setting exact height.


Events

Name

Description

Click

When the popup is clicked

Double Click

When the popup is double clicked.

Mouse Down

when mouse pointer is down from the popup

Mouse Enter

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

Mouse Leave

When the mouse pointer leaves in the popup.

Mouse Move

When the mouse pointer is moving over the popup.

Mouse Out

When the mouse pointer moves out of a popup.

Mouse Over

When the mouse pointer is moving over the popup.

Mouse Up

When the mouse pointer is pressed up.

Focus In

When the popup is clicked.

Focus Out

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

Key Press

When we press key on the keyboard in popup while it is over.

Key Down

When we press key down on the keyboard in popup while it is over.

Key Up

When we press key up on the keyboard in popup while it is over.


Methods

Show Method: It will show the popup.


Close-Hide Method: When you click on button popup, it should open in dialog and by pressing another button popup then it will be closed or Hide.


Delete Method: When you Click on the Delete Button, The Popup will delete including all the controls and Events.


Browser Output: Click the Popup Button to get the Popup, if you want to close the Popup Click the Popup Button.


Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files