$.ajax({type:"get", url:"http://",
data:"name="+userid+"&password="+password,async:true,
error:function(request){alert("Connectionerror"); }, success:...
分类:
Web程序 时间:
2014-07-22 23:06:54
阅读次数:
373
在sharepoint 2013中,Documnet
library(文档库)包含多层文件夹,当进入到文件夹后,返回指定层次了(例如返回上一层),需要用浏览器的返回。使用起来不方便,而且浏览器的返回,会导致一些问题,不推荐普遍用户使用。解决这个问题,可以做一个目录结构,实现方法是:访问Documen...
分类:
其他好文 时间:
2014-04-30 15:49:03
阅读次数:
484
隐藏AD人员选择,$ad.IsVisible设置为true,则显示出AD里用户$cpm =
Get-SPClaimProviderManager$ad = get-spclaimprovider -identity "AD" $ad.IsVisible
= $false $cpm.Update()
分类:
其他好文 时间:
2014-04-30 03:42:37
阅读次数:
420
配置好了sharepoint
2013基于AD的Form登录,只是成功了第一步,如何自定义登录页呢?特别是不要出现sharepoint2013自带登录页面,每次登录前还需要选择是否是form或者windows验证。
打开vs2012新建sharepoint 2013 project,在la...
分类:
其他好文 时间:
2014-04-30 03:14:58
阅读次数:
713
function openAnswerQandADialog(aUrl,aTitle) { var
options = { url: aUrl, ...
分类:
其他好文 时间:
2014-04-30 02:47:14
阅读次数:
358
1、Microsoft.IdentityModel.dll
位置%ProgramFiles%\ReferenceAssemblies\Windows Identity
Foundation\v3.52、Microsoft.SharePoint.IdentityModel.dll位置C:\Window...
分类:
其他好文 时间:
2014-04-30 02:13:20
阅读次数:
460
自定义开发页面如果用到了GridView或SPGridView默认跟列表的样式是不一样的,如要要一样,需要:1)aspx ...
分类:
其他好文 时间:
2014-04-30 01:11:54
阅读次数:
506
namespace Webpart.Staffing.ViewAll{
[ToolboxItemAttribute(false)] public partial class ViewAll : WebPart { public
ViewAll() {...
分类:
Web程序 时间:
2014-04-29 10:22:47
阅读次数:
435