Sharepoint SPFieldType 信息

发布于 2024-10-20 23:54:47 字数 454 浏览 1 评论 0原文

我正在做一项作业,其中包括 在 sharepoint 中呈现以下字段类型:

  1. Lookup
  2. MaxItems
  3. MultiChoice
  4. Choice
  5. ModStat
  6. GridChoice

我已成功呈现以下字段类型:

  1. Lookup
  2. MultiChoice
  3. Choice

但我对其他三个一无所知。
它们是什么,看起来怎么样?
我在MSDN上搜索过,但没有找到 所需的帮助。

有谁有资料吗?
有什么可以参考的吗?
我很欣赏任何代码、链接、建议。

编辑:
我找出了剩下的两种类型,但我仍然有“MaxItems”。
有人可以帮我吗?

I was working on an assignement which consists of
rendering the following field types in sharepoint:

  1. Lookup
  2. MaxItems
  3. MultiChoice
  4. Choice
  5. ModStat
  6. GridChoice

I have managed to render the following field types:

  1. Lookup
  2. MultiChoice
  3. Choice

But i don't know anything about the other three.
What they are, how they look like?
I have searched in MSDN but i didn't find
the help needed.

Does anyone have any information?
Is there any reference that i can refer to?
I appreciate any code, link, advice..

Edit:
I figured out two of the remaining types, but i still have "MaxItems".
Can any one help me with it?

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

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

发布评论

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

评论(1

土豪我们做朋友吧 2024-10-27 23:54:47

好的,最后我设法解决了我的问题:

  1. 为了呈现 ModStat 类型,我们使用可用状态的下拉列表。
  2. 为了渲染 GridChoice 类型,我们使用了 RatingScaleField
  3. 我没有设法获得 sharepoint 中 MaxItems 字段的引用,
    但我认为它可以使用数字文本框呈现。

OK finally i managed to solve my problems:

  1. To render the type ModStat we use a dropdown of available statuses.
  2. To render the type GridChoice we use a RatingScaleField
  3. I didn't manage to get a reference for the MaxItems field in sharepoint,
    but i think it can be rendered using a numeric text box.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文