上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页
摘要: Sharepoint 2010 - Change UI Language with javascript If you want to use html/javascript to change UI language, you can use the script below:(Note: in the page, there is the function OnSelectionChange, so you have to change name if you want to use other feature in)function OnSelectionChange(value){ . 阅读全文
posted @ 2013-05-14 16:03 山之子 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 在Content Editor web part 上显示 如下代码即可//the placeholder for the webpart, with a nice waiting image <div id="ListPlaceholder"><img src="/_layouts/images/GEARS_AN.GIF" alt="" /></div><script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min 阅读全文
posted @ 2013-05-09 16:56 山之子 阅读(234) 评论(0) 推荐(0) 编辑
摘要: Adding graphs to SharePoint webpartsLast week I was creating a client dashboard for displaying some contact data for a handful of key clients in a particular business area. I thought it would be good to add a graph that displays the number of matters (legal cases) we've handled for each client o 阅读全文
posted @ 2013-05-09 09:52 山之子 阅读(204) 评论(0) 推荐(0) 编辑
摘要: Filter a View by “Me” Without a People Columnby Laura Rogerson3/23/2011 1:31 PMCategory:ViewsThis applies to the Enterprise version only, for SharePoint 2007 or 2010.A lot of times, especially with InfoPath fields, you end up with a text field with a user’s name in it, instead of an actual people pi 阅读全文
posted @ 2013-05-09 09:36 山之子 阅读(253) 评论(0) 推荐(0) 编辑
摘要: Configure Apps for SharePoint2013Posted on January 30, 2013 by Gaurav Mahajan Microsoft has published a very comprehensive set of guidelines for installing, configuringand managing Apps for SharePoint 2013. These guidelines are available on the TechNet site here: http://technet.microsoft.com/en-us/l 阅读全文
posted @ 2013-05-08 11:15 山之子 阅读(417) 评论(0) 推荐(0) 编辑
摘要: Get the SPLimitedWebPartManager instance on the page;Get the provider and consumer Web parts need to be connected;Get the connection points for the provider and consumer Web parts;Connect them using SPConnectWebParts method. If necessary, certain transforming needs to be in place for compatible inte 阅读全文
posted @ 2013-04-26 14:53 山之子 阅读(175) 评论(0) 推荐(0) 编辑
摘要: public void UpdateSharePointListFromXML() { string filename = Server.MapPath("XMLFile1.xml"); XmlDocument xmldoc = new XmlDocument(); xmldoc.Load(filename); XmlNodeList topM = xmldoc.DocumentElement.ChildNodes; foreach (XmlElement elemen... 阅读全文
posted @ 2013-04-26 10:59 山之子 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Adding Custom Properties to Visual Web PartsOpen the web part code file:Add the following code to the web part file:privatestring propertyName = "Default Value";[System.Web.UI.WebControls.WebParts.WebBrowsable(true),System.Web.UI.WebControls.WebParts.WebDisplayName("Property Name" 阅读全文
posted @ 2013-04-22 15:24 山之子 阅读(151) 评论(0) 推荐(0) 编辑
摘要: <:article id=post-542 class="post-542 post type-post status-publish format-standard hentry category-migration category-sharepoint-2010 category-sharepoint-2013 category-sharepoint-configuration category-sharepoint-development category-sharepoint-engineering tag-migration tag-sharepoint-2013& 阅读全文
posted @ 2013-04-15 16:56 山之子 阅读(394) 评论(0) 推荐(0) 编辑
摘要: SharePoint 2010, Hide My Site, My Newsfeed, My Content Link, Find People Searchbox on top navigation | Podcast, 나는 꼼수다 팟캐스트 다시듣기 다시보기 SharePoint 2010, Value does not fall within the expected range.at Microsoft.SharePoint.SPFieldMap.GetColumnNumber0评论If you facing this error...if you save or read a c 阅读全文
posted @ 2013-04-15 11:32 山之子 阅读(487) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页