GetSimple Support Forum
Editor for GetSimple - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Editor for GetSimple (/showthread.php?tid=7774)



Editor for GetSimple - harotz - 2015-12-16

Hey there,
I'm starting to build pages, when I copy text loses formatting, and images disappear. Just copy text only. In settings I have set "Enable the HTML editor"
That does not work as WYSIWYG editor. What am I doing wrong  Huh


RE: Editor for GetSimple - shawn_a - 2015-12-16

Copy from where?


RE: Editor for GetSimple - harotz - 2015-12-17

From HTML


RE: Editor for GetSimple - shawn_a - 2015-12-17

You might have to paste in source mode. I am not even sure any clipboards copy html.


RE: Editor for GetSimple - harotz - 2015-12-17

Eureka!
I got it: in gsconfig.php I added 'PasteFromWord' in

define('GSEDITORTOOL',"['Cut','Copy','Paste','PasteFromWord','-','Undo','Redo','Find','Replace','-','SelectAll'],
['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList','JustifyLeft','JustifyCenter','JustifyRight',
'JustifyBlock', 'Table', 'TextColor', 'BGColor', 'Link','Unlink', 'Image', 'RemoveFormat', 'Source'],
'/',
['Styles','Format','Font','FontSize']
");

I can now select text on a hmtl page (including images) and copy in GetSimple page.

It is explained here, it says it is for Word but works with HTML
http://get-simple.info/wiki/how_to:editor_configuration_toolbars


RE: Editor for GetSimple - shawn_a - 2015-12-18

Good to know, i though it was only word format


RE: Editor for GetSimple - Oleg06 - 2015-12-19

This button takes almost all of the code, except for classes and IDs, I use it when migrating sites to Getsimple SMS.