KaxWindowBase Class |
Namespace: Kettic.AspNet.Controls
The KaxWindowBase type exposes the following members.
Name | Description | |
---|---|---|
Animation |
Get/Set the animation effect of the window
| |
AnimationDuration |
Sets/gets the duration of the slide animation in milliseconds.
| |
AutoSize | Gets or sets a value indicating whether the window will automatically resize itself acciording to its content page or not. | |
Behavior | Obsolete. | |
Behaviors |
Gets or sets a value indicating the behavior of this object - if can be resized, has expand/collapse commands, closed command, etc.
| |
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
| |
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.
| |
EnableShadow |
Gets or sets a value indicating whether the KaxWindow should have shadow.
| |
Height |
Get/Set the Height of the window
(Overrides KaxWebControl.Height.) | |
IconUrl |
Gets or sets the url of the icon in the upper left corner of the
KaxWindow titlebar.
| |
InitialBehavior | Obsolete. | |
InitialBehaviors |
Gets or sets a value indicating the initial behavior of this object - most useful to specify an initially minimized, maximized or pinned window.
| |
KeepInScreenBounds | Gets or sets a value indicating whether the window will stay in the visible viewport of the browser window. | |
Left |
Gets or sets the horizontal distance from the browser origin, or from the top left corner of the OffsetElement
| |
Localization |
Gets or sets the localization strings for the KaxWindow
| |
MinimizeIconUrl |
Gets or sets the url of the minimized icon of the
KaxWindow.
| |
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.
| |
Modal | Gets or sets a value indicating whether a dialog is modal or not. | |
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.
| |
OnClientActivate |
Gets or sets a value indicating the client-side event handler that is called when
the KaxWindow control becomes the active visible window.
| |
OnClientBeforeClose |
Gets or sets a value indicating the client-side event handler that is called
when the KaxWindow is closing.
| |
OnClientClose |
Gets or sets a value indicating the client-side event handler that is called
when slide has ended.
| |
OnClientCommand |
Gets or sets the client-side script that executes when a KaxWindow command (Restore, Minimize, Maximize, Pin On, Pin Off, Reload is raised
| |
OnClientDragEnd |
Gets or sets the client-side script that executes when a KaxWindow DragEnd event is raised
| |
OnClientDragStart |
Gets or sets the client-side script that executes when a KaxWindow DragStart event is raised
| |
OnClientPageLoad |
Gets or sets a value indicating the client-side event handler that is called
when the page inside the KaxWindow object completes loading.
| |
OnClientResize | Obsolete. | |
OnClientResizeEnd |
Gets or sets the client-side script that executes when a KaxWindow Resize event is raised
| |
OnClientResizeStart |
Gets or sets the client-side script that executes when a KaxWindow ResizeStart event is raised
| |
OnClientShow |
Gets or sets a value indicating the client-side event handler that is called before
the sliding is started.
| |
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). | |
Overlay | Gets or sets a value indicating whether the window will create an overlay element. | |
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.
| |
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.
| |
Shortcuts |
Gets the collection of shortcuts which are specified for the current KaxWindow/KaxWindowManager
| |
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.
| |
ShowOnTopWhenMaximized |
Gets or sets a value indicating whether the maximized window should have the biggest z-index
| |
Title |
Get/Set a title for the window
| |
Top |
Gets or sets the vertical distance from the browser origin, or from the top left corner of the OffsetElement
| |
VisibleOnPageLoad |
Gets or sets a value indicating whether the window will open automatically when its parent [aspx] page is loaded on the client.
| |
VisibleStatusbar |
Gets or sets a value indicating whether the window has a visible status bar or
not.
| |
VisibleTitlebar | Gets or sets a value indicating whether the window has a titlebar visible. | |
Width |
Get/Set the Width of the window
(Overrides KaxWebControl.Width.) |