Type to start searching...

Image : UI Control

Properties
collapseViewName : string

The name of the control on the current form to collapse when firing a sysCollapseView event.

Set the defaultImage to end with either "_expand" or "_collapse". When the event is fired, the defaultImage will be replaced with the "_expand" suffix changed to "_collapse", and vice versa.
context : string

The attribute, association path, or a constant specifying context indentifier to be set. For context bus adapter.

See
Application'contextImplementation
control : identifier

The control type this should be rendered with.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

defaultImage : string

Deprecated. Use dynamicDefaultImage instead.

dynamicDefaultImage : string

The default image bind for this control. Replaces the deprecated defaultImage attribute.

edit : string

Boolean property specifying whether the insert, delete, or edit operations are allowed in the column.

enabled : string

The attribute, association path, or a constant returning boolean to set enablement.

error : string

Expression returning non-#f if the message should be treated as an error. The raw message is passed as "this".

event : identifier

The UIEvent attached to the Image control. UIEvents are handled by UIActions.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

imageAlign : Alignment

Horizontal alignment of the image.

Example


"left", "right", "center"

Valid values based on“string”.
right
center
left
imageVAlign : VAlignment

Vertical alignment of the image.

Example


"top", "bottom", "middle"

Valid values based on“string”.
top
middle
bottom
menu : identifier

The menu associated with the Image.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

name : uiIdentifier

Uniquely identifies the tabbable control.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

popupTooltip : identifier

The name of screen appearing as popup tooltip.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

popupTooltipJustification : RelativeJustification

The popup tooltip justification relative to its anchor. One of "before", or "after".

Valid values based on“string”.
before
after
popupTooltipPosition : RelativePosition

The position of the popup tooltip relative to its anchor. One of "above", "below", "left", or "right.

Valid values based on“string”.
above
below
left
right
popupTooltipStyle : PopupTooltipStyle

The popup tooltip appearance style. One of "clean", or "callout".

Valid values based on“string”.
clean
callout
popupTooltipValue : string

The attribute or an association path to the instance to appear in the popup tooltip. Can be empty.

query : string

List of additional attributes to include in read query.

required : string

The attribute, association path, or a constant returning boolean to set whether the value for the control is required.

If the attribute is required in the model, it takes precedence and one cannot change this setting in the UI. If the attribute is not required in the model, the requiredness can be set to an attribute, association path, or a constant returning boolean. If the value is set to #t, or the attribute value is true, the requiredness cannot be changed using 'required' view property that is set via client-side API. If the value is left blank, it is set to #f, or the attribute value is false, the requiredness can be changed using 'required' view property that is set via client-side API.
scalable : boolean

True if the image should re-size proportionally, otherwise the image will not re-size.

If set to false, the image alignment should be set by the align and valign properties. The height and width should be set with pixel values, otherwise the height and width will be the dimensions of the image. If set to true, the image alignmnet should be set by the imageAlign and imageVAlign properties.
style : string

Style for the image control.

tabIndex : long

The index number of the tabbable control. Must be a long integer.

tabStop : boolean

Specifies if tabbing should stop on the tabbable control

tooltip : string

The attribute, association path, or a constant specifying tooltip.

type : string

The type of image.

value : string

The attribute to which the control will bind.

visible : string

The attribute, association path, or a constant returning boolean to set visibility.

Parents