Revision 53700
Added by Sofia Baltzi almost 6 years ago
invite.component.html | ||
---|---|---|
58 | 58 |
<tr> |
59 | 59 |
<td for="email.body" class="uk-text-bold uk-text-right">Message:</td> |
60 | 60 |
<td class="uk-text-left"> |
61 |
<!-- <ckeditor
|
|
61 |
<ckeditor |
|
62 | 62 |
debounce="400" |
63 | 63 |
[config]="{ extraAllowedContent: '* [uk-*](*) ; span', disallowedContent: 'script; *[on*]', removeButtons: 'Save,NewPage,DocProps,Preview,Print', |
64 | 64 |
extraPlugins: 'divarea'}"> |
65 |
<id="contentTag"--> |
|
65 |
<!-- <id="contentTag"-->
|
|
66 | 66 |
<!--(ready)="onReady($event)"--> |
67 | 67 |
<!--(focus)="onFocus($event)"--> |
68 | 68 |
<!--[config]="{uiColor: '#99000'}"--> |
69 | 69 |
<!--(blur)="onBlur($event)"--> |
70 | 70 |
<!--(change)="onChange($event)"--> |
71 |
<!--/ckeditor> -->
|
|
71 |
</ckeditor>
|
|
72 | 72 |
<!-- <textarea type="text" |
73 | 73 |
class="form-control uk-input uk-width-large@l uk-width-medium@s" [(ngModel)] = "email.body" id="message"> |
74 | 74 |
</textarea> --> |
Also available in: Unified diff
Add ckeditor