YAFLogo

BWG
  • BWG
  • 100% (Exalted)
  • YAF Lover Topic Starter
3 days ago
Hi,

I thought that by modifying yafsrc\YAF.Web\Editors\SCEditor.cs it would be possible to add a table button to the WYSIWYG editor. I simply added table to this line of code and recompiled. However, the table button doesn't appear.

​  var toolbar =      $"table|bold,italic,underline,strike|font,size,color|mark|email,link,unlink,quote,code|image{albums}{attachments}|bulletlist,orderedlist|left,center,right|indent,outdent|cut,copy,pastetext,removeformat|undo,redo|youtube,vimeo,instagram,facebook,media|extensions|source";

I'm guessing further changes are needed. Can you point me in the right direction?

Thanks

BWG

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
a day ago
Currently the editor does not include the table functions. I updated the editor it now includes the table dialog. Which will be updated in YAF 3.2.6. You can directly get the updated js files from the source repository.