<?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: Make a Text field read only on EditForm.aspx without SPD</title>
	<atom:link href="http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/feed/" rel="self" type="application/rss+xml" />
	<link>http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/</link>
	<description>Experiences with SharePoint, web development, and programming</description>
	<lastBuildDate>Sun, 29 Jan 2012 06:11:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kit</title>
		<link>http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/comment-page-1/#comment-1214</link>
		<dc:creator>Kit</dc:creator>
		<pubDate>Sun, 11 Sep 2011 22:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://kitmenke.com/blog/?p=49#comment-1214</guid>
		<description>Rui,

Take a look at http://sputility.codeplex.com/. It is my updated library that supports Number fields as well.

Thanks,
Kit</description>
		<content:encoded><![CDATA[<p>Rui,</p>
<p>Take a look at <a href="http://sputility.codeplex.com/" rel="nofollow">http://sputility.codeplex.com/</a>. It is my updated library that supports Number fields as well.</p>
<p>Thanks,<br />
Kit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui</title>
		<link>http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/comment-page-1/#comment-1213</link>
		<dc:creator>Rui</dc:creator>
		<pubDate>Thu, 08 Sep 2011 22:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://kitmenke.com/blog/?p=49#comment-1213</guid>
		<description>Can this work for number field? Thanks.</description>
		<content:encoded><![CDATA[<p>Can this work for number field? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to make a field Read Only&#8230; Here you go! &#171; r.senthil&#039;s space</title>
		<link>http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/comment-page-1/#comment-1202</link>
		<dc:creator>How to make a field Read Only&#8230; Here you go! &#171; r.senthil&#039;s space</dc:creator>
		<pubDate>Tue, 30 Aug 2011 07:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://kitmenke.com/blog/?p=49#comment-1202</guid>
		<description>[...] http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/" rel="nofollow">http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rao</title>
		<link>http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/comment-page-1/#comment-1154</link>
		<dc:creator>Rao</dc:creator>
		<pubDate>Thu, 04 Aug 2011 13:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://kitmenke.com/blog/?p=49#comment-1154</guid>
		<description>I want to add one more point to my last but one comment.

For the textarea - It should be plain text. If it is Rich rext or enhanced Rich text 

then it is not going to convert it into label / read-only.

Thanks,
Rao.</description>
		<content:encoded><![CDATA[<p>I want to add one more point to my last but one comment.</p>
<p>For the textarea &#8211; It should be plain text. If it is Rich rext or enhanced Rich text </p>
<p>then it is not going to convert it into label / read-only.</p>
<p>Thanks,<br />
Rao.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rao</title>
		<link>http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/comment-page-1/#comment-1153</link>
		<dc:creator>Rao</dc:creator>
		<pubDate>Thu, 04 Aug 2011 13:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://kitmenke.com/blog/?p=49#comment-1153</guid>
		<description>Hi Kit,

&lt;em&gt;&quot;A custom list form created using SharePoint Designer?&quot;

 - &lt;/em&gt;Yes.

Actually I did all my work with normal forms (and SPUtility). If in case my work is not going to satisfy with normal forms then I need to go for Custom List forms. That is why I&#039;m trying SPUtility with Custom List.

Anyway I used your above concept for labeling the fields. I will use this concept .. :)

Thanks for quick response !....

-
Rao</description>
		<content:encoded><![CDATA[<p>Hi Kit,</p>
<p><em>&#8220;A custom list form created using SharePoint Designer?&#8221;</p>
<p> - </em>Yes.</p>
<p>Actually I did all my work with normal forms (and SPUtility). If in case my work is not going to satisfy with normal forms then I need to go for Custom List forms. That is why I&#8217;m trying SPUtility with Custom List.</p>
<p>Anyway I used your above concept for labeling the fields. I will use this concept .. <img src='http://kitmenke.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for quick response !&#8230;.</p>
<p>-<br />
Rao</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rao</title>
		<link>http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/comment-page-1/#comment-1152</link>
		<dc:creator>Rao</dc:creator>
		<pubDate>Thu, 04 Aug 2011 13:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://kitmenke.com/blog/?p=49#comment-1152</guid>
		<description>Hi peter,

Just for information... If you want to do it for Textarea, Choice Fields ..

then change the code a bit ..

For Textarea: 
 
 var inputs = $$(&#039;input[title=&quot;&#039; + name + &#039;&quot;]&#039;); 
                    to
 var inputs = $$(&#039;textarea[title=&quot;&#039; + name + &#039;&quot;]&#039;);

For ChoiceField:

 var inputs = $$(&#039;input[title=&quot;&#039; + name + &#039;&quot;]&#039;); 
                    to
 var inputs = $$(&#039;select[title=&quot;&#039; + name + &#039;&quot;]&#039;);


But we don&#039;t have any clue for person and group. But we can access this person and group class and make it as readonly. But it will effect in all the persona and group fields which are there in the form.

But if you are planning to go for Normal form instead of Custom List form then Kit given an excellent libarary to us (SPUtility.js). It works like charm !...
Kit we are very much thankful to you.... 

Thanks,
Rao...



</description>
		<content:encoded><![CDATA[<p>Hi peter,</p>
<p>Just for information&#8230; If you want to do it for Textarea, Choice Fields ..</p>
<p>then change the code a bit ..</p>
<p>For Textarea: <br />
 <br />
 var inputs = $$(&#8216;input[title="' + name + '"]&#8216;);<br />
                    to<br />
 var inputs = $$(&#8216;textarea[title="' + name + '"]&#8216;);</p>
<p>For ChoiceField:</p>
<p> var inputs = $$(&#8216;input[title="' + name + '"]&#8216;);<br />
                    to<br />
 var inputs = $$(&#8216;select[title="' + name + '"]&#8216;);</p>
<p>But we don&#8217;t have any clue for person and group. But we can access this person and group class and make it as readonly. But it will effect in all the persona and group fields which are there in the form.</p>
<p>But if you are planning to go for Normal form instead of Custom List form then Kit given an excellent libarary to us (SPUtility.js). It works like charm !&#8230;<br />
Kit we are very much thankful to you&#8230;. </p>
<p>Thanks,<br />
Rao&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kit</title>
		<link>http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/comment-page-1/#comment-1151</link>
		<dc:creator>Kit</dc:creator>
		<pubDate>Thu, 04 Aug 2011 13:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://kitmenke.com/blog/?p=49#comment-1151</guid>
		<description>A custom list form created using SharePoint Designer? SPUtility.js doesn&#039;t (yet) work on those forms because of the way it looks up the fields (depends on the rigid form structure). The library needs modifications to be able to work with those forms.

I put it on my SPUtility.js todo list. If you&#039;re feeling adventurous, you could take a look at the code too. :)</description>
		<content:encoded><![CDATA[<p>A custom list form created using SharePoint Designer? SPUtility.js doesn&#8217;t (yet) work on those forms because of the way it looks up the fields (depends on the rigid form structure). The library needs modifications to be able to work with those forms.</p>
<p>I put it on my SPUtility.js todo list. If you&#8217;re feeling adventurous, you could take a look at the code too. <img src='http://kitmenke.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rao</title>
		<link>http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/comment-page-1/#comment-1150</link>
		<dc:creator>Rao</dc:creator>
		<pubDate>Thu, 04 Aug 2011 12:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://kitmenke.com/blog/?p=49#comment-1150</guid>
		<description>This one is good.

Actually my question is how we can use SPUtility in Custom List Forms?

In Custom List forms we are not have SPField Value. Can you please suggest 

me on this?</description>
		<content:encoded><![CDATA[<p>This one is good.</p>
<p>Actually my question is how we can use SPUtility in Custom List Forms?</p>
<p>In Custom List forms we are not have SPField Value. Can you please suggest </p>
<p>me on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/comment-page-1/#comment-248</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 23 Aug 2010 01:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://kitmenke.com/blog/?p=49#comment-248</guid>
		<description>Thanks Kit</description>
		<content:encoded><![CDATA[<p>Thanks Kit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kit</title>
		<link>http://kitmenke.com/blog/2009/06/02/make-a-text-field-read-only-on-editformaspx-without-spd/comment-page-1/#comment-215</link>
		<dc:creator>Kit</dc:creator>
		<pubDate>Wed, 18 Aug 2010 03:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://kitmenke.com/blog/?p=49#comment-215</guid>
		<description>Peter,
This script won&#039;t work with Choice or People fields. However, I am working on a library that should hopefully be able to handle both types of fields. I&#039;ll keep you posted. :)
Thanks,
Kit</description>
		<content:encoded><![CDATA[<p>Peter,<br />
This script won&#8217;t work with Choice or People fields. However, I am working on a library that should hopefully be able to handle both types of fields. I&#8217;ll keep you posted. <img src='http://kitmenke.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks,<br />
Kit</p>
]]></content:encoded>
	</item>
</channel>
</rss>

