spfx-40-fantastics icon indicating copy to clipboard operation
spfx-40-fantastics copied to clipboard

Missing HTML editor in Webparts

Open kemist opened this issue 7 years ago • 4 comments

I installed the package as directed.

On a modern page, I inserted the following web parts:

  • Tabs
  • Accordion

However, the text editors within these parts are not the cool CKEEditor, etc.

It seems as if the web parts are missing the property pane custom fields as referenced here:

https://oliviercc.github.io/sp-client-custom-fields/

Also, I do not have the choices as described in the documentation such as:

  • Tab Content: image

  • Mode

  • Theme image

If you could please provide some insight, I would be much obliged.

Thank you, David ([email protected])

kemist avatar Oct 22 '17 05:10 kemist

I also do not see the editor in the fckeditor (RichText Editor) webpart; which makes this one unusable. Choosing Inline either "On" or "Off" does not help. Really need this one working as the OOTB one from MS does hardly anything!

ItsBradMorgan avatar Dec 15 '17 22:12 ItsBradMorgan

Could this be because ckeditor is linked via a public cdn and not internally stored in the package, perhaps the cdn is being blocked?

tachiaus avatar Mar 16 '18 03:03 tachiaus

I confirm that this isn't working for me either. Downloaded sp pkg. added app to SPO. Added app to site, created 'site page' and opened accordion web part. Missing same items as noted above. And when I inspect the rendered HTML I can see that the original textarea element has been modified by ckeditor.

All this to state that I'm pretty sure CKEditor is not being blocked by a CDN but rather that part of the editor is being blocked by Sharepoint. For example, along the bottom of the editor I can see the 'body' and 'p' tags which are part of the editor's features. I just don't see the toolbar.

Separately, some of the properties (which are shown in the demo) are not actually in the code. These include theme and mode. Not sure why? Point this out because someone above mentions these are missing.

kcdsb-csd avatar Apr 08 '18 15:04 kcdsb-csd

This is probably related to issue #29

AltruisticNerd avatar May 16 '18 01:05 AltruisticNerd