meta-magic / amexio.github.io

Amexio is a rich set of Angular 7 (170+) components powered by HTML5 & CSS3 for Responsive Design and with 80+ Material Design Themes, UI Components, Charts, Gauges, Data Point Widgets, Dashboards. Amexio is completely Open Sourced and Free. It's based on Apache 2 License. You can use it in your production grade work today at no cost or no obligation.
http://www.amexio.tech
Apache License 2.0
166 stars 72 forks source link

Need sample with any HTML Editor working inside card or window #61

Closed baminmru closed 6 years ago

baminmru commented 6 years ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[x ] Feature request
[x ] Documentation issue or request
[ ] Support request

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


Angular version: X.Y.Z


Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX

For Tooling issues:
- Node version: XX  
- Platform:  

Others:

ketan-gote commented 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

baminmru commented 6 years ago

I try : tinymce-angular ngx-wig medium-editor ckeditor-5

I can send sample components by email.

baminmru commented 6 years ago

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.

baminmru commented 6 years ago

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" >

About
<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> 

`

ngx-wig

ketan-gote commented 6 years ago

Closing Issue