Constructor for a custom button that invokes a custom dialog.
| C# |
public ButtonInfo( HtmlEditor editor, string name, string imageSrc, string toolTip, string dialogName )
- 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.
- dialogName (String)
- Name of the dialog.