mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add loader for tiny
This commit is contained in:
+3
@@ -78,6 +78,9 @@ export class PublicationDetailPage implements OnInit {
|
||||
FileExtension: 'jpeg',
|
||||
}
|
||||
this.showLoader = false;
|
||||
},(error) => {
|
||||
this.goBack();
|
||||
this.httpErrorHandle.httpStatusHandle(error)
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
</div>
|
||||
|
||||
<editor
|
||||
class="container-img"
|
||||
apiKey="wr5dk69kive0qr9ig6y5spqvlj3a0tsiwnzdsexnz241k69p"
|
||||
[(ngModel)]="editorContent"
|
||||
[init]="{
|
||||
|
||||
@@ -16,6 +16,7 @@ export class TinyMCEPage implements OnInit {
|
||||
content: ""
|
||||
editorContent: "";
|
||||
value: "";
|
||||
loadingTiny = true
|
||||
|
||||
|
||||
|
||||
@@ -45,6 +46,7 @@ export class TinyMCEPage implements OnInit {
|
||||
|
||||
doneWaitForTiny(tiny: HTMLDivElement) {
|
||||
tiny.style.height = '100%'
|
||||
this.loadingTiny = true
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
|
||||
Reference in New Issue
Block a user