<messageInput>要素 |
 |
<messageInput>要素は、対応するコンポーネントを自動的に選択し、属性をレンダリングします。
構文 |
 |
<messageInput></messageInput>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
説明 |
 |
<messageInput>要素は、対応するコンポーネントを自動的に選択し、属性をレンダリングします。
例 |
 |
<bc4j:rootAppModuleScope name="EmpAppModule" >
<contents>
<bc4j:viewObjectScope name="AllDeptsVO" >
<contents>
<bc4j:region automatic="true" >
<bc4j:attrStamp>
<bc4j:messageInput readOnly="true" />
</bc4j:attrStamp>
</bc4j:region>
</contents>
</bc4j:viewObjectScope>
</contents>
</bc4j:rootAppModuleScope>
属性 |
 |
|
説明 |
型 |
readOnly |
この要素を、読取り専用としてレンダリングするかどうかを指定します。 |
boolean |
|