Click or drag to resize

GuiMakeEditor Method (String, Int32, Int32, String, String, String, Boolean, Int32)

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static string MakeEditor(
	string name,
	int width,
	int height,
	string text,
	string css,
	string skinPath,
	bool encodeOutput,
	int configurationId
)

Parameters

name
Type: SystemString
width
Type: SystemInt32
height
Type: SystemInt32
text
Type: SystemString
css
Type: SystemString
skinPath
Type: SystemString
encodeOutput
Type: SystemBoolean
configurationId
Type: SystemInt32

Return Value

Type: String
See Also