mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
r8039 보완. 자동 줄바꿈 'in 필터' 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8042 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f722850c7c
commit
0974954690
1 changed files with 2 additions and 1 deletions
|
|
@ -35,8 +35,9 @@ function editorStart_xe(editor_seq, primary_key, content_key, editor_height, col
|
|||
xeed.cast('REGISTER_FILTER', ['in', inline_styled['in']]);
|
||||
xeed.cast('REGISTER_FILTER', ['out', inline_styled['out']]);
|
||||
xeed.cast('REGISTER_FILTER', ['r2t', auto_br.br2ln]);
|
||||
xeed.cast('REGISTER_FILTER', ['out', auto_br.ln2br]);
|
||||
xeed.cast('REGISTER_FILTER', ['in', auto_br.br2ln]);
|
||||
xeed.cast('REGISTER_FILTER', ['t2r', auto_br.ln2br]);
|
||||
xeed.cast('REGISTER_FILTER', ['out', auto_br.ln2br]);
|
||||
|
||||
// Set standard API
|
||||
editorRelKeys[editor_seq] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue