HTML Editor for ASP.NET AJAX
HtmlEditor..::.ButtonInfo Constructor (editor, name, imageSrc, toolTip, onClick, externalMethod)
Server ReferenceWinthusiasm.HtmlEditorHtmlEditor..::.ButtonInfoHtmlEditor..::.ButtonInfo(HtmlEditor, String, String, String, String, Boolean)
Constructor for a custom button.
Declaration Syntax
C#
public ButtonInfo(
	HtmlEditor editor,
	string name,
	string imageSrc,
	string toolTip,
	string onClick,
	bool externalMethod
)
Parameters
editor (HtmlEditor)
Reference to the HtmlEditor.
name (String)
Name of the button.
imageSrc (String)
Url of the button image
toolTip (String)
Tooltip for the button.
onClick (String)
Client-side method to invoke on click.
externalMethod (Boolean)
True if onclick method is external to the editor (i.e. on the page).

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)