g_HolderContentsGroup_Input
Input
Properties
autoAdjustHeight : booleanSpecifies if this input box will automatically grow in height as data is entered.
conjunction : stringThe name of the "any" group in the query.
context : stringThe attribute, association path, or a constant specifying context indentifier to be set. For context bus adapter.
- See
- Application'contextImplementation
control : identifierThe 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.
defaultTime : nonNegativeLongDefault time to apply to a date time value with only a date. Specified in milliseconds since midnight.
Valid values based on“long”. 0 (minInclusive) edit : stringBoolean property specifying whether the insert, delete, or edit operations are allowed in the column.
editMode : FormEditTypeWhether the control is used for querying, or editing.
Valid values based on“string”. edit Marks the form as edit only.
query Marks the form as query only.
enabled : stringThe attribute, association path, or a constant returning boolean to set enablement.
error : stringExpression returning non-#f if the message should be treated as an error. The raw message is passed as "this".
format : stringFormat string to be used for parsing and formatting the raw value.
hiddenObjectCaption : stringThe attribute, association path, or a string constant to display when the value is an object that is hidden from the user.
maxLength : intThe maximum number of characters this input control can contain, subject to several conditions:
1) Values of zero are interpreted as no maximum limit. 2) If the attribute this control is bound to is persisted to a database with a length less than the supplied value, then the database value will be used instead. 3) maxLength values set from script will override all other values.menu : identifierThe menu associated with this input box.
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.
multiline : booleanSpecifies if the input box can handle multiline data.
name : uiIdentifierUniquely 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.
nullCaption : stringText caption to display in the input when the value is null.
operator : OperatorAn evaluation operator applied to [?] resulting in [?].
- Example
<, >, <=, >=, !=, like?
Valid values based on“string”. = != < <= > >= like? password : booleanSpecifies if this input box is a password field. Input text will appear hidden with bullets.
popupTooltip : identifierThe 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 : RelativeJustificationThe popup tooltip justification relative to its anchor. One of "before", or "after".
Valid values based on“string”. before after popupTooltipPosition : RelativePositionThe 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 : PopupTooltipStyleThe popup tooltip appearance style. One of "clean", or "callout".
Valid values based on“string”. clean callout popupTooltipValue : stringThe attribute or an association path to the instance to appear in the popup tooltip. Can be empty.
query : stringList of additional attributes to include in read query.
required : stringThe 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.rows : intThe number of internal rows of data the input box can handle. Must be an Integer.
style : stringStyle for the InputBox.
tabIndex : longThe index number of the tabbable control. Must be a long integer.
tabStop : booleanSpecifies if tabbing should stop on the tabbable control
tooltip : stringThe attribute, association path, or a constant specifying tooltip.
unit : stringDisplay unit bind. Attribute name, or constant.
value : stringThe attribute to which the control will bind.
visible : stringThe attribute, association path, or a constant returning boolean to set visibility.
Parents
Parent topic: t_TableLayoutType_Rows_Row_Holder
Parent topic: t_SplitterLayoutType_Holder
Parent topic: t_ActionTileType_Icon
Parent topic: t_ActionTileType_Summary
Parent topic: t_ActionTileType_ActionIcon
Parent topic: t_ExpandableTileType_Icon
Parent topic: t_ExpandableTileType_Summary
Parent topic: t_ExpandableTileType_ActionIcon
Parent topic: t_ExpandableTileType_Detail
Parent topic: t_ExpandableTileType_Attachment
Parent topic: t_ExpandableTileType_Toolbar