에디터에 strikethrough, removeformat 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2579 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-11 07:49:03 +00:00
parent e1e826156b
commit 01922d0f13
4 changed files with 23 additions and 15 deletions

View file

@ -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;