Label Control

Label Control exists in two different modes namely Runtime and Designer mode.

Label Designer Control

A Label is in designer mode at the time of designing a form in Implementer Interface. In this state, label control can be dragged and dropped on to the canvas. As soon as the label control is dragged on to the canvas, the control renders on the dropped location with its default properties.

Properties

Label designer control has some properties as mentioned below that can be changed by clicking on the control dropped (when in designer mode).

Display Value

Display value, the property of Label Designer control is a text field. 

Default value

Default display value for label designer control is Label.

Overriding default value

Default value can be overridden by double clicking on the dropped control.

Location

Location is the position of control in the canvas. The current position of control (when dropped) will be considered as the location of control.

Label Runtime Control

A Label Control is said to be in run time mode when the label designer control is saved with corresponding properties.

In this mode, Label Control will be static and none of its properties can be changed.

On this page

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)