Constructor for an internal button.
| C# |
public ButtonInfo( HtmlEditor editor, string name, string toolTip )
- editor (HtmlEditor)
- Reference to the HtmlEditor.
- name (String)
- Name of the button.
- toolTip (String)
- Tooltip for the button.
If there is not a dialog with the same name, a client-side method
name "Do" + name is expected to handle the click.