Inputs
Input | Type | Default | Required | Description |
---|---|---|---|---|
id | string | - | no | Id property when multiple editor used on same page |
[config] | AngularEditorConfig | default config | no | config for the editor |
placeholder | string | - | no | Set custom placeholder for input area |
tabIndex | number | - | no | Set Set tabindex on angular-editor |
Outputs
Output | Description |
---|---|
(html) | Output html |
(viewMode) | Fired when switched visual and html source mode |
(blur) | Fired when editor blur |
(focus) | Fired when editor focus |