将数据传输到 TinyMCE .NET MVC 布局

发布于 2024-12-17 17:43:05 字数 453 浏览 1 评论 0 原文

我们在 .NET MVC 应用程序上使用 Tiny MCE 编辑器。一切都是通过以下示例完成的: http://tugberkugurlu.com/archive/tinymce-html-text-editor-and-asp-net-mvc-setting-it-up-has-become-easy-with-nuget

我们在 MCE 模板中有一个自定义下拉列表。我们需要将数据传输到这个dd列表。

有什么想法如何做到这一点?请记住,TinyMCE 是另一种布局,是根据示例完成的,是在我们从 Nuget 安装 MCE 时生成的。

感谢您的帮助!

We are using Tiny MCE editor on our .NET MVC app. All was done by this example: http://tugberkugurlu.com/archive/tinymce-html-text-editior-and-asp-net-mvc-setting-it-up-has-become-easy-with-nuget

We have a custom drop-down list in template for MCE. We need to transfer data to this dd list.

Any ideas how to do this? Just remember, that TinyMCE is another layout, done from the example and generated while we install MCE from Nuget.

Thanks for your help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

我的鱼塘能养鲲 2024-12-24 17:43:05

ViewBag 提供了执行此操作的可能性。在这种情况下,来自 ViewBag 的数据将可用。

ViewBag provide the possibility to do this. Data from ViewBag will be available in this case.

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