NusaCustomContainerType Interface
A RichEdit container that declares methods to get and set a focused RichEdit control.
#Declaration
export interface NusaCustomContainerType
#Methods
#getFocussedElement(containerElement) Method
Returns the focused RichEdit control in the specified container.
#Declaration
getFocussedElement(
containerElement: HTMLElement
): HTMLElement
#Parameters
Name | Type | Description |
---|---|---|
container |
HTMLElement | An HTML element that is rendered for the Rich |
#Returns
Type | Description |
---|---|
HTMLElement | An HTML element that is rendered for the Rich |
#setFocussedElement(element) Method
Sets focus to the specified RichEdit control.
#Declaration
setFocussedElement(
element: HTMLElement
): void
#Parameters
Name | Type | Description |
---|---|---|
element | HTMLElement | An HTML element that is rendered for the Rich |