Created
July 24, 2015 15:56
-
-
Save TimoStahl/341eb221c70f32a999e8 to your computer and use it in GitHub Desktop.
Sharepoint 2010 Wiki - Webpart - Incoming Links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<WebPart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/WebPart/v2"> | |
<Title>Incoming Links</Title> | |
<FrameType>Standard</FrameType> | |
<Description>This web part renders the Incoming Links for SharePoint 2010 wiki pages. (by Timo Litzbarski)</Description> | |
<IsIncluded>true</IsIncluded> | |
<ZoneID>Bottom</ZoneID> | |
<PartOrder>1</PartOrder> | |
<FrameState>Normal</FrameState> | |
<Height /> | |
<Width /> | |
<AllowRemove>true</AllowRemove> | |
<AllowZoneChange>true</AllowZoneChange> | |
<AllowMinimize>true</AllowMinimize> | |
<AllowConnect>false</AllowConnect> | |
<AllowEdit>false</AllowEdit> | |
<AllowHide>true</AllowHide> | |
<IsVisible>true</IsVisible> | |
<DetailLink /> | |
<HelpLink /> | |
<HelpMode>Modeless</HelpMode> | |
<Dir>Default</Dir> | |
<PartImageSmall /> | |
<MissingAssembly>Cannot import this Web Part.</MissingAssembly> | |
<PartImageLarge>/_layouts/images/itdl.gif</PartImageLarge> | |
<IsIncludedFilter /> | |
<Assembly>Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly> | |
<TypeName>Microsoft.SharePoint.WebPartPages.ContentEditorWebPart</TypeName> | |
<ContentLink xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor" /> | |
<Content xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor"> | |
<![CDATA[<script src=http://code.jquery.com/jquery-latest.js type=text/javascript></script><script type=text/javascript>$(function(){function t(){var t=SP.Utilities.Utility.getLayoutsPageUrl("BackLinks.aspx"),e=new SP.Utilities.UrlBuilder(t);e.addKeyValueQueryString("List",new SP.Guid(_spPageContextInfo.pageListId).toString()),e.addKeyValueQueryString("ID",_spPageContextInfo.pageItemId.toString());var i=e.get_url(),n=$("<div id='incomingLinks' style='border-top: solid 1px silver'>").load(i+" #MSO_ContentTable .ms-bodyareacell",function(){n.css("font-size","9pt").find("a").css("padding-left","11px").css("font-size","9pt")});$("div[id$=result]").empty(),$("div[id$=result]").append(n)}ExecuteOrDelayUntilScriptLoaded(t,"sp.js")});</script><div id=result></div>]]> | |
</Content> | |
<PartStorage xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor" /> | |
</WebPart> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment