vovalog.blogg.se

Popup window examples
Popup window examples







  1. #POPUP WINDOW EXAMPLES INSTALL#
  2. #POPUP WINDOW EXAMPLES DOWNLOAD#

Initial width of the PopupWindow, expressed in pixels. Initial height of the PopupWindow, expressed in pixels.

popup window examples

Use the string "auto" to display the PopupWindow centered in the viewport. Starting left position of the PopupWindow, expressed in pixels. Starting top position of the PopupWindow, expressed in pixels. You can set the text/contents of the status bar using the statusBar action. Set to true to display a status bar at the bottom of the PopupWindow. Opacity of the PopupWindow during the resizing. Set to true to allow the users to resize the PopupWindow by its borders and the handle placed in the right corner of the status bar. Opacity of the PopupWindow during the dragging. Set to true to allow the users to move the PopupWindow around by clicking and dragging the titlebar. Tooltip text of the corrisponding action for the buttons in the titlebar. buttonsPositionĬontrols the buttons position in the titlebar. buttonsĮnable/disable the corresponding button in the titlebar. They will be appended to the PopupWindow in order to customize its appearance. You can specify one or more CSS classes separated by a space here. This is the duration of all the animations (collapsing, minimizing, maximizing, etc.) expressed in milliseconds. Set to true to trigger the open action immediately. It is possible to create other PopupWindows (modal or not) over a modal one. Set to true to create a modal PopupWindow. You can change this at any time using the setTitle action. Text appearing in the PopupWindow’s titlebar. draggable : true // Boolean dragOpacity : 0.6 // Numeric resizable : true // Boolean resizeOpacity : 0.6 // Numeric statusBar : true // Boolean top : " auto " // String/Integer left : " auto " // String/Integer height : 200 // Integer width : 400 // Integer maxHeight : undefined // Integer maxWidth : undefined // Integer minHeight : 100 // Integer minWidth : 200 // Integer collapsedWidth : undefined // Integer keepInViewport : true // Boolean mouseMoveEvents : true // Boolean title The options object can contain one or both of the following properties (the default values are shown here): $.PopupWindowMinimizedArea(options)Ĭhanges the position of the minimized area in the browser’s window where all the PopupWindows are minimized. $.PopupWindowSetup(options)Ĭhanges the default options for all the PopupWindow initialized in the future. See the Actions section for more details.

popup window examples

It supports different actions and provides the interaction with the PopupWindow. Exhaustive set Events to interact with it.

popup window examples

Exhaustive set of Actions to control it.All the capabilities (maximizing, minimizing, modal/non-modal, etc.) you would expect from a regular window and more (collapsing, keepInViewport, animations, etc.).

Npm install gasparesganga-jquery-popup-window Bowerīower install gasparesganga-jquery-popup-window Features

View project on GitHub or download the latest release.









Popup window examples