mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
quotation component의 attributes추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3063 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cc46a20754
commit
ea6ea58d35
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ function editorGetContent_xq(editor_sequence) {
|
||||||
|
|
||||||
function editorStart_xq(editor, element, editor_sequence, content_key, editor_height, primary_key) {
|
function editorStart_xq(editor, element, editor_sequence, content_key, editor_height, primary_key) {
|
||||||
editor = new xq.Editor(element);
|
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'];
|
var additionalTags = ['embed', 'param', 'object'];
|
||||||
additionalAttributes.each( function (item, index) {
|
additionalAttributes.each( function (item, index) {
|
||||||
editor.config.allowedAttributes.push(item); } );
|
editor.config.allowedAttributes.push(item); } );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue