From ea6ea58d3576c6c4abf75a91ee14b87dfcebf093 Mon Sep 17 00:00:00 2001 From: haneul Date: Fri, 23 Nov 2007 14:49:27 +0000 Subject: [PATCH] =?UTF-8?q?quotation=20component=EC=9D=98=20attributes?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3063 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xquared/js/xe_interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/xquared/js/xe_interface.js b/modules/editor/skins/xquared/js/xe_interface.js index eb15dd73f..0b84e5f76 100644 --- a/modules/editor/skins/xquared/js/xe_interface.js +++ b/modules/editor/skins/xquared/js/xe_interface.js @@ -30,7 +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); - var additionalAttributes = ['editor_component', 'poll_srl','multimedia_src', 'auto_start', 'link_url', 'editor_sequence']; + var additionalAttributes = ['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']; var additionalTags = ['embed', 'param', 'object']; additionalAttributes.each( function (item, index) { editor.config.allowedAttributes.push(item); } );