mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
한글 띄어쓰기, 맞춤법 등 일부 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6715 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
914b89add2
commit
2ee3844935
22 changed files with 375 additions and 383 deletions
|
|
@ -309,16 +309,6 @@ function editorSearchComponent(evt) {
|
|||
if(obj.nodeName == "IMG") {
|
||||
editor_component = "image_link";
|
||||
editorPrevNode = obj;
|
||||
|
||||
// 테이블의 td일 경우
|
||||
} else if(obj.nodeName == "TD") {
|
||||
editor_component = "table_maker";
|
||||
editorPrevNode = obj;
|
||||
|
||||
// 링크거나 텍스트인 경우
|
||||
} else if(obj.nodeName == "A" || obj.nodeName == "BODY" || obj.nodeName.indexOf("H")==0 || obj.nodeName == "LI" || obj.nodeName == "P") {
|
||||
editor_component = "url_link";
|
||||
editorPrevNode = obj;
|
||||
}
|
||||
} else {
|
||||
editorPrevNode = obj;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue