Editable content admin

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
sirco
Posts: 35
Joined: Mon Jan 08, 2018 3:40 pm

Editable content admin

Post by sirco »

I would like to customize the editor (summernote, CLeditor,...) with some plugin. What should I do ?
Maybe this is not a pure QNEWB question, but... I dare give a try...
User avatar
Pablo
Site Admin
Posts: 3919
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Editable content admin

Post by Pablo »

You can add custom options via the 'Editor settings' property.
For example, for summer note:

Code: Select all

toolbar: [
   ['style', ['style']],
   ['font', ['clear', 'fontname', 'fontsize', 'fontsizeunit' , 'forecolor' , 'backcolor' , 'strikethrough', 'superscript', 'subscript']],
   ['misc', ['undo', 'redo']],
   ['color', ['color']],
   ['para', ['ul', 'ol', 'paragraph']],
   ['height', ['height']],
   ['table', ['table']],
   ['insert', ['link', 'picture', 'video', 'hr']],
   ['view', ['codeview', 'help']]
  ]

sirco
Posts: 35
Joined: Mon Jan 08, 2018 3:40 pm

Re: Editable content admin

Post by sirco »

Thks for your prompt reply!
To be more precise, what I'm looking for is in the case of a table (summernote) it turns out that in the "editable content" screen the table shows up without any border, which is quite uncomfortable...
Any hint about that ?
User avatar
Pablo
Site Admin
Posts: 3919
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Editable content admin

Post by Pablo »

I'm sorry, I cannot give support on the Summer-note editor itself.
But maybe the documentation will be helpful?
https://summernote.org/deep-dive/#customization
Post Reply