是否可以创建SharePoint沙箱字段类型?

问题描述:

我想为SharePoint Online创建自定义字段类型.因此,对于AFAIK,它必须是沙盒解决方案.有没有可能创建这个?或允许我在列表上的单个项目级别"上工作的内容(不是在编辑表单中,而是在列表上).也许在项目菜单中有其他选择?

I want to create custom field type for SharePoint Online. Therefore, AFAIK, it must be sandbox solution. Is there any possibility to create this? Or something that allows me to work on "single item level" on the list (not in edit form but on the list). Maybe some option in item menu or sth?

您必须记住,SharePoint沙箱模型不提供自定义FieldType.

you have to remember that SharePoint Sandbox Model doesn't offer custom FieldTypes.

关于MSDN(http://goo.gl/uXGLo)上的沙盒SharePoint解决方案,有非常好的介绍.

There is a really good introduction for Sandboxed SharePoint Solutions on MSDN (http://goo.gl/uXGLo).

  • ContentTypes
  • SiteColumns
  • 列表

可以使用CAML(SharePoint XML-DSL)或自定义.NET代码轻松创建

could easily be created by using CAML (SharePoint XML-DSL) or by custom .NET Code