> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/powerbuilder-kendo-components/window-components/w-multiline.md).

# w-multiline

Adds supports for \[MultiLineEditComponent]

## Implementation  Details

> **Component Selector:** 'wm-multi-line-edit'

## Class inheritance

MenuComponent extends [BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md).

## Support

### Properties

| Property              | Get/Set | Notify Changes | Details                                                                                                                                                                |
| --------------------- | ------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| alignment: enumerated | Yes/Yes | No             | Specifies the text alignment in the control. Values are: Center!, Justify!, Left!, Right!.                                                                             |
| border: boolean       | Yes/No  | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| enabled: boolean      | Yes/Yes | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| name: string          | Yes/Yes | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| text: string          | Yes/Yes | Yes            | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| textCase: enumerated  | Yes/Yes | No             | Specifies the case in which text entered in the control displays. Values are: AnyCase!, Lower!, Upper!                                                                 |
| visible: boolean      | Yes/Yes | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |

### Events

| Event     | Supported | Parameter       | Details                     |
| --------- | --------- | --------------- | --------------------------- |
| getfocus  | Yes       | **$event**: any | Triggers `getfocus` Event.  |
| losefocus | Yes       | **$event**: any | Triggers `losefocus` Event. |
