HTML Editor for ASP.NET AJAX Professional Edition
HtmlEditor..::.SelectInfo Constructor (editor, name, items, onChange, externalMethod)
Server ReferenceWinthusiasm.HtmlEditorHtmlEditor..::.SelectInfoHtmlEditor..::.SelectInfo(HtmlEditor, String, HtmlEditor..::.SelectInfo..::.SelectList, String, Boolean)
Constructor.
Declaration Syntax
C#
public SelectInfo(
	HtmlEditor editor,
	string name,
	HtmlEditor..::.SelectInfo..::.SelectList items,
	string onChange,
	bool externalMethod
)
Parameters
editor (HtmlEditor)
The reference to the HtmlEditor.
name (String)
The name of this toolbar element.
items (HtmlEditor..::.SelectInfo..::.SelectList)
The list of items.
onChange (String)
The JavaScript method to invoke onchange.
externalMethod (Boolean)
Flag if onchange method is external to the editor (i.e. on the page).
Remarks
A client-side "Do" + name method is expected to handle a change.

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