Revision 53700
Added by Sofia Baltzi almost 6 years ago
modules/uoa-connect-portal/trunk/src/app/community/community.component.html | ||
---|---|---|
53 | 53 |
<subscribe *ngIf="communityId != null" [communityId]="communityId" showNumbers=true class="uk-margin-left"></subscribe> |
54 | 54 |
</p> |
55 | 55 |
</div> |
56 |
<!--invite *ngIf="communityId != null && communityId != '' && community" [communityId]=communityId [communityName]=community.shortTitle> </invite--> |
|
57 | 56 |
<div *ngIf="communityId != null && communityId != ''" class="uk-child-width-1-6@l uk-child-width-1-6@m uk-child-width-1-3@s uk-text-center uk-grid" uk-grid=""> |
58 | 57 |
<div *ngIf="publicationTotal != null && IsEntityEnabled('publication')" class="uk-first-column"> |
59 | 58 |
<div class="uk-card uk-card-default uk-card-small uk-card-body"> |
modules/uoa-connect-portal/trunk/src/app/utils/subscribe/invite/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