MTextArea
From RadPHP XE2 Documentation
MTextArea is a multiline input field where user can type.
Properties
| Name | Values | Description |
| ParentColor
|
boolean | Whether or not Color property value should be inherited from MTextArea’s parent component. |
| ParentFont
|
boolean | Whether or not Font property value should be inherited from MTextArea’s parent component. |
| ParentShowHint
|
boolean | Whether or not ShowHint property value should be inherited from MTextArea’s parent component. |
Mobile Components Common Properties
These properties are shared by all mobile components:
| Name | Values | Description |
| Enhancement
|
enFull enStructure None |
Determines component visual appearance. enFull will use JQuery Mobile default style, or a MobileTheme if there is one associated to the component. You will need to set this property to enStructure if you want it to use the style you defined through component properties other than MobileTheme, such as Font or Color. enNone will leave the component with its default appearance (no style at all). |