<?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>Microsoft Sharepoint Server &#187; Custom Search</title>
	<atom:link href="http://www.fivenumber.com/tag/custom-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fivenumber.com</link>
	<description>It&#039;s all about SharePoint</description>
	<lastBuildDate>Fri, 28 May 2010 09:21:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.fivenumber.com</link>
<url>http://www.fivenumber.com/wp-content/mbp-favicon/5.jpg</url>
<title>Microsoft Sharepoint Server</title>
</image>
		<item>
		<title>Customize search box in sharepoint 2007</title>
		<link>http://www.fivenumber.com/customize-search-box-in-sharepoint-2007/</link>
		<comments>http://www.fivenumber.com/customize-search-box-in-sharepoint-2007/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 12:11:18 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Custom Search]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=165</guid>
		<description><![CDATA[Now, we learn how to customize the sharepoint search box
Search for the Content place holder PlaceHolderSearchArea
Add the property visible=&#8221;false&#8221; to the PlaceHolderSearchArea
As shown in below image:
Now, choose the place where you want to put the customized search box or write a new tag &#60;td&#62;&#60;/td&#62; below the PlaceHolderSearchArea closing &#60;/td&#62; tag
Go to the menu Task Panes [...]]]></description>
			<content:encoded><![CDATA[<p>Now, we learn how to customize the sharepoint search box</p>
<div id="attachment_167" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/21.gif" rel="lightbox[165]"><img class="size-medium wp-image-167" title="Sharepoint default search box" src="http://www.fivenumber.com/wp-content/uploads/2008/08/21-300x24.gif" alt="Sharepoint default search box" width="300" height="24" /></a><p class="wp-caption-text">Sharepoint default search box</p></div>
<div id="attachment_168" class="wp-caption aligncenter" style="width: 216px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" rel="lightbox[165]"><img class="size-medium wp-image-168" title="Customized search box" src="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" alt="Customized search box" width="206" height="29" /></a><p class="wp-caption-text">Customized search box</p></div>
<p>Search for the Content place holder <strong>PlaceHolderSearchArea</strong></p>
<p>Add the property <strong>visible=&#8221;false&#8221;</strong> to the <strong>PlaceHolderSearchArea</strong></p>
<p>As shown in below image:</p>
<div id="attachment_169" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/31.gif" rel="lightbox[165]"><img class="size-medium wp-image-169" title="Hiding the PlaceHolderSearchArea" src="http://www.fivenumber.com/wp-content/uploads/2008/08/31-300x37.gif" alt="Hiding the PlaceHolderSearchArea" width="300" height="37" /></a><p class="wp-caption-text">Hiding the PlaceHolderSearchArea</p></div>
<p>Now, choose the place where you want to put the customized search box or write a new tag <strong>&lt;td&gt;&lt;/td&gt;</strong> below the <strong>PlaceHolderSearchArea</strong> closing <strong>&lt;/td&gt;</strong> tag</p>
<p>Go to the menu <strong>Task Panes</strong> &gt; <strong>Web parts</strong> (Select the Web parts, if is not already selected)</p>
<p>Select the <strong>Search Box</strong> web part form he Web part List, Click on <strong>Insert Selected Web part</strong> (which inserts the web part in to the area you have choosen)</p>
<p>Now, add the tag <strong>&lt;DropDownModeEx xmlns=&#8221;urn:schemas-microsoft-com:SearchBoxEx&#8221;&gt;HideScopeDD&lt;/DropDownModeEx&gt;</strong> into the newly added Search Box web part</p>
<p>As shown in the below image:</p>
<div id="attachment_171" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/41.gif" rel="lightbox[165]"><img class="size-medium wp-image-171" title="Customized search box tag" src="http://www.fivenumber.com/wp-content/uploads/2008/08/41-300x182.gif" alt="Customized search box tag" width="300" height="182" /></a><p class="wp-caption-text">Customized search box tag</p></div>
<p>Add one more tag in to the search box code, to display the default value (Enter keyword&#8230;) while the search box is empty<strong>&lt;QueryPromptString xmlns=&#8221;urn:schemas-microsoft-com:SearchBoxEx&#8221;&gt;&lt;b&gt;Enter Keyword&#8230;&lt;/b&gt;&lt;/QueryPromptString&gt;</strong></p>
<p>As shown in the below image:</p>
<div id="attachment_172" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/5.gif" rel="lightbox[165]"><img class="size-medium wp-image-172" title="Customized search box tag" src="http://www.fivenumber.com/wp-content/uploads/2008/08/5-300x172.gif" alt="Customized search box tag" width="300" height="172" /></a><p class="wp-caption-text">Customized search box tag</p></div>
<div id="attachment_173" class="wp-caption aligncenter" style="width: 216px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" rel="lightbox[165]"><img class="size-medium wp-image-168" title="Customized search box" src="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" alt="Customized search box" width="206" height="29" /></a><p class="wp-caption-text">Output: Customized search box</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/customize-search-box-in-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
