Click or drag to resize

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

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,
	int intWidth,
	int intHeight,
	string strText,
	string autoStart,
	string[] dwEditorTagsArray,
	string css,
	string toolbarSet,
	GuiEditorEdition edition,
	bool initFunction,
	bool windowsOnLoad,
	bool getClientHeight,
	string skinPath
)

Parameters

strName
Type: SystemString
intWidth
Type: SystemInt32
intHeight
Type: SystemInt32
strText
Type: SystemString
autoStart
Type: SystemString
dwEditorTagsArray
Type: SystemString
css
Type: SystemString
toolbarSet
Type: SystemString
edition
Type: Dynamicweb.SystemToolsGuiEditorEdition
initFunction
Type: SystemBoolean
windowsOnLoad
Type: SystemBoolean
getClientHeight
Type: SystemBoolean
skinPath
Type: SystemString

Return Value

Type: String
See Also