Closed baminmru closed 6 years ago
@baminmru - will checkout card/window component with html editor and get back to you. Between can you tell us which html editor you used
I try : tinymce-angular ngx-wig medium-editor ckeditor-5
I can send sample components by email.
28.02.2018 7:51, Ketan Gote пишет:
@baminmru https://github.com/baminmru - will checkout card/window component with html editor and get back to you. Between can you tell us which html editor you used
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/meta-magic/amexio.github.io/issues/61#issuecomment-369120996, or mute the thread https://github.com/notifications/unsubscribe-auth/AP0lBeFxrA07K4rYCsnSeBl5pKWZkS_Bks5tZNtHgaJpZM4SVlM5.
In attachment my experimental components for ck-editor and medium-editor.
The problem is solved. Component https://github.com/stevermeister/ngx in version 4.0.10 started to appear on the forms.
Test usage: `<amexio-card [show]="true" [header] ="true" [footer] ="false" >
<amexio-body>
<amexio-row>
<amexio-column size="12" >
<ngx-wig [content]="aboutText" [buttons]="'bold,italic,link,list1,list2'"></ngx-wig>
</amexio-column>
</amexio-row>
</amexio-body>
`
Closing Issue
I'm submitting a...
Current behavior
I test some HTML editor library , but all of them has a visibility problem inside card or window
Expected behavior
Minimal reproduction of the problem with instructions
For bug reports please provide the STEPS TO REPRODUCE and if possible a MINIMAL DEMO of the problem via https://plnkr.co or similar (you can use Our Amexio Plunker as a starting point: http://plnkr.co/edit/M9AeGH?p=info)
What is the motivation / use case for changing the behavior?
Environment