 




<?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: Wraping text of Radio Button</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/wraping-text-of-radio-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/wraping-text-of-radio-button/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 17:28:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ledlincoln</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/wraping-text-of-radio-button/#comment-68216</link>
		<dc:creator>ledlincoln</dc:creator>
		<pubDate>Mon, 21 Sep 2009 19:12:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-68216</guid>
		<description><![CDATA[I agree with the first respondent (Jack).  It is not good UI or database design to have long strings of text as the options to store in a field.  You can use text on the form, field help, hotspot popups, etc. to clarify the options, and you can use the field values to look up the desired text strings if needed in other parts of the application.]]></description>
		<content:encoded><![CDATA[<p>I agree with the first respondent (Jack).  It is not good UI or database design to have long strings of text as the options to store in a field.  You can use text on the form, field help, hotspot popups, etc. to clarify the options, and you can use the field values to look up the desired text strings if needed in other parts of the application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blessan</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/wraping-text-of-radio-button/#comment-47245</link>
		<dc:creator>blessan</dc:creator>
		<pubDate>Wed, 22 Feb 2006 23:58:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-47245</guid>
		<description><![CDATA[I found one way of resolving this issue but seems quite lengthy &amp; would have future maintenance problems.

Creating 4 radio buttons(refresh on keyword change) to have grade value (A,B,C,D)  &amp; wrapped description to be given adjacent to the radio buttons. 

For making these radio button (4 in number) to be mutually exclusive would require a code to written which would run on document refresh.  This code would work when a radio button is selected , which will in turn refresh the document.
On document refresh previous selected(saved) value would be matched with the four buttons &amp; subsequently deselect the other three.  

Is there any other method to acomplish this task?
Or do we have a way to reduce the complexity of the above said method.]]></description>
		<content:encoded><![CDATA[<p>I found one way of resolving this issue but seems quite lengthy &amp; would have future maintenance problems.</p>
<p>Creating 4 radio buttons(refresh on keyword change) to have grade value (A,B,C,D)  &amp; wrapped description to be given adjacent to the radio buttons. </p>
<p>For making these radio button (4 in number) to be mutually exclusive would require a code to written which would run on document refresh.  This code would work when a radio button is selected , which will in turn refresh the document.<br />
On document refresh previous selected(saved) value would be matched with the four buttons &amp; subsequently deselect the other three.  </p>
<p>Is there any other method to acomplish this task?<br />
Or do we have a way to reduce the complexity of the above said method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jswalwell</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/wraping-text-of-radio-button/#comment-47246</link>
		<dc:creator>jswalwell</dc:creator>
		<pubDate>Wed, 22 Feb 2006 11:04:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-47246</guid>
		<description><![CDATA[1. Regarding setting the width of a radio button: in 6.5.3, at least, this is not possible except possibly on the web.
2. I have found that when using a long option in a table cell, the cell is expanded to fit the text instead of wrapping the text to fit the cell.]]></description>
		<content:encoded><![CDATA[<p>1. Regarding setting the width of a radio button: in 6.5.3, at least, this is not possible except possibly on the web.<br />
2. I have found that when using a long option in a table cell, the cell is expanded to fit the text instead of wrapping the text to fit the cell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lnaliboff</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/wraping-text-of-radio-button/#comment-47247</link>
		<dc:creator>lnaliboff</dc:creator>
		<pubDate>Wed, 22 Feb 2006 10:45:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-47247</guid>
		<description><![CDATA[The only control you have on a radio button is how many columns your answers will fill.  If you&#039;re trying to word wrap, I sugguest putting the button in a table, setting it to single column.  If you don&#039;t want to see the table, remove the borders.]]></description>
		<content:encoded><![CDATA[<p>The only control you have on a radio button is how many columns your answers will fill.  If you&#8217;re trying to word wrap, I sugguest putting the button in a table, setting it to single column.  If you don&#8217;t want to see the table, remove the borders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annmagnusson</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/wraping-text-of-radio-button/#comment-47248</link>
		<dc:creator>annmagnusson</dc:creator>
		<pubDate>Wed, 22 Feb 2006 06:59:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-47248</guid>
		<description><![CDATA[Just a check questions... 
- How have you set the width for the button?

/Ann]]></description>
		<content:encoded><![CDATA[<p>Just a check questions&#8230;<br />
- How have you set the width for the button?</p>
<p>/Ann</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 20:44:25 -->