Click or drag to resize
KaxDialogOpener Properties

The KaxDialogOpener type exposes the following members.

Properties
  Name Description
Public property AdditionalQueryString
Gets or sets an additional querystring appended to the dialog URL.
Public property Animation
Get/Set the animation effect of the window
Public property DialogDefinitions
Gets the DialogDefinitionDictionary, containing the DialogDefinitions of the managed dialogs.
Public property DialogParametersProviderTypeName
Public property 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.
Public property 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.
Public property 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.)
Public property EnableEmbeddedBaseStylesheet
Gets or sets a Boolean value that indicates whether enable the embedded basic style sheet in the control.
(Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.)
Public property EnableEmbeddedScripts
Gets or sets a Boolean value that indicates whether enable the embedded script.
(Overrides KaxWebControl.EnableEmbeddedScripts.)
Public property EnableEmbeddedSkins
Gets or sets a Boolean value that indicates whether enable the embedded skin for the control.
(Overrides KaxWebControl.EnableEmbeddedSkins.)
Public property EnableKetticManagers
When set to True, tells the dialog opener to use KaxScriptManager and KaxStyleSheetManager when loading an .ascx dialog file.
Public property HandlerUrl
Public property Language Obsolete.
Gets or sets the localization language for the user interface.
Public property OnClientClose
Gets or sets the client-side script that gets executed when the dialog closing event is raised
Public property OnClientOpen
Gets or sets the client-side script that gets executed when the dialog opening event is raised
Public property Skin
Gets or sets the skin name for the control user interface.
(Overrides KaxWebControl.Skin.)
Public property UseClassicDialogs
Gets or sets a value, indicating if classic windows will be used for opening a dialog.
Public property Window
A read-only property that returns the KaxWindow instance used in the KaxDialogOpener control.
Top
See Also