Click or drag to resize
KaxDialogOpener Class
KaxDialogOpener class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxDialogOpener
          Kettic.AspNet.ControlsDialogOpener

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxDialogOpener : KaxWebControl, 
	ISkinnableControl, IControl, INamingContainer

The KaxDialogOpener type exposes the following members.

Constructors
  NameDescription
Public methodKaxDialogOpener
Top
Properties
  NameDescription
Public propertyAdditionalQueryString
Gets or sets an additional querystring appended to the dialog URL.
Public propertyAnimation
Get/Set the animation effect of the window
Public propertyDialogDefinitions
Gets the DialogDefinitionDictionary, containing the DialogDefinitions of the managed dialogs.
Public propertyDialogParametersProviderTypeName
Public propertyDialogsCssFile
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 propertyDialogsScriptFile
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 propertyEnableAjaxSkinRendering
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 propertyEnableEmbeddedBaseStylesheet
Gets or sets a Boolean value that indicates whether enable the embedded basic style sheet in the control.
(Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.)
Public propertyEnableEmbeddedScripts
Gets or sets a Boolean value that indicates whether enable the embedded script.
(Overrides KaxWebControl.EnableEmbeddedScripts.)
Public propertyEnableEmbeddedSkins
Gets or sets a Boolean value that indicates whether enable the embedded skin for the control.
(Overrides KaxWebControl.EnableEmbeddedSkins.)
Public propertyEnableKetticManagers
When set to True, tells the dialog opener to use KaxScriptManager and KaxStyleSheetManager when loading an .ascx dialog file.
Public propertyHandlerUrl
Public propertyLanguage Obsolete.
Gets or sets the localization language for the user interface.
Public propertyOnClientClose
Gets or sets the client-side script that gets executed when the dialog closing event is raised
Public propertyOnClientOpen
Gets or sets the client-side script that gets executed when the dialog opening event is raised
Public propertySkin
Gets or sets the skin name for the control user interface.
(Overrides KaxWebControl.Skin.)
Public propertyUseClassicDialogs
Gets or sets a value, indicating if classic windows will be used for opening a dialog.
Public propertyWindow
A read-only property that returns the KaxWindow instance used in the KaxDialogOpener control.
Top
See Also