在 sharepoint 2007 中使用下拉菜单
目前正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅使用开箱即用的 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.