TFS 2010:WorkItems 中的多重选择是否可以在 Web 前端中使用?
TFS 2010 中是否可以使用多选控件(列表控件),如果是的话,它可以在 Web 前端中使用吗?
我们有一个测试用例的定制表格,并希望为这些测试用例定义多个“验证者”
谢谢 基督教
is in TFS 2010 a multi selection control (listcontrol) available and if so is it useable in the web frontend ?
We have a customized form for test cases and would like to define multiple "verifier" for these test cases
Thanks
Christian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要构建两个自定义控件。一种用于 Web,一种用于 Windows。然后,您必须修改工作项的布局以具有两个单独的布局,以便您可以指定要使用两个不同的自定义控件。
您可以在 http://www.ewaldhofman.nl/post/2010/08/10/Create-custom-work-item-control-for-TFS-Web-Access-2010-(TWA).aspx< /a>
You will need to build two custom controls. One for the web and one for the windows. Then you have to modify the layout of the work item to have two seperate layouts, so you can specify that you want to use two different custom controls.
You can find some starter guidance at http://www.ewaldhofman.nl/post/2010/08/10/Create-custom-work-item-control-for-TFS-Web-Access-2010-(TWA).aspx