Click or drag to resize

GuiEditor Method (String, String, String, String, String, String, String, String, GuiEditorEdition, Boolean, Boolean, Boolean, String, Boolean, Int32)

Note: This API is now obsolete.

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use MakeEditor instead.")]
public static string Editor(
	string strName,
	string width,
	string height,
	string strText,
	string autoStart,
	string[] editorTags,
	string css,
	string toolbarSet,
	GuiEditorEdition edition,
	bool initFunction,
	bool windowsOnLoad,
	bool getClientHeight,
	string skinPath,
	bool encodeOutput,
	int configurationId
)

Parameters

strName
Type: SystemString
width
Type: SystemString
height
Type: SystemString
strText
Type: SystemString
autoStart
Type: SystemString
editorTags
Type: SystemString
css
Type: SystemString
toolbarSet
Type: SystemString
edition
Type: Dynamicweb.SystemToolsGuiEditorEdition
initFunction
Type: SystemBoolean
windowsOnLoad
Type: SystemBoolean
getClientHeight
Type: SystemBoolean
skinPath
Type: SystemString
encodeOutput
Type: SystemBoolean
configurationId
Type: SystemInt32

Return Value

Type: String
See Also