禁用共享点库中可用的默认字段(列)
我想禁用允许用户在创建共享点库期间选择可用的不同名称字段(列)的选项。我希望用户创建一个新列,而不是在默认的可用名称列中进行选择。是否可以注入禁用这些功能的脚本?或任何其他解决方法?
文档库是根据自定义库模板创建的。仅应针对从此特定模板创建的库禁用这些名称字段。
这是一个 Sharepoint 2010 应用程序。
一般来说,如何禁用默认列选项?
任何帮助表示感谢,谢谢!
I want to disable the option that allows users to select the different name fields(columns) available during a sharepoint library creation. I want the users to create a new column instead of chosing among the default available name columns. Is it possible to inject a script that disables these functions? or any other work arounds?
The document library is created from a custom library template. These name fields should be disabled only for libraries created from this particular template.
This is a Sharepoint 2010 app.
In general how to disable a default column option?
Any help appreciated, Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以防万一有人正在寻找答案,我发布此
URL 是来自 httpContext 的绝对 URL
该脚本在 documet.getReady 函数中执行类似的操作
Just in case some one is looking for an answer, am posting this
The URL is the absolute URL from httpContext
The script does something like this inside documet.getReady function