From 2f0d39d05228744c264889ae79d0a261cb129aa0 Mon Sep 17 00:00:00 2001 From: haneul Date: Thu, 6 Dec 2007 01:48:00 +0000 Subject: [PATCH] remove editings of xquared main source for setting imageToolbar path git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3159 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xquared/js/xe_interface.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/editor/skins/xquared/js/xe_interface.js b/modules/editor/skins/xquared/js/xe_interface.js index ca9f04d6c..47bd8b972 100644 --- a/modules/editor/skins/xquared/js/xe_interface.js +++ b/modules/editor/skins/xquared/js/xe_interface.js @@ -30,6 +30,7 @@ function editorGetContent_xq(editor_sequence) { function editorStart_xq(editor, element, editor_sequence, content_key, editor_height, primary_key) { editor = new xq.Editor(element); + editor.config.imagePathForDefaultToolbar = request_uri+editor_path.substring(1)+'examples/img/toolbar/'; editor.config.allowedAttributes.push('editor_component', 'poll_srl','multimedia_src', 'auto_start', 'link_url', 'editor_sequence', 'use_folder', 'folder_opener', 'folder_closer', 'color', 'border_thickness', 'border_color', 'bg_color', 'border_style', 'margin', 'padding', 'bold', 'nx', 'ny', 'gx', 'gy', 'address', 'reg_sinpic', 'language','align'); editor.config.allowedTags.push('embed', 'param', 'object');