mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
에디터에 strikethrough, removeformat 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2579 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e1e826156b
commit
01922d0f13
4 changed files with 23 additions and 15 deletions
|
|
@ -563,13 +563,19 @@ function editorEventCheck(evt) {
|
|||
case 'StrikeThrough' :
|
||||
case 'undo' :
|
||||
case 'redo' :
|
||||
case 'justifyleft' :
|
||||
case 'justifycenter' :
|
||||
case 'justifyright' :
|
||||
case 'indent' :
|
||||
case 'outdent' :
|
||||
case 'insertorderedlist' :
|
||||
case 'insertunorderedlist' :
|
||||
case 'JustifyLeft' :
|
||||
case 'JustifyCenter' :
|
||||
case 'JustifyRight' :
|
||||
case 'JustifyFull' :
|
||||
case 'Indent' :
|
||||
case 'Outdent' :
|
||||
case 'InsertOrderedList' :
|
||||
case 'InsertUnorderedList' :
|
||||
case 'SaveAs' :
|
||||
case 'Copy' :
|
||||
case 'Cut' :
|
||||
case 'Paste' :
|
||||
case 'RemoveFormat' :
|
||||
editorDo(component_name, '', editor_sequence);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue