<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>HOW TO: Detect an App Part in edit mode in SharePoint 2013</title><link>http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/02/04/how-to-detect-an-app-part-in-edit-mode-in-sharepoint-2013.aspx</link><description>This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. This article states, “with app parts, you can show your app user experience (UX) right in the host web.&amp;#160; An app part displays your app content</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: HOW TO: Detect an App Part in edit mode in SharePoint 2013</title><link>http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/02/04/how-to-detect-an-app-part-in-edit-mode-in-sharepoint-2013.aspx#3573304</link><pubDate>Fri, 17 May 2013 08:24:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3573304</guid><dc:creator>Anatoly Mironov</dc:creator><description>&lt;p&gt;Great. Is it possible to detect if a host page is in edit mode? This solution works very fine if the app part is selected, but not if something else is edited on page.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3573304" width="1" height="1"&gt;</description></item><item><title>re: HOW TO: Detect an App Part in edit mode in SharePoint 2013</title><link>http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/02/04/how-to-detect-an-app-part-in-edit-mode-in-sharepoint-2013.aspx#3565182</link><pubDate>Wed, 10 Apr 2013 23:31:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3565182</guid><dc:creator>aaron</dc:creator><description>&lt;p&gt;Thank you for pointing out. wpId is indeed redundant. It&amp;#39;s built-in. The following part is not necessary in code.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Property Name=&amp;quot;wpId&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Type=&amp;quot;string&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; RequiresDesignerPermission=&amp;quot;true&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WebCategory=&amp;quot;Basic app part category&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WebDisplayName=&amp;quot;WebpartID&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DefaultValue=&amp;quot;webpart ID&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;lt;/Property&amp;gt;&lt;/p&gt;
&lt;p&gt;Checked your blog. Very nice!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3565182" width="1" height="1"&gt;</description></item><item><title>re: HOW TO: Detect an App Part in edit mode in SharePoint 2013</title><link>http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/02/04/how-to-detect-an-app-part-in-edit-mode-in-sharepoint-2013.aspx#3551381</link><pubDate>Fri, 08 Feb 2013 23:23:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3551381</guid><dc:creator>Paul Shkurikhin</dc:creator><description>&lt;p&gt;Thank you guys! Your post have inspired me to do some research and find a few additional tokens (parameters) available for App Parts. Please check my blog post:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blog.sharepointalist.com/2013/02/sharepoint-2013-app-part-tokens.html"&gt;blog.sharepointalist.com/.../sharepoint-2013-app-part-tokens.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PS. Also one correction. wpId custom property is completely redundant in this sample.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3551381" width="1" height="1"&gt;</description></item><item><title>re: HOW TO: Detect an App Part in edit mode in SharePoint 2013</title><link>http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/02/04/how-to-detect-an-app-part-in-edit-mode-in-sharepoint-2013.aspx#3550440</link><pubDate>Tue, 05 Feb 2013 13:12:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3550440</guid><dc:creator>Arun Kumar Arora</dc:creator><description>&lt;p&gt;Very Informative.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3550440" width="1" height="1"&gt;</description></item><item><title>re: HOW TO: Detect an App Part in edit mode in SharePoint 2013</title><link>http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/02/04/how-to-detect-an-app-part-in-edit-mode-in-sharepoint-2013.aspx#3550209</link><pubDate>Mon, 04 Feb 2013 13:29:25 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3550209</guid><dc:creator>Waqas M</dc:creator><description>&lt;p&gt;Thanks for sharing&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3550209" width="1" height="1"&gt;</description></item></channel></rss>