如何将页面上的模块移动到我自己的自定义模块占位符?

发布于 2024-10-27 21:06:46 字数 146 浏览 2 评论 0原文

我正在开发一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

霞映澄塘 2024-11-03 21:06:46

我不相信服务器端代码可以做到这一点,但使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文