Mashup Builder > Widgets > Legacy Widgets > Value Display Widget (Legacy)
Value Display Widget (Legacy)
The Value Display widget is designed to take a simple data value and display it with contexting on the mashup. You can use State Formatting to do things such as change the color of a numeric display based on its value.
Properties
For information about common widget properties, see Widgets. Properties that are specific to the Value Display widget are described in the table below.
Property Name
Description
Base Type
Default Value
Bindable? (Y/N)
Localizable? (Y/N)
ValueFormat
Pick the renderer (such as Number, String, or Date) and style or state formatting to apply
RENDERERWITHSTATE
Renderer and State
Y
N
Data
Scalar values
n/a
n/a
Y
N
Alignment
Location of the Value Display
STRING
Left
N
N
VerticalAlignment
STRING
Middle
N
N
LabelAlignment
STRING
Left
N
N
BackgroundFill
If you select Content, the background style is filled to the size of the value content.If you select Widget, the background style is filled to the size of the widget.
STRING
Content
N
N
ImageScaling
The scale of the image used in the value
STRING
Width
N
N
Overflow
Determines if the renderer is visible outside of the widget
STRING
Hidden
N
N
TextWrap
Determines if the text content wraps around in the widget
BOOLEAN
true
N
N
TextIfNoValue
The text that appears in the value display if there is no value bound to the control
STRING
n/a
N
Y
TextIfNoValueOffset
Left offset of the text in pixels
NUMBER
0
N
N
ToolTipField
Tooltip that displays when the user hovers over the Value Display
STRING
n/a
Y
Y
Clicked
When the user clicks on the Value Display widget, this event is fired.
n/a
n/a
Y
N
Was this helpful?