fckeditor.zul

来自「非常接近C/S操作方式的Java Ajax框架-ZK 用ZK框架使你的B/S应」· ZUL 代码 · 共 29 行

ZUL
29
字号
<?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 = &quot;500px&quot;"/>	<button label="toggle" onClick="fcke.getParent() != null ? fcke.detach(): fcke.setParent(main)"/>	<zscript>	Component fcke = ed;	</zscript></window>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?