GetSimple Support Forum

Full Version: Editor for GetSimple
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Copy from where?
From HTML
You might have to paste in source mode. I am not even sure any clipboards copy html.
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:edito...n_toolbars
Good to know, i though it was only word format
This button takes almost all of the code, except for classes and IDs, I use it when migrating sites to Getsimple SMS.