Constructor Summary
| Public Constructor | ||
| public |
constructor(element: HTMLTextArea, controls: MarkdownControl[]) Creates an interactive markdown editor instance. |
|
Inherited Summary
| From class ViewController | ||
| public static |
Creates a view controller directly for all members of a class. |
|
| public static |
of(elem: string | Element): ViewController Returns a canolical VC of an element if it exists |
|
Public Constructors
public constructor(element: HTMLTextArea, controls: MarkdownControl[]) source
Creates an interactive markdown editor instance.
Override:
ViewController#constructorParams:
| Name | Type | Attribute | Description |
| element | HTMLTextArea | .markdown element which to setup. |
|
| controls | MarkdownControl[] |
