Click or drag to resize
KaxWindowBase Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxWindowBase
          Kettic.AspNet.ControlsKaxWindow
          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 abstract class KaxWindowBase : KaxWebControl

The KaxWindowBase type exposes the following members.

Properties
  NameDescription
Public propertyAnimation
Get/Set the animation effect of the window
Public propertyAnimationDuration
Sets/gets the duration of the slide animation in milliseconds.
Public propertyAutoSize
Gets or sets a value indicating whether the window will automatically resize itself acciording to its content page or not.
Public propertyBehavior Obsolete.
Public propertyBehaviors
Gets or sets a value indicating the behavior of this object - if can be resized, has expand/collapse commands, closed command, etc.
Public propertyClientCallBackFunction 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 propertyDestroyOnClose
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 propertyEnableShadow
Gets or sets a value indicating whether the KaxWindow should have shadow.
Public propertyHeight
Get/Set the Height of the window
(Overrides KaxWebControl.Height.)
Public propertyIconUrl
Gets or sets the url of the icon in the upper left corner of the KaxWindow titlebar.
Public propertyInitialBehavior Obsolete.
Public propertyInitialBehaviors
Gets or sets a value indicating the initial behavior of this object - most useful to specify an initially minimized, maximized or pinned window.
Public propertyKeepInScreenBounds
Gets or sets a value indicating whether the window will stay in the visible viewport of the browser window.
Public propertyLeft
Gets or sets the horizontal distance from the browser origin, or from the top left corner of the OffsetElement
Public propertyLocalization
Gets or sets the localization strings for the KaxWindow
Public propertyMinimizeIconUrl
Gets or sets the url of the minimized icon of the KaxWindow.
Public propertyMinimizeZoneID
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 propertyModal
Gets or sets a value indicating whether a dialog is modal or not.
Public propertyOffsetElementID
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 propertyCode exampleOnClientActivate
Gets or sets a value indicating the client-side event handler that is called when the KaxWindow control becomes the active visible window.
Public propertyCode exampleOnClientBeforeClose
Gets or sets a value indicating the client-side event handler that is called when the KaxWindow is closing.
Public propertyCode exampleOnClientClose
Gets or sets a value indicating the client-side event handler that is called when slide has ended.
Public propertyOnClientCommand
Gets or sets the client-side script that executes when a KaxWindow command (Restore, Minimize, Maximize, Pin On, Pin Off, Reload is raised
Public propertyOnClientDragEnd
Gets or sets the client-side script that executes when a KaxWindow DragEnd event is raised
Public propertyOnClientDragStart
Gets or sets the client-side script that executes when a KaxWindow DragStart event is raised
Public propertyCode exampleOnClientPageLoad
Gets or sets a value indicating the client-side event handler that is called when the page inside the KaxWindow object completes loading.
Public propertyOnClientResize Obsolete.
Public propertyOnClientResizeEnd
Gets or sets the client-side script that executes when a KaxWindow Resize event is raised
Public propertyOnClientResizeStart
Gets or sets the client-side script that executes when a KaxWindow ResizeStart event is raised
Public propertyCode exampleOnClientShow
Gets or sets a value indicating the client-side event handler that is called before the sliding is started.
Public propertyOpacity
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 propertyOverlay
Gets or sets a value indicating whether the window will create an overlay element.
Public propertyReloadOnShow
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 propertyRestrictionZoneID
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 propertyShortcuts
Gets the collection of shortcuts which are specified for the current KaxWindow/KaxWindowManager
Public propertyShowContentDuringLoad
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 propertyShowOnTopWhenMaximized
Gets or sets a value indicating whether the maximized window should have the biggest z-index
Public propertyTitle
Get/Set a title for the window
Public propertyTop
Gets or sets the vertical distance from the browser origin, or from the top left corner of the OffsetElement
Public propertyVisibleOnPageLoad
Gets or sets a value indicating whether the window will open automatically when its parent [aspx] page is loaded on the client.
Public propertyVisibleStatusbar
Gets or sets a value indicating whether the window has a visible status bar or not.
Public propertyVisibleTitlebar
Gets or sets a value indicating whether the window has a titlebar visible.
Public propertyWidth
Get/Set the Width of the window
(Overrides KaxWebControl.Width.)
Top
See Also