HtmlEditorCustomDialogs.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Creates a new dialog with the default settings and adds it to the collection. |
Add(String, String, String) | name, caption, formPath | Creates a new custom dialog with the specified settings and adds it to the collection. |
Add(String, String) | name, caption | Creates a new custom dialog with the specified settings and adds it to the collection. |