DMXzone Lightbox Support Product Page
pre purchase questions
Asked 13 Nov 2009 16:10:04
1
has this question
13 Nov 2009 16:10:04 phil osullivan posted:
1. can i embed an iframe in a popup2. is or can the popup be set to modal, and require that you click the close button to close it as oppsed to the mask?
thanks.
Replies
Replied 13 Nov 2009 17:39:29
13 Nov 2009 17:39:29 Teodor Kuduschiev replied:
Hello Phil,
If you want to show an Iframe inside a lightbox popup, you need to put the iframe into a page, and load the page within the lightbox.
Close popup when clicking over the mask can be disabled with just a command in the lightbox code on your page.
If you want to show an Iframe inside a lightbox popup, you need to put the iframe into a page, and load the page within the lightbox.
Close popup when clicking over the mask can be disabled with just a command in the lightbox code on your page.
Replied 06 May 2011 10:09:54
06 May 2011 10:09:54 Joe Horton replied:
What is the code to prevent it from closing. I've looked on this site but can't seem to find it. Might be looking in the wrong area.
Thanks.
I opened the .js file and found the close on overlayclick function and changed it to false and it still closes when clicked on. What am I missing?
function getDMXLightboxPreset() {
return {
showTime:500,
slideTime:5000,
transitionTime:500,
overlayColor:"#000",
overlayOpacity:0.8,
radius:1,
bgColor:"#000",
borderWidth:0,
borderColor:"#FFF",
paddingColor:"#000",
padding:0,
bottomBarTopOffset:5,
TopBarBottomOffset:5,
titleMaxLength:"auto",
dragable:false,
useTitle:true,
useStatusbar:false,
fixPNG:true,
noContextMenu:true,
noImageToolbar:true,
hideSelects:true,
keyNavigation:true,
color:"#DDD",
pauseTime:5,
easing:"easeOutCirc",
innerBorderWidth:0,
innerBorderColor:"#333",
innerBorderStyle:"double",
debugMode:false,
contentLoadTimeout:30,
displayErrors:true,
showCloseButton:false,
showPrefsButton:false,
showIndexButton:false,
closeOnOverlayClick:false,
showAboutButton:false,
statusText:"Item {current} of {total}"
};
}
Thanks.
Thanks.
I opened the .js file and found the close on overlayclick function and changed it to false and it still closes when clicked on. What am I missing?
function getDMXLightboxPreset() {
return {
showTime:500,
slideTime:5000,
transitionTime:500,
overlayColor:"#000",
overlayOpacity:0.8,
radius:1,
bgColor:"#000",
borderWidth:0,
borderColor:"#FFF",
paddingColor:"#000",
padding:0,
bottomBarTopOffset:5,
TopBarBottomOffset:5,
titleMaxLength:"auto",
dragable:false,
useTitle:true,
useStatusbar:false,
fixPNG:true,
noContextMenu:true,
noImageToolbar:true,
hideSelects:true,
keyNavigation:true,
color:"#DDD",
pauseTime:5,
easing:"easeOutCirc",
innerBorderWidth:0,
innerBorderColor:"#333",
innerBorderStyle:"double",
debugMode:false,
contentLoadTimeout:30,
displayErrors:true,
showCloseButton:false,
showPrefsButton:false,
showIndexButton:false,
closeOnOverlayClick:false,
showAboutButton:false,
statusText:"Item {current} of {total}"
};
}
Thanks.
Edited by - Joe Horton on 06 May 2011 12:39:56