(e)
| 4501 | } |
| 4502 | |
| 4503 | function afterEvent(e) { |
| 4504 | if (isOrderedList) { |
| 4505 | // 再设置有序列表 |
| 4506 | editor.command(e, 'InsertOrderedList'); |
| 4507 | } |
| 4508 | } |
| 4509 | |
| 4510 | // 创建droplist |
| 4511 | var tpl = '{#commandValue}{#title}'; |
nothing calls this directly
no outgoing calls
no test coverage detected