<?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, 05 Jan 2012 23:19:45 +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>Adding a custom item in a SharePoint List Item drop down</title>
		<link>http://www.bigscholar.com/2011/04/20/adding-a-custom-item-in-a-sharepoint-list-item-drop-down/</link>
		<comments>http://www.bigscholar.com/2011/04/20/adding-a-custom-item-in-a-sharepoint-list-item-drop-down/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 01:48:20 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SharePoint Web Parts]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Content Editor Web Part]]></category>
		<category><![CDATA[SharePoint Document Library]]></category>
		<category><![CDATA[SharePoint Lists]]></category>

		<guid isPermaLink="false">http://www.bigscholar.com/?p=198</guid>
		<description><![CDATA[Add a content editor web part to the document library page. On the content editor web part, add the following javascript. Be sure to modify the value for strAction to what you need. In this case, it is set to redirect to SomePage.aspx with the ListID and ItemID Parameters. &#60;script type="text/javascript"&#62; function Custom_AddDocLibMenuItems(m, ctx) { [...]]]></description>
		<wfw:commentRss>http://www.bigscholar.com/2011/04/20/adding-a-custom-item-in-a-sharepoint-list-item-drop-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

