如何使用 joomla 1.5 和 mootools 1.1 在厚框中显示任何 html 内容
我正在使用 joomla 1.5 和 mootools 1.1 for js 框架开发一个网站,
因为我需要显示一些要在厚框中显示的 HTML 内容。
我已经尝试了很多,但它对我不起作用,甚至没有给出错误。
如果有解决此问题的方法,请告诉我。
提前致谢......
I am developing one site using joomla 1.5 and mootools 1.1 for js framework,
in that i need to display some HTML content to be displayed in thick box.
I have tried a lot, but its not working for me not even giving an error.
Please let me know if have any solution to this problem.
Thanks in advance......
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Joomla 内置了 Squeezebox,您可以使用它来显示包含任何您想要的 HTML 的 iFrame。 Squeezebox 使用 MooTools,它也内置于 Joomla 中。 JQuery 可与 Joomla 一起使用,但有时会导致冲突。请参阅此处了解 Squeezebox指导。
Joomla has Squeezebox built in, and you can use it to show an iFrame with any HTML you want. Squeezebox uses MooTools which is also built into Joomla. JQuery works with Joomla but sometimes can cause conflicts. See here for Squeezebox guidance.
看起来 ThickBox 旨在与 jQuery 结合使用。然而,Smoothbox 是 MooTools 的一个端口。我建议您将 Smoothbox 文件添加到您的项目中并查看演示代码。
It looks like ThickBox is intended to be used in conjunction with jQuery. Smoothbox, however, is a port to MooTools. I suggest you add the Smoothbox files to your project and look over the demo code.