<messageTextInput> Element
Namespace: http://xmlns.oracle.com/uix/ui
Derived from: <ui:textInput> element
Group: UIX Components
Type of Element: UINode

The messageTextInput control is a combination of the textInput and inlineMessage controls.

Syntax
<messageTextInput
    [ prompt="string" ]
    [ longDescURL="anyURI" ]
    [ targetFrame="string" ]
    [ vAlign="ui:vAlignType" ]
    [ messageType="ui:inlineMessageEnumType" ]
    [ tip="string" ]
    [ message="string" ]
    [ anchor="string" ]
    [ contentStyleClass="string" ]
    [ accessKey="ui:char" ]
    [ promptAndAccessKey="string" ]
>
   <end></end>
</messageTextInput>

Syntax Notes:
  • This element can also have all the attributes and child elements of the element from which it is derived.

  • Description

    The messageTextInput control is a combination of the textInput and inlineMessage controls.


    Example
    <messageTextInput prompt="Need-by date:"
                      columns="20"
                      message="Your current date is too early."
                      tip="Must be no earlier than 20 days."
                      text="10-02-01"/>

    Attributes

    Description Type
    prompt the prompt of the bean.
    string
    longDescURL an URL to a page with more information about the message.
    anyURI
    targetFrame the target frame for the URL, if any.
    string
    vAlign the vertical alignment of the prompt and other contents. The acceptable values are "middle", "top", and "bottom".
    ui:vAlignType
    messageType the type of the message; acceptable values are "error", "warning", "info", and "none". Defaults to "none".
    ui:inlineMessageEnumType
    tip the tip text associated with the control
    string
    message the error, warning, or informational text.
    string
    anchor Specifies the name of an anchor tag. This tag will uniquely identify this inline message across a single page. The destinations of links in a MessageBox would reference this anchor.
    string
    contentStyleClass the CSS style of the content area of the messaging component. This area includes both the direct contents and the end child.
    string
    accessKey Character used to gain quick access to the form element specified by the labeledNodeId, if set. If the same access key appears in multiple locations in the same page of output, the rendering user agent will cycle among the elements accessed by the similar keys.

    This attribute is sometimes referred to as the "mnemonic".

    The character specified by this attribute must exist in the promptattribute of this instance. If it does not, the user will receive no visual indication of the existence of the accessKey.


    ui:char
    promptAndAccessKey An attribute that will simultaneously set both the "prompt" and "accessKey" attributes from a single value, using conventional ampersand ('&') notation.

    For example, setting this attribute to "P&rompt" will set the prompt to "Prompt" and the access key to 'r'.


    string

    Child Elements

    Description Required? Maximum
    <end> Node to render after the child element(s).
    No 1