在 Umbraco 中插入选择标签?

发布于 2024-12-22 01:42:07 字数 403 浏览 2 评论 0原文

我目前正在使用 Umbraco 开展一个项目,客户要求提供一个包含各州的下拉菜单,一旦选择,就会显示该州的城市。

当我在文本编辑器中时,它会保存表格,但是一旦我输入 标签或 < /code> 标记并保存文件并返回到其中,我的编码将转换为普通文本。它似乎不想接受或者有没有办法插入这些,如果有的话,有没有办法在不创建新的文档类型的情况下做到这一点?时间已经安排好了,如果可能的话,我正在尝试找到一个快速解决方案。

提前致谢。

更正:它不会简单地将其转换为纯文本,而是整个

I'm currently working on a project using Umbraco and the client has asked for a drop-down menu with the states and once selected the cities in that state will be displayed.

When I'm in the text editor, it will save tables, but once I input a <select></select> tag or <option></option> tags and save the file and go back into it my coding will be converted to normal text. It doesnt seem to want to accept or is there a way to insert these, and if there is, is there a way to do it without creating a new doctype? The hours have been budgeted and I'm trying to find a quick fix if possible.

Thanx in advance.

Correction: It doesn't simply convert it to just plain text but the entire <select>/<option> tags will be completely gone and all that will remain is what was between the tags.

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

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

发布评论

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

评论(1

紫﹏色ふ单纯 2024-12-29 01:42:07

您无法在富文本编辑器中执行此操作,为此您需要创建一个宏(您可以选择:XSLT / Web 用户控件或 Razor)。

在上述宏中,您将能够呈现所需的下拉菜单,如果您熟悉 ASP.NET,则用户控件可能是最方便的,将其绑定到数据源。

但听起来您有点不知所措,因为您还没有提到计划如何发布和保存表单。您确实应该提供更多相关细节。

You cannot do this in the rich text editor, for this to work you need to create a macro (you have a choice: XSLT / Web User Control or Razor).

In said macro you will be able to render the dropdowns you want, if you're familiar with ASP.NET a user control will probably be most convenient, binding it to a datasource.

But it sounds like you're in over your head, as you haven't yet mentioned how you plan to post and save the form. You really should provide some more details on that.

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