如何将页面上的模块移动到我自己的自定义模块占位符?
我正在开发一个 DNN 模块,它是一个每页 50 行的网格。 在某些特定行中,我想嵌入广告模块,这是一个第三方模块。
我希望能够将广告模块单独添加到页面,然后配置它,然后在网格模块后面的代码中,将广告模块移动到位于某些网格行上的占位符。
可行吗?
I am developing a DNN module which is a grid with 50 rows on each page.
In some specific rows I would like to embed Ad module which is a 3rd party module.
I want to be able to add Ad module to the page individually, then configure it and then in the code behind of my Grid module, move Ad module to a place holder that is located on some of the grid rows.
Is it doable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信服务器端代码可以做到这一点,但使用 Javascript/jQuery 应该很容易做到。查看此页面上的“移动元素”部分。
I don't believe this is possible with server side code but it should be fairly easy to do using Javascript/jQuery. Take a look at the Moving Elements Around section on this page.