Click or drag to resize

TextEditorAddInRender Method (String, Int32, Int32, String, String, String, Boolean)

Namespace:  Dynamicweb.Extensibility
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public abstract string Render(
	string name,
	int width,
	int height,
	string value,
	string css,
	string skinPath,
	bool encodeOutput
)

Parameters

name
Type: SystemString
width
Type: SystemInt32
height
Type: SystemInt32
value
Type: SystemString
css
Type: SystemString
skinPath
Type: SystemString
encodeOutput
Type: SystemBoolean

Return Value

Type: String
See Also