嗨我在脚本中有一个简单的代码来调用带有
中链接的新窗口要简单地打开链接,我们可以使用:
jQuery('#documentViewer').bind('onExternalLinkClicked',function(e,link){
window.open(link,'_flexpaper_exturl');
});
然后我为核心joomla模态添加了这个
要在Joomla Modal弓中打开链接,我们使用:SqueezeBox.open(link,{handler:'iframe'});
请告诉他们我们如何使用rokbox或任何其他弹出模式打开任何链接并将其与#documentviewer绑定?
这是rokbox文档
http://www.rockettheme.com/extensions-joomla/rokbox#documentation
我看不到写直接执行事件的方法吗?
anyhelp将不胜感激