Element "zpro > ProcessForm > ProcessBlock > Label"

Top  Previous  Next

Label Element should be placed into a ProcessBlock Element.

With this element you can attach labels to the input elements used in the ProcessBlock.

Why Use Labels?

Although Labels are similar to Text Elements, they provide two functionalities:

1.To give a broader click-sensitive-area for the elements on the page. If you click on the area of a label on a web browser, it will be the same as you click on the area of the input element that the label is bind.
2.To define shortcuts to focus to the input elements.

 

Label

 

Properties

Bind To Element

Select an input element from the input elements that exist in the ProcessBlock that the Label is located.

Short-Cut (ALT + ?)

The character you enter into this field will be a shortcut that is activated with ALT key + the character you entered. For example if you enter "U" into this property, pressing the shortcut ALT + U will focus the cursor to the bind input element.

Giving hint to the user that there is a shortcut key

The Title property of the Label element is predefined to display a hint to the end user. The hint is displayed in a small hint box on the browser when the user moves the cursor over the label area.

If, for example, the shortcut key is "U" then the hint will be "Press ALT + A to focus". You can change the hint message by editing the Title property.

See Input Elements.