<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint @ Big Scholar &#187; Javascript</title>
	<atom:link href="http://www.bigscholar.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigscholar.com</link>
	<description>Developing, Configuring and Designing in SharePoint</description>
	<lastBuildDate>Thu, 15 Jul 2010 01:12:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Printing just the web part and not the entire SharePoint page</title>
		<link>http://www.bigscholar.com/2009/04/21/printing-just-the-web-part-and-not-the-entire-sharepoint-page/</link>
		<comments>http://www.bigscholar.com/2009/04/21/printing-just-the-web-part-and-not-the-entire-sharepoint-page/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 03:23:51 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Content Editor Web Part]]></category>
		<category><![CDATA[SharePoint Web Parts]]></category>

		<guid isPermaLink="false">http://www.bigscholar.com/?p=108</guid>
		<description><![CDATA[Insert a Content Editor Web Part and edit the source code. Add the following to it: &#60;input type="button" OnClick="javascript:void(PrintWebPart())" value="Print Web Part"&#62; &#60;script language="JavaScript"&#62; //Controls which Web Part or zone to print var WebPartElementID = "&#60;WebPartElementID&#62;"; //Function to print Web Part function PrintWebPart() {  var bolWebPartFound = false;  if (document.getElementById != null)  {   //Create [...]]]></description>
		<wfw:commentRss>http://www.bigscholar.com/2009/04/21/printing-just-the-web-part-and-not-the-entire-sharepoint-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
