?? fckeditor.zul
字號:
<?xml version="1.0" encoding="UTF-8"?><!--fckez.zul{{IS_NOTE Purpose: Description: History: Mon Dec 26 21:16:56 2005, Created by tomyeh}}IS_NOTECopyright (C) 2005 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window id="main" title="Demo FCKeditor"> <fckeditor id="ed" value="Initial value" onChange="ta.value = self.value"/> <textbox id="ta" rows="6" value="Initial value" width="100%" onChange="fcke.value = self.value"/> <button label="width" onClick="fcke.width = "500px""/> <button label="toggle" onClick="fcke.getParent() != null ? fcke.detach(): fcke.setParent(main)"/> <zscript> Component fcke = ed; </zscript></window>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -