loadEditor(string argName, string argValue, string argStyle, string argHeight)

参数:

argName, 名称

argValue, 初始值

argStyle(可选), 样式, 默认为1

argHeight(可选), 高度, 默认为300px

作用:

按照设置的名字与初始值等参数输出编辑器窗口的代码。

示例:

{$=loadEditor("content", "")} = 输出一个名称为 content 的编辑器窗口,初始值为空