2011年8月1日

SharePoint 2007 Modal Window

摘要: Download popup.js and popupclass.js from internet.在页面添加js文件的引用<script type="text/javascript" src="/Style%20Library/MerckVaccinesJS/Modal%20Window%20Js/popup.js"></script> <script type="text/javascript" src="/Style%20Library/MerckVaccinesJS/Modal%20Wi 阅读全文

posted @ 2011-08-01 10:25 张大明 阅读(202) 评论(0) 推荐(0)

SharePoint Pagelibrary XML 修改

摘要: 主要逻辑描述:从pagelibrary中下载xml到内存中,更新xml文件的值后再上传到pagelibrary,并且覆盖旧文件,并且签入,发表,审核!public void UpdateListOfPopupURL(SPWeb web, Guid ListId) { string queryString = @"<Where><Eq><FieldRef Name='Title' /><Value Type='Text'>" + Constants.XML_FILE_NAME + "&l 阅读全文

posted @ 2011-08-01 10:06 张大明 阅读(257) 评论(0) 推荐(0)

Ajax读取操作xml

摘要: 编辑器加载中...//判断Array中是否存在某个值Array.prototype.inArray = function(value)// Returns true if the passed value is found in the // array. Returns false if it is not. { var i; for (i = 0; i < this.length; i++) { if (this[i].toLowerCase() === value.toLowerCase()) { return true; } } return false;};//Check th 阅读全文

posted @ 2011-08-01 09:47 张大明 阅读(205) 评论(0) 推荐(0)

导航