KaxDialogOpenerDialogsScriptFile Property |
Gets or sets the location of a JavaScript file, that will be added in the dialog window. If you need to include
more than one file, you will need to combine the scripts into one first.
RemarksThis property is needed if want to override some of the default functionality without loading the dialog
from an external ascx file.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string DialogsScriptFile { get; set; }
Public Property DialogsScriptFile As String
Get
Set
public:
property String^ DialogsScriptFile {
String^ get ();
void set (String^ value);
}
member DialogsScriptFile : string with get, set
Property Value
Type:
String
See Also