<?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>westworld: a webmasters best friend &#187; radiobutton</title>
	<atom:link href="http://www.westworld.be/tag/radiobutton/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.westworld.be</link>
	<description>A webmasters best friend</description>
	<lastBuildDate>Mon, 14 Jun 2010 18:12:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Checking radiobuttons with Prototype</title>
		<link>http://www.westworld.be/a-note-to-self/checking-radiobuttons-with-prototype/</link>
		<comments>http://www.westworld.be/a-note-to-self/checking-radiobuttons-with-prototype/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 08:42:27 +0000</pubDate>
		<dc:creator>westworld</dc:creator>
				<category><![CDATA[a note to self]]></category>
		<category><![CDATA[Prototypejs]]></category>
		<category><![CDATA[radiobutton]]></category>

		<guid isPermaLink="false">http://www.westworld.be/?p=14</guid>
		<description><![CDATA[A small example of for working with radiobuttons in Prototype


Related posts:<ol><li><a href='http://www.westworld.be/a-note-to-self/prototype-submit-multiple-select-with-ajax-call/' rel='bookmark' title='Permanent Link: Prototype: submit multiple select with ajax call'>Prototype: submit multiple select with ajax call</a></li></ol>]]></description>
			<content:encoded><![CDATA[<pre class="javascript">example:
&lt;input type='radio' name='test' value='1' /&gt;
&lt;input type='radio' name='test' id='nr2' value='2' /&gt;
&lt;input type='radio' name='test' value='3' /&gt;

$$<span style="color: #66cc66;">(</span><span style="color: #3366cc;">"input[type=radio][name='test'][value='3']"</span><span style="color: #66cc66;">)</span><span style="color: #66cc66;">[</span><span style="color: #cc0000;">0</span><span style="color: #66cc66;">]</span>.<span style="color: #006600;">writeAttribute</span><span style="color: #66cc66;">(</span><span style="color: #3366cc;">"checked"</span>, <span style="color: #3366cc;">"checked"</span><span style="color: #66cc66;">)</span>;
or
$<span style="color: #66cc66;">(</span><span style="color: #3366cc;">"nr2"</span><span style="color: #66cc66;">)</span>.<span style="color: #006600;">writeAttribute</span><span style="color: #66cc66;">(</span><span style="color: #3366cc;">"checked"</span>, <span style="color: #3366cc;">"checked"</span><span style="color: #66cc66;">)</span>;</pre>
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>Prototypejs</strong></li>
<li><a rel="nofollow" href="http://pie.miracleblue.com/2008/09/09/using-prototypejs-objectextend-a-very-simple-example/">Using PrototypeJS Object.extend, a very simple example</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>radiobutton</strong></li>
<li><a rel="nofollow" href="http://blog.swishzone.com/?p=453">Radio Button Component</a></li>
</ul>


<p>Related posts:<ol><li><a href='http://www.westworld.be/a-note-to-self/prototype-submit-multiple-select-with-ajax-call/' rel='bookmark' title='Permanent Link: Prototype: submit multiple select with ajax call'>Prototype: submit multiple select with ajax call</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.westworld.be/a-note-to-self/checking-radiobuttons-with-prototype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
