CakePHP:在灯箱中显示视图?
我正在寻找一种在 Cakephp 中的灯箱或厚箱中显示视图的方法。
有什么办法我可以做到这一点吗?
提前致谢
I am looking for a way to display a view in a lightbox or thickbox in Cakephp.
Is there a way how I could do this?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的事情应该可以做到~
您将需要创建一个新的布局,其中仅包含灯箱视图所需的 CSS 和格式。
并创建指向此内容的链接,就像您通常在另一个视图中使用适当的灯箱
rel
或class
一样,不要忘记包含灯箱的 JS/CSS。Something like this should do it ~
You'll want to create a new layout, that only includes the CSS and formatting required for the lightbox view.
and create links to this content, as you normally would in another view with the appropriate lightbox
rel
orclass
, not forgetting to include the JS/CSS for the lightbox.