Click or drag to resize
KaxWindowManager Properties

The KaxWindowManager type exposes the following members.

Properties
  Name Description
Public property AlertTemplate
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 property ConfirmTemplate
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 property PreserveClientState
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 property PromptTemplate
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 property Windows
Gets a collection of KaxWindow objects
Top
See Also