Click or drag to resize
KaxWindowManager Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxWindowBase
          Kettic.AspNet.ControlsKaxWindowManager

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 KaxWindowManager : KaxWindowBase

The KaxWindowManager type exposes the following members.

Constructors
  NameDescription
Public methodKaxWindowManager
Top
Methods
  NameDescription
Public methodConfigureWindow
Top
Properties
  NameDescription
Public propertyAlertTemplate
This property allows to specify the HTML for the alert popup, which will override the alerttemplate defined in the Skins/CURRENT_SKIN/Window/CoreTemplates.xml file.
Public propertyConfirmTemplate
This property allows to specify the HTML for the confirm popup, which will override the alerttemplate defined in the Skins/CURRENT_SKIN/Window/CoreTemplates.xml file.
Public propertyPreserveClientState
Gets or sets a value indicating whether window objects' state (size, location, behavior) will be persisted in a client cookie to restore state over page postbacks.
Public propertyPromptTemplate
This property allows to specify the HTML for the prompt popup, which will override the alerttemplate defined in the Skins/CURRENT_SKIN/Window/CoreTemplates.xml file.
Public propertyWindows
Gets a collection of KaxWindow objects
Top
See Also