Click or drag to resize
UserControlBaseExternalDialogsPath Property
Gets or sets a value indicating where the editor will look for its dialogs.

Namespace: Kettic.AspNet.Controls.Dialogs
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string ExternalDialogsPath { get; set; }

Property Value

Type: String
A relative path to the dialogs location. For example: "~/controls/KaxEditorDialogs/".
Remarks

If specified, the ExternalDialogsPath property will allow you to customize and load the editor dialogs from normal ASCX files.

See Also