<?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: Dynamically change a cfinput form field&#8217;s label (ColdFusion Flash Forms)</title>
	<atom:link href="http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/feed/" rel="self" type="application/rss+xml" />
	<link>http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/</link>
	<description>Thoughts on web development, user-centered design, code, etc. by Paul Robertson</description>
	<lastBuildDate>Sat, 31 Jul 2010 01:58:04 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ravi</title>
		<link>http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/comment-page-1/#comment-63668</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/#comment-63668</guid>
		<description>Hi,
For the past 5 days I have been struggling to pass a hidden value into  argument editArguments. I could not find a direct sulution to pass the hidden value into action script. But, I found from your posting that a  solved the problem.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
For the past 5 days I have been struggling to pass a hidden value into  argument editArguments. I could not find a direct sulution to pass the hidden value into action script. But, I found from your posting that a  solved the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash and Set HTML Form Values : flash, html, value, setting</title>
		<link>http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/comment-page-1/#comment-44085</link>
		<dc:creator>Flash and Set HTML Form Values : flash, html, value, setting</dc:creator>
		<pubDate>Fri, 23 May 2008 05:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/#comment-44085</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] this will help you...Check out the paragraph that starts with &quot;Remember I warned you...&quot;http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/ Accepted Solution      &#160;    11.10.2005 at 12:00AM PST, ID: 15263465  skibama1:  I think this [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://probertson.com/homepages/43/d94818407/htdocs/probertson/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[&#8230;] this will help you&#8230;Check out the paragraph that starts with &quot;Remember I warned you&#8230;&quot;http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/ Accepted Solution      &nbsp;    11.10.2005 at 12:00AM PST, ID: 15263465  skibama1:  I think this [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/comment-page-1/#comment-667</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 17 May 2006 17:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/#comment-667</guid>
		<description>Troy:
You&#039;re absolutely right that that could be done; the example as rewritten by Laura Arguello (see the note at the top of the article) does exactly that.

However, I wanted to make the example show the more flexible way of using ActionScript, because that&#039;s necessary for more complex behavior. For example, in the real app that I was developing where I worked these things out, there were actually two &quot;Pay Detail&quot; fields, and the ActionScript code was changing not only the label, but also the size and some other properties of each.

There is some more discussion about this choice in the comments for my follow-up article (also linked from the note at the top of this article).</description>
		<content:encoded><![CDATA[<p>Troy:<br />
You&#8217;re absolutely right that that could be done; the example as rewritten by Laura Arguello (see the note at the top of the article) does exactly that.</p>
<p>However, I wanted to make the example show the more flexible way of using ActionScript, because that&#8217;s necessary for more complex behavior. For example, in the real app that I was developing where I worked these things out, there were actually two &#8220;Pay Detail&#8221; fields, and the ActionScript code was changing not only the label, but also the size and some other properties of each.</p>
<p>There is some more discussion about this choice in the comments for my follow-up article (also linked from the note at the top of this article).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy</title>
		<link>http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/comment-page-1/#comment-665</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Wed, 17 May 2006 16:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/#comment-665</guid>
		<description>I am wondering why you can&#039;t skip the actionscript and hidden field portions by simply binding the label to your drop down box value directly?

I suppose this way is better if you are dynamically calling information from a database connection using id&#039;s in the drop down, but can&#039;t you simply load the values from the database into the drop down initially?</description>
		<content:encoded><![CDATA[<p>I am wondering why you can&#8217;t skip the actionscript and hidden field portions by simply binding the label to your drop down box value directly?</p>
<p>I suppose this way is better if you are dynamically calling information from a database connection using id&#8217;s in the drop down, but can&#8217;t you simply load the values from the database into the drop down initially?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/comment-page-1/#comment-473</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 21 Apr 2006 16:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/#comment-473</guid>
		<description>need to know the coldfusion code for the commit box like what im writing in now</description>
		<content:encoded><![CDATA[<p>need to know the coldfusion code for the commit box like what im writing in now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/comment-page-1/#comment-356</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 01 Feb 2006 09:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/09/30/dynamic-cfinput-label/#comment-356</guid>
		<description>I&#039;m just wondering why your using the traditional form text boxes and not using cfforms here in &#039;Add your comment&#039; yourselfs?

Regards,
Paul</description>
		<content:encoded><![CDATA[<p>I&#8217;m just wondering why your using the traditional form text boxes and not using cfforms here in &#8216;Add your comment&#8217; yourselfs?</p>
<p>Regards,<br />
Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
