<?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 2010 &#8211; Kodono</title>
	<atom:link href="https://blog.kodono.info/wordpress/tag/sharepoint-2010/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.kodono.info/wordpress</link>
	<description>Pour tous les technophiles</description>
	<lastBuildDate>Thu, 13 Nov 2014 09:03:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>Sharepoint 2010 and IE in standard mode (issues with IE9/IE10)</title>
		<link>https://blog.kodono.info/wordpress/2013/03/20/sharepoint-2010-and-ie-in-standard-mode-issues-with-ie9ie10/</link>
					<comments>https://blog.kodono.info/wordpress/2013/03/20/sharepoint-2010-and-ie-in-standard-mode-issues-with-ie9ie10/#comments</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Wed, 20 Mar 2013 15:34:33 +0000</pubDate>
				<category><![CDATA[Niveau intermédiaire]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1208</guid>

					<description><![CDATA[I wanted to have a masterpage for Sharepoint 2010 with a HTML5 Doctype&#8230; unfortunately Sharepoint 2010 has been coded without standards, so lot of things are now broken. I spent some time to find the broken functions. I&#8217;ve created a file that is called just after &#60;SharePoint:ScriptLink language="javascript" name="core.js" OnDemand="true" runat="server"/&#62;, and you can download [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I wanted to have a masterpage for Sharepoint 2010 with a HTML5 Doctype&#8230; unfortunately Sharepoint 2010 has been coded without standards, so lot of things are now broken.</p>
<p>I spent some time to find the broken functions. I&#8217;ve created a file that is called just after <code>&lt;SharePoint:ScriptLink language="javascript" name="core.js" OnDemand="true" runat="server"/&gt;</code>, and you <a href="http://blog.kodono.info/wordpress/wp-content/uploads/fix_sp2010.js">can download it here (.js file)</a>.</p>
<p>I overwrite some functions to make the &#8220;Multiple lines of text&#8221; to work and same thing for the &#8220;People Picker&#8221;, and other stuff. That could be useful for someone else.</p>
<p>Also I found that the Gantt View doesn&#8217;t work in Standard Mode. So I&#8217;ve also overwritten some functions to make it OK in IE8, IE9 and IE10: <a href="http://blog.kodono.info/wordpress/wp-content/uploads/fix_grid_sp2010.js">fix_grid_sp2010.js</a>. This file must be called at the bottom of your masterpage (in my case it&#8217;s just after the <code>&lt;/form></code>) with something like :</p>
<pre class="brush:html">
&lt;script type="text/javascript">
// &lt;![CDATA[
if (typeof SP !== "undefined" &#038;& typeof SP.JsGrid !== "undefined") document.write('&lt;script type="text/javascript" src="/dir/_catalogs/masterpage/My_Standard/js/fix_grid_sp2010.js">&lt;/'+'script>');
// ]]&gt;
&lt;/script>
</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.kodono.info/wordpress/2013/03/20/sharepoint-2010-and-ie-in-standard-mode-issues-with-ie9ie10/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
