#The popup library
Popups
Below are the options you can pass to the popup class
- container - sets popup id to popup-containerName. If container is not supplied, it autoincrements starting with 1
- content - string. appends to popup's content div
- src - creates iframe as popup's content and sets the src
- title - title to be display in the title area of the popup
- title_height - height of title display, defaults to 37.
- width - width of the popup (int)
- height - height of the popup (int)
- fullscreen - boolean, default is false. if true, makes popup fullscreen
- position - object. takes two properties: top and left. if either is set (int) it will set the top or left position
- offset - object. the pixel distance at which the popup will not move if the window resizes to a smaller left / top position. takes two properties: top and left. each default to 50 each.
- confirm_close - boolean, default false. if true, asks user to confirm closing the popup
- minimize - boolean, default false. if true, allows popup to be minimized
- drag - boolean, default false. if true, popup can be dragged