09 2016 档案
SPS中使用JSOM发邮件
摘要:直接上代码了: function ShowMailDialog() { $.ajax({ url: siteurl + "/_api/contextinfo", method: "POST", headers: { "Accept": "application/json; odata=verbose 阅读全文
posted @ 2016-09-30 15:38 欣静赏悦 阅读(353) 评论(0) 推荐(0)
SPS中JSOM和SOAP 实现文件上传
摘要:一、HTML控件 <input type="file" id="upFile" style="width:300px;"/> <div id="fileDisplayArea"> </div> <input type="button" value="Upload" onclick="CreateFi 阅读全文
posted @ 2016-09-30 15:20 欣静赏悦 阅读(720) 评论(0) 推荐(0)
ECMAScript对文件夹图片幻灯片播放
摘要:代码如下: var curContext = null; var curWeb = null; var picListTitle = "PictureLib"; var folderName = "PictureSlide"; var liTemp = "<li style='background- 阅读全文
posted @ 2016-09-13 16:13 欣静赏悦 阅读(275) 评论(0) 推荐(0)