Gossamer Forum
Home : Products : Gossamer Links : Discussions :

html editor bug !

Quote Reply
html editor bug !
The html editor cannot run from an offline web server! please help.

TheFox

Quote Reply
Re: html editor bug ! In reply to
that's correct the includes in some files are especially build for the Links-SQL engine,
you can parse this to replace for exapmle:
<%include editor.js%>

in:

<SCRIPT LANGUAGE='JavaScript1.2' SRC=editor.js'></SCRIPT>

and

<%include editor_style.css%>

to

<LINK REL="stylesheet" HREF="editor_style.css" TYPE="text/css">

(The path to the files should be correct.)

Quote Reply
Re: html editor bug ! In reply to
Hi ericho,

It's not work...

TheFox

Quote Reply
Re: html editor bug ! In reply to
Hmmm strange,
Did you set the paths to the css & js files set properly on your system?
the images in the editor came from GT server, copy this to your system and set the paths properly.
If it does not work, I will try to do it on my system and check if it works...


Quote Reply
Re: html editor bug ! In reply to
Hi ericho,

I copy the image to my server. But the color picker and some others not work.

regards

TheFox



Quote Reply
Re: html editor bug ! In reply to
Hi,

This has been fixed in the final version. All neccessary files are now included in the .tar.gz file.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: html editor bug ! In reply to
Thanks Alex