Click or drag to resize
KaxWindowBase Properties

The KaxWindowBase type exposes the following members.

Properties
  Name Description
Public property Animation
Get/Set the animation effect of the window
Public property AnimationDuration
Sets/gets the duration of the slide animation in milliseconds.
Public property AutoSize
Gets or sets a value indicating whether the window will automatically resize itself acciording to its content page or not.
Public property Behavior Obsolete.
Public property Behaviors
Gets or sets a value indicating the behavior of this object - if can be resized, has expand/collapse commands, closed command, etc.
Public property ClientCallBackFunction Obsolete.
Gets or sets the client callback function that will be called when a window dialog is being closed. This property is obsolete. Please use OnclientClose instead. For more information visit http://www.kettic.com/help/aspnet-ajax/window_programmingusingkaxwindowasadialog.html
Public property DestroyOnClose
Gets or sets a value indicating whether the window will be disposed and made inaccessible once it is closed. If property is set to true, the next time a window with this ID is requested, a new window with default settings is created and returned.
Public property EnableShadow
Gets or sets a value indicating whether the KaxWindow should have shadow.
Public property Height
Get/Set the Height of the window
(Overrides KaxWebControl.Height.)
Public property IconUrl
Gets or sets the url of the icon in the upper left corner of the KaxWindow titlebar.
Public property InitialBehavior Obsolete.
Public property InitialBehaviors
Gets or sets a value indicating the initial behavior of this object - most useful to specify an initially minimized, maximized or pinned window.
Public property KeepInScreenBounds
Gets or sets a value indicating whether the window will stay in the visible viewport of the browser window.
Public property Left
Gets or sets the horizontal distance from the browser origin, or from the top left corner of the OffsetElement
Public property Localization
Gets or sets the localization strings for the KaxWindow
Public property MinimizeIconUrl
Gets or sets the url of the minimized icon of the KaxWindow.
Public property MinimizeZoneID
Gets or sets the id (ClientID if a runat=server is used) of a html element where the windows will be "docked" when minimized.
Public property Modal
Gets or sets a value indicating whether a dialog is modal or not.
Public property OffsetElementID
Gets or sets the id (ClientID if a runat=server is used) of a html element, whose left and top position will be used as 0,0 of the KaxWindow object when it is first shown.
Public property Code example OnClientActivate
Gets or sets a value indicating the client-side event handler that is called when the KaxWindow control becomes the active visible window.
Public property Code example OnClientBeforeClose
Gets or sets a value indicating the client-side event handler that is called when the KaxWindow is closing.
Public property Code example OnClientClose
Gets or sets a value indicating the client-side event handler that is called when slide has ended.
Public property OnClientCommand
Gets or sets the client-side script that executes when a KaxWindow command (Restore, Minimize, Maximize, Pin On, Pin Off, Reload is raised
Public property OnClientDragEnd
Gets or sets the client-side script that executes when a KaxWindow DragEnd event is raised
Public property OnClientDragStart
Gets or sets the client-side script that executes when a KaxWindow DragStart event is raised
Public property Code example OnClientPageLoad
Gets or sets a value indicating the client-side event handler that is called when the page inside the KaxWindow object completes loading.
Public property OnClientResize Obsolete.
Public property OnClientResizeEnd
Gets or sets the client-side script that executes when a KaxWindow Resize event is raised
Public property OnClientResizeStart
Gets or sets the client-side script that executes when a KaxWindow ResizeStart event is raised
Public property Code example OnClientShow
Gets or sets a value indicating the client-side event handler that is called before the sliding is started.
Public property Opacity
Gets or sets a value indicating what should be the opacity of the KaxWindow. The value must be between 0 (transparent) and 100 (opaque).
Public property Overlay
Gets or sets a value indicating whether the window will create an overlay element.
Public property ReloadOnShow
Gets or sets a value indicating whether the page that is loaded in the window should be loaded everytime from the server or will leave the browser default behaviour.
Public property RestrictionZoneID
Gets or sets the id (ClientID if a runat=server is used) of a html element in which the windows will be able to move.
Public property Shortcuts
Gets the collection of shortcuts which are specified for the current KaxWindow/KaxWindowManager
Public property ShowContentDuringLoad
Gets or sets a value indicating whether the page that is loaded in the window should be shown during the loading process, or when it has finished loading.
Public property ShowOnTopWhenMaximized
Gets or sets a value indicating whether the maximized window should have the biggest z-index
Public property Title
Get/Set a title for the window
Public property Top
Gets or sets the vertical distance from the browser origin, or from the top left corner of the OffsetElement
Public property VisibleOnPageLoad
Gets or sets a value indicating whether the window will open automatically when its parent [aspx] page is loaded on the client.
Public property VisibleStatusbar
Gets or sets a value indicating whether the window has a visible status bar or not.
Public property VisibleTitlebar
Gets or sets a value indicating whether the window has a titlebar visible.
Public property Width
Get/Set the Width of the window
(Overrides KaxWebControl.Width.)
Top
See Also