SharePoint2010
yang_road
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How to hidden/display the left panel?
If you want to hidden/display the left panel, you could find some style code as blow:原创 2010-10-25 15:21:00 · 404 阅读 · 0 评论 -
How to Control the [Add document] button on the bottom of every view?
<br /><RowLimit Paged="TRUE">10</RowLimit> this line may be you understand<br /> <Aggregations Value="Off"/><br /> <Toolbar Type="None"/> this line to control the button<br />If type=”None” the button don’t display, set type to原创 2010-10-25 15:22:00 · 227 阅读 · 0 评论 -
Control the item, Rename, add
<br />Get the File URL: {$thisNode/@FileRef}<br />Get the File Name: <xsl:value-of select="$thisNode/@FileLeafRef.Name" /><br />Just edit the view Item: {$thisNode/../@Edit}原创 2010-10-25 15:24:00 · 342 阅读 · 0 评论 -
Handle the link event.
<br />A lot of link in SharePoint 2010 is handle to “onclick” event,<br />This is the default link:<br /><a onfocus="OnLink(this)" href="{$thisNode/@FileRef}" onmousedown="return VerifyHref(this,event,'{$XmlDefinition/List/@DefaultItemOpen}','{$thisNode/@原创 2010-10-25 15:25:00 · 220 阅读 · 0 评论 -
SP 2010: Getting started with LINQ to SharePoint in SharePoint 2010
IntroductionIn SharePoint 2010 you now have the ability to use LINQ syntax to fetch items from your lists instead of using the "traditional" approach of CAML queries. (Including SPSiteDataQuery and SPQuery objects)In this article I will give you a brief in转载 2010-11-10 10:35:00 · 208 阅读 · 0 评论
分享