Commit 55de3d10 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

set the base url for relative paths.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27207 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6be03379
......@@ -68,6 +68,9 @@ var pathUser = \'${path_user}/\';\n
oFCKeditor.BasePath = \'${path_user}/\';\n
oFCKeditor.Value = \'${cleaninput}\';\n
\n
// set the base url for relative paths\n
oFCKeditor.Config[\'BaseHref\'] = \'${baseHrefUrl}/\';\n
\n
// set the css for editor area\n
oFCKeditor.Config[\'EditorAreaCSS\'] = \'${portal_path}erp5_editor.css\';\n
\n
......
759
\ No newline at end of file
760
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment