Skip to main content

MVCxHtmlEditorCustomDialogs.Add Method

Name Parameters Description
Add() none Creates a new dialog with the default settings and adds it to the collection.
Add(Action<MVCxHtmlEditorCustomDialog>) method Adds a new dialog to the collection and allows you to customize this dialog in a delegate method implementation.
Add(String, String, String) name, caption, formAction Creates a new dialog with the specified settings and adds it to the collection.
Add(String, String) name, caption Creates a new dialog with the specified settings and adds it to the collection.