<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CustomAction, NewMenu and mysterious blank control</title>
	<atom:link href="http://paulliebrand.com/2008/07/14/customaction-newmenu-and-mysterious-blank-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulliebrand.com/2008/07/14/customaction-newmenu-and-mysterious-blank-control/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=customaction-newmenu-and-mysterious-blank-control</link>
	<description>Welcome to my blog mainly about SharePoint</description>
	<lastBuildDate>Tue, 27 Jul 2010 03:01:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: liebrand</title>
		<link>http://paulliebrand.com/2008/07/14/customaction-newmenu-and-mysterious-blank-control/comment-page-1/#comment-282</link>
		<dc:creator>liebrand</dc:creator>
		<pubDate>Thu, 09 Oct 2008 05:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://paulliebrand.com/?p=110#comment-282</guid>
		<description>To the best of my knowledge, you cannot add custom controls to the MenuItemTemplate. However, you could probably create your own toolbar controltemplate and make it do whatever you want. This might be more effort than it is worth though. I&#039;ll keep my eyes out to see if someone else has figured this out.</description>
		<content:encoded><![CDATA[<p>To the best of my knowledge, you cannot add custom controls to the MenuItemTemplate. However, you could probably create your own toolbar controltemplate and make it do whatever you want. This might be more effort than it is worth though. I&#8217;ll keep my eyes out to see if someone else has figured this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ask?</title>
		<link>http://paulliebrand.com/2008/07/14/customaction-newmenu-and-mysterious-blank-control/comment-page-1/#comment-284</link>
		<dc:creator>ask?</dc:creator>
		<pubDate>Wed, 08 Oct 2008 09:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://paulliebrand.com/?p=110#comment-284</guid>
		<description>Can you add controls (textbox, button,..) in MenuItemTemplate?.</description>
		<content:encoded><![CDATA[<p>Can you add controls (textbox, button,..) in MenuItemTemplate?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liebrand</title>
		<link>http://paulliebrand.com/2008/07/14/customaction-newmenu-and-mysterious-blank-control/comment-page-1/#comment-285</link>
		<dc:creator>liebrand</dc:creator>
		<pubDate>Thu, 11 Sep 2008 19:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://paulliebrand.com/?p=110#comment-285</guid>
		<description>LeoJ -- Sorry about the long delay in response. Your message got hung up in the WordPress spam system. If you could replicate the problem, perhaps you could show me the source of your new controltemplate which would help me understand why it may not be working.</description>
		<content:encoded><![CDATA[<p>LeoJ &#8212; Sorry about the long delay in response. Your message got hung up in the WordPress spam system. If you could replicate the problem, perhaps you could show me the source of your new controltemplate which would help me understand why it may not be working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeoJ</title>
		<link>http://paulliebrand.com/2008/07/14/customaction-newmenu-and-mysterious-blank-control/comment-page-1/#comment-283</link>
		<dc:creator>LeoJ</dc:creator>
		<pubDate>Fri, 08 Aug 2008 05:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://paulliebrand.com/?p=110#comment-283</guid>
		<description>Regarding your response here
http://forums.msdn.microsoft.com/en-US/sharepointcustomization/thread/95aaa5dc-7656-4d8b-bdb7-b0e4122a054c/

After i removed the  and run iisreset, And my entire menu gone.... even action, setting.. so i try to put this back, save it and iisreset again. It still no luck as menu still gone.. And one thing is nice which is i had backup the DefaultTemplates.ascx as you recommend. I used this to do the recover and it was back to normal. So.. do you know what is the problem....? Thanks in advance!!</description>
		<content:encoded><![CDATA[<p>Regarding your response here<br />
<a href="http://forums.msdn.microsoft.com/en-US/sharepointcustomization/thread/95aaa5dc-7656-4d8b-bdb7-b0e4122a054c/" rel="nofollow">http://forums.msdn.microsoft.com/en-US/sharepointcustomization/thread/95aaa5dc-7656-4d8b-bdb7-b0e4122a054c/</a></p>
<p>After i removed the  and run iisreset, And my entire menu gone&#8230;. even action, setting.. so i try to put this back, save it and iisreset again. It still no luck as menu still gone.. And one thing is nice which is i had backup the DefaultTemplates.ascx as you recommend. I used this to do the recover and it was back to normal. So.. do you know what is the problem&#8230;.? Thanks in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liebrand</title>
		<link>http://paulliebrand.com/2008/07/14/customaction-newmenu-and-mysterious-blank-control/comment-page-1/#comment-281</link>
		<dc:creator>liebrand</dc:creator>
		<pubDate>Tue, 15 Jul 2008 18:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://paulliebrand.com/?p=110#comment-281</guid>
		<description>Actually the problem I experience was, embarrassingly, I did not have my class set as &quot;public&quot;. Yes -- the javascript is completely necessary for submenus (I figured the post to your blog would be sufficient enough for people to find).

Thank you again!</description>
		<content:encoded><![CDATA[<p>Actually the problem I experience was, embarrassingly, I did not have my class set as &#8220;public&#8221;. Yes &#8212; the javascript is completely necessary for submenus (I figured the post to your blog would be sufficient enough for people to find).</p>
<p>Thank you again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Van Vlaenderen</title>
		<link>http://paulliebrand.com/2008/07/14/customaction-newmenu-and-mysterious-blank-control/comment-page-1/#comment-280</link>
		<dc:creator>Pascal Van Vlaenderen</dc:creator>
		<pubDate>Tue, 15 Jul 2008 17:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://paulliebrand.com/?p=110#comment-280</guid>
		<description>You&#039;re very welcome :)

I just noticed you had a problem with it, probably registering the control as safe control. I forgot to say that.

You shouldn&#039;t forget the Javascript fixup if you want the submenus to behave nicely aswell :)

Greetings,

Pascal

PS: Thanks for mentioning me :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re very welcome <img src='http://paulliebrand.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I just noticed you had a problem with it, probably registering the control as safe control. I forgot to say that.</p>
<p>You shouldn&#8217;t forget the Javascript fixup if you want the submenus to behave nicely aswell <img src='http://paulliebrand.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Greetings,</p>
<p>Pascal</p>
<p>PS: Thanks for mentioning me <img src='http://paulliebrand.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
