在 sharepoint 2007 中使用下拉菜单

发布于 2024-11-05 19:36:54 字数 274 浏览 1 评论 0原文

目前正在使用 moss 2007 中的下拉列。

我的问题是

我在列表中创建了下拉列,它有 3 个选项。假设如果选择了选项 1,则应弹出新字段(假设为文本框),如果选择选项 2,则应弹出另一个新字段(假设应弹出下拉列表),选项 3 也类似。当选择下拉菜单中的某些选项时,如何使这些内容显示出来?我需要为其编码吗?教育我吧!文章将会有很大的帮助。

PS->>我们的组织不太热衷于与 infopath 合作,infopath 是不可选择的。我可以在共享点设计器本身中编码吗???

Currently working with dropdown column in the moss 2007.

my question is

I created dropdown column in a list, it has 3 options. Suppose if option1 is selected then the new field (let say a text box) should pop up, if option2 is selected the another new field (say a dropdown should pop up) and similarly for option3. How to make these things show up when certain option in drop down selected? should I need to code for it? Educate me! Article would be a great help.

P.S->> Our organisation isn't so keen in working with infopath, infopath is out of option. Can I code in sharepoint designer itself???

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

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

发布评论

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

评论(1

薄暮涼年 2024-11-12 19:36:54

仅使用开箱即用的 SharePoint (OOTB) 是不可能实现这一点的。这需要构建一个定制解决方案。您需要为每个选项创建一个自定义字段,用于检查选择字段的值并根据该值确定是否隐藏自身。

This isn't possible using only SharePoint out-of-the-box (OOTB). It would require building a custom solution. You would need to create a custom field for each option, that checks the value of the choice field and determines whether to hide itself based on that.

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