码迷,mamicode.com
首页 >  
搜索关键字:sharepoint httpmo    ( 2202个结果
how to set default content type in document set in Sharepoint
how to set default content type in document set in Sharepoint, when upload document in the document set, it is not working, it still had the content type named "Document", even it is the default content type...
分类:其他好文   时间:2014-09-12 19:16:00    阅读次数:218
SharePoint 2013 关于自定义显示列表表单的bug
1、在SharePoint 2013中,我们隐藏列表Dispform页面的ListFormWebPart部件,转而使用自定义显示列表表单进行展示,因为这样更容易定制我们需要的显示; 2、之后发现文件夹下的文档,查看属性会报错,如下图: 3、报错如下图,没有项目: 4、不在文件夹下的项目,就...
分类:其他好文   时间:2014-09-12 16:38:03    阅读次数:162
[SharePoint 2013] Set value for people editor with JSOM
function PeoplePicker() { this.context = null; this.web = null; this.currentUser = null; this.parentTagId = null this.SetParentTagId = ...
分类:Web程序   时间:2014-09-12 13:17:43    阅读次数:228
SharePoint 2013 代码获取图片库中的大图、小图、原图
SharePoint 2013中,上传一张图片,除原图外,默认生成一张大图、一张小图,可以根据自己的需要将不同的图运用在不同的位置。SPListItemCollection itemColl=GetPicLibraryItemColl();SPWeb web = SPContext.Current....
分类:其他好文   时间:2014-09-11 23:42:32    阅读次数:225
SharePoint 在文本编辑框中插入图片报错
SharePoint 在文本框中插入图片如果报错“Upload Image: An unexpected error has occurred.”, 很有可能是网站自带的“SiteAssets”文档库没有编辑权限。因为我们在文本框中插入图片的时候,默认的图片的存储在“SiteAssets”文档库中。
分类:其他好文   时间:2014-09-11 23:39:12    阅读次数:233
SharePoint 更换浏览器地址栏图标
在母版页中搜索“SPShortcutIcon”,并修改为,imgurl为地址栏图标在IIS上的路径。
分类:其他好文   时间:2014-09-11 23:33:12    阅读次数:223
sharepoint获得热门搜索关键字
sharepoint2013热门搜索关键词...
分类:其他好文   时间:2014-09-11 17:27:52    阅读次数:181
sharepoint 2010 基于AD的Form验证
一、新建web应用程序 1、验证部分选择“基于声明的身份验证” 2、设置端口 3、选择“启用基于窗体的身份验证(FBA)” “ASP.NET 成员身份提供程序名称”下面填写“LdapMember” “ASP.NET 角色管理器名称”下面填写“LdapRole” 4、其他根据自己情...
分类:其他好文   时间:2014-09-11 13:50:52    阅读次数:214
SharePoint添加顶部导航条
sharepoint2013顶部到航天定制...
分类:其他好文   时间:2014-09-11 11:12:11    阅读次数:212
在SharePoint解决方案中使用JavaScript (1) – 引用.js文件
本文是系列文章的第一篇。 在SharePoint解决方案中使用JavaScript (0) 作为在SharePoint应用程序中使用JavaScript的第一步,就是要知道如何将一个写好的.js文件,引用到页面上。嗯,你可能觉得这个话题太简单了,"引用一个.js文件不就是在页面上方加一个标签吗?"但...
分类:编程语言   时间:2014-09-10 13:59:10    阅读次数:322
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!