Mashup Builder > Widgets > Themable Widgets > Value Display Widget (Themable)
Value Display Widget (Themable)
The Value Display widget is designed to display a value that is bound to it in the mashup.
* 
The Value Display widget is available as a standard widget in the platform and as a web component that you can import from an SDK.
The properties of the Value Display widget follow:
Property Name
Description
Base Type
Default Value
Bindable? (Y/N)
Localizable? (Y/N)
Label
The text that appears in the label of the Value Display widget.
STRING
n/a
Y
Y
LabelAlignment
Aligns the label to the Left, Right, or Center along the horizontal axis.
STRING
Left
N
N
HorizontalAlignment
Aligns the value to the Left, Right, or Center along the horizontal axis.
STRING
Left
N
N
Data
The data source for the Value Display widget.
n/a
n/a
Y
N
CustomClass
Defines the CSS to the top div of the widget. When entering multiple classes, separate each class with a space.
STRING
n/a
Y
N
MaxHeight
Sets a maximum height for the Value Display container.
A disclosure button or show more link appears at the runtime in case of an overflow.
* 
This property is available only when you select MultiLine.
NUMBER
n/a
N
N
MaxWidth
Sets a maximum width for the Value Display container.
If the MultiLine is set to True then the content is line wrapped.
NUMBER
n/a
N
N
ModalHeight
Sets a fixed height for the modal window.
* 
Setting a fixed height is not applicable in the case of a modal window for an image. The window is automatically sized according to the dimensions of image.
NUMBER
n/a
Y
N
ModalWidth
Sets a fixed width for the modal window.
* 
Setting a fixed width is not applicable in the case of a modal window for an image. The window is automatically sized according to the dimensions of image.
NUMBER
n/a
Y
N
Disabled
Disables the widget in the mashup. The widget appears in the mashup but is not available to use.
BOOLEAN
False
Y
N
ValueFormat
Specifies how the value data is formatted in the widget.
RENDERERWITHSTATE
n/a
N
N
LabelType
Sets the text type for the label of the widget to Header, Sub-Header, Label, or Body.
STRING
Label
N
N
MultiLine
Breaks the value text across a new line when it exceeds the specified width.
BOOLEAN
True
N
N
TextIfNoValue
Sets a text that appears when the widget data source does not contain a value
STRING
n/a
Y
Y
DisclosureControl
Specifies how to display the full value when it exceeds the specified dimensions for the widget. The full value appears in a modal window or using a Show More link.
* 
The image always opens in a modal window by default.
STRING
Display Info Button
N
N
Clicked
Triggers an event when the widget is clicked.
n/a
n/a
Y
N
Was this helpful?