HTML Editor for ASP.NET AJAX Professional Edition
InsertCustomDialogButton Method (name, imageSrc, toolTip, dialogName, referenceButtonName, insertType)
Server ReferenceWinthusiasm.HtmlEditorHtmlEditor..::.CreateToolbarInfoEventArgsInsertCustomDialogButton(String, String, String, String, String, HtmlEditor..::.CreateToolbarInfoEventArgs..::.InsertType)
Insert a custom button that displays a dialog.
Declaration Syntax
C#
public void InsertCustomDialogButton(
	string name,
	string imageSrc,
	string toolTip,
	string dialogName,
	string referenceButtonName,
	HtmlEditor..::.CreateToolbarInfoEventArgs..::.InsertType insertType
)
Parameters
name (String)
Name of the button.
imageSrc (String)
Absolute Url of the button image.

The button should be a 21x20 transparent gif.

toolTip (String)
Tooltip text on mouseover.
dialogName (String)
Name of the dialog to display on click.
referenceButtonName (String)
Name of the button to use as a position reference for insertion.
insertType (HtmlEditor..::.CreateToolbarInfoEventArgs..::.InsertType)
How to insert relative to reference button.
Remarks
See the CreateDialogInfo event for information on how to create a custom dialog.

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