Click or drag to resize

GuiMakeButton Method

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static string MakeButton(
	string name,
	string onclick,
	int width,
	bool isDisabled = false
)

Parameters

name
Type: SystemString
onclick
Type: SystemString
width
Type: SystemInt32
isDisabled (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also