Click or drag to resize

GuiEditor Method (String, Int32, Int32, String, String, String, 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 = null,
	string css = ""
)

Parameters

strName
Type: SystemString
intWidth
Type: SystemInt32
intHeight
Type: SystemInt32
strText
Type: SystemString
autoStart (Optional)
Type: SystemString
dwEditorTagsArray (Optional)
Type: SystemString
css (Optional)
Type: SystemString

Return Value

Type: String
See Also