
09/07/2009, 12:44
|
 | Moderador | | Fecha de Ingreso: abril-2005 Ubicación: In this planet
Mensajes: 15.720
Antigüedad: 19 años, 10 meses Puntos: 839 | |
Respuesta: Lightwindow se ejecute solo Citando la documentación: Cita: Create and Launch a Window with a Javascript Call.
To do this simply call activateWindow(id, options) function as show below. Just be sure to reference the myLightWindow object that is automatically created or use the one you have opted to.
Código javascript :
Ver originalmyLightWindow.activateWindow({ href: 'http://stickmanlabs.com/images/kevin_vegas.jpg', title: 'Waiting for the show to start in Las Vegas', author: 'Jazzmatt', caption: 'Mmmmmm Margaritas! And yes, this is me...', left: 300 });
There are many options you can set, see below...
Código javascript :
Ver originalhref // The hyperlink for the window title // Title of window author // Author of window caption // The Caption for the window rel // Set the rel tag top // Top position of the window left // Left position of the window type // The type of the window you want to change it too showImages // How many images to show height // The height of the window width // The width of the window loadingAnimation // Make the Loading Cover skip the animation iframeEmbed // Emebed the Media into an iframe instead of a div form // The name of the form
|