KaxDialogOpener Properties |
The KaxDialogOpener type exposes the following members.
Name | Description | |
---|---|---|
AdditionalQueryString |
Gets or sets an additional querystring appended to the dialog URL.
|
|
Animation |
Get/Set the animation effect of the window
|
|
DialogDefinitions |
Gets the DialogDefinitionDictionary, containing the DialogDefinitions of the managed dialogs.
|
|
DialogParametersProviderTypeName | ||
DialogsCssFile |
Gets or sets the location of a CSS file, that will be added in the dialog window. If you need to include
more than one file, use the CSS @import url(); rule to add the other files from the first.
Remarks This property is needed if you are using a custom skin. It allows you to include your custom skin
CSS in the dialogs, which are separate from the main page. |
|
DialogsScriptFile |
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.
Remarks This property is needed if want to override some of the default functionality without loading the dialog
from an external ascx file. |
|
EnableAjaxSkinRendering |
Gets or sets a Boolean value that indicates whether render the skin CSS at AJAX request. The default value is true. (Overrides KaxWebControl.EnableAjaxSkinRendering.) |
|
EnableEmbeddedBaseStylesheet |
Gets or sets a Boolean value that indicates whether enable the embedded basic style sheet in the control. (Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.) |
|
EnableEmbeddedScripts |
Gets or sets a Boolean value that indicates whether enable the embedded script. (Overrides KaxWebControl.EnableEmbeddedScripts.) |
|
EnableEmbeddedSkins |
Gets or sets a Boolean value that indicates whether enable the embedded skin for the control. (Overrides KaxWebControl.EnableEmbeddedSkins.) |
|
EnableKetticManagers |
When set to True, tells the dialog opener to use KaxScriptManager and KaxStyleSheetManager when loading an .ascx dialog file.
|
|
HandlerUrl | ||
Language | Obsolete. Gets or sets the localization language for the user interface. |
|
OnClientClose |
Gets or sets the client-side script that gets executed when the dialog closing event is raised
|
|
OnClientOpen |
Gets or sets the client-side script that gets executed when the dialog opening event is raised
|
|
Skin |
Gets or sets the skin name for the control user interface. (Overrides KaxWebControl.Skin.) |
|
UseClassicDialogs |
Gets or sets a value, indicating if classic windows will be used for opening a dialog.
|
|
Window |
A read-only property that returns the KaxWindow instance used in the KaxDialogOpener control.
|