<?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: Add colors or images to your select list</title>
	<atom:link href="http://www.inside-oracle-apex.com/add-colors-or-images-to-your-select-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inside-oracle-apex.com/add-colors-or-images-to-your-select-list/</link>
	<description>Inside Oracle APEX - a blog that helps to get more out of Oracle Application Express (APEX) for your daily development work!</description>
	<lastBuildDate>Mon, 19 Dec 2011 12:04:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Steve S.</title>
		<link>http://www.inside-oracle-apex.com/add-colors-or-images-to-your-select-list/comment-page-1/#comment-65177</link>
		<dc:creator>Steve S.</dc:creator>
		<pubDate>Wed, 06 Oct 2010 12:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=161#comment-65177</guid>
		<description>Martin;

I found someting that works for me.  I capture the change event for the form element using: onChange=&quot;StatusChange(this)&quot;. From there:

var lEl = html_GetElement(nd);

lEl.disabled = true;  //or false - if needed.
lEl.style.background = &#039;#cccccc&#039;;

Hope that helps.

Steve</description>
		<content:encoded><![CDATA[<p>Martin;</p>
<p>I found someting that works for me.  I capture the change event for the form element using: onChange=&#8221;StatusChange(this)&#8221;. From there:</p>
<p>var lEl = html_GetElement(nd);</p>
<p>lEl.disabled = true;  //or false &#8211; if needed.<br />
lEl.style.background = &#8216;#cccccc&#8217;;</p>
<p>Hope that helps.</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.inside-oracle-apex.com/add-colors-or-images-to-your-select-list/comment-page-1/#comment-65141</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 06 Oct 2010 08:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=161#comment-65141</guid>
		<description>Steve did you crack this? I&#039;m trying the same thing.</description>
		<content:encoded><![CDATA[<p>Steve did you crack this? I&#8217;m trying the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve S.</title>
		<link>http://www.inside-oracle-apex.com/add-colors-or-images-to-your-select-list/comment-page-1/#comment-36623</link>
		<dc:creator>Steve S.</dc:creator>
		<pubDate>Tue, 11 May 2010 22:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=161#comment-36623</guid>
		<description>Hi Patrick;

My siutation is a little different and I&#039;m pulling my hair out over what should not be &quot;rocket-surgery&quot;...

I have a tabular form with a select list.  If the value from the database for this item is a cetain value, I want to change the font and background colors so it&#039;s easily noticed.

Any ideas?

Any help sincerely appreciated!

Thanks - Steve</description>
		<content:encoded><![CDATA[<p>Hi Patrick;</p>
<p>My siutation is a little different and I&#8217;m pulling my hair out over what should not be &#8220;rocket-surgery&#8221;&#8230;</p>
<p>I have a tabular form with a select list.  If the value from the database for this item is a cetain value, I want to change the font and background colors so it&#8217;s easily noticed.</p>
<p>Any ideas?</p>
<p>Any help sincerely appreciated!</p>
<p>Thanks &#8211; Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sullivan</title>
		<link>http://www.inside-oracle-apex.com/add-colors-or-images-to-your-select-list/comment-page-1/#comment-34875</link>
		<dc:creator>Sullivan</dc:creator>
		<pubDate>Thu, 29 Apr 2010 15:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=161#comment-34875</guid>
		<description>Hey Patrick,

Thanks for the great post. 

I tried it and it worked, but it&#039;s not really what I wanted to do. I want the select list to change color after my selection. In my case it should turn (or stay) red if a user does not make a selection.

In my project a field should turn red if there is no entry. I solved this problem for a textfield by importing a javascript. It does not seem to work on selectlists.

Please advise..</description>
		<content:encoded><![CDATA[<p>Hey Patrick,</p>
<p>Thanks for the great post. </p>
<p>I tried it and it worked, but it&#8217;s not really what I wanted to do. I want the select list to change color after my selection. In my case it should turn (or stay) red if a user does not make a selection.</p>
<p>In my project a field should turn red if there is no entry. I solved this problem for a textfield by importing a javascript. It does not seem to work on selectlists.</p>
<p>Please advise..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Backstrom</title>
		<link>http://www.inside-oracle-apex.com/add-colors-or-images-to-your-select-list/comment-page-1/#comment-1075</link>
		<dc:creator>Carl Backstrom</dc:creator>
		<pubDate>Mon, 20 Aug 2007 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=161#comment-1075</guid>
		<description>You know it! &lt;br/&gt;&lt;br/&gt;If it wasn&#039;t for IE almost anybody could do this javascript stuff way too easily. &lt;br/&gt;&lt;br/&gt;But thanks to MS I&#039;m guaranteed a job for quite awhile ;)&lt;br/&gt;&lt;br/&gt;Carl</description>
		<content:encoded><![CDATA[<p>You know it! </p>
<p>If it wasn&#8217;t for IE almost anybody could do this javascript stuff way too easily. </p>
<p>But thanks to MS I&#8217;m guaranteed a job for quite awhile <img src='http://www.inside-oracle-apex.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://www.inside-oracle-apex.com/add-colors-or-images-to-your-select-list/comment-page-1/#comment-1074</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Mon, 20 Aug 2007 21:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=161#comment-1074</guid>
		<description>Carl, thanks for the information. IE rules! ;-)</description>
		<content:encoded><![CDATA[<p>Carl, thanks for the information. IE rules! <img src='http://www.inside-oracle-apex.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Backstrom</title>
		<link>http://www.inside-oracle-apex.com/add-colors-or-images-to-your-select-list/comment-page-1/#comment-1073</link>
		<dc:creator>Carl Backstrom</dc:creator>
		<pubDate>Mon, 20 Aug 2007 21:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=161#comment-1073</guid>
		<description>Hello,&lt;br/&gt;&lt;br/&gt;Also make sure you know the stupid IE feature/BUG&lt;br/&gt;&lt;br/&gt;http://apex.oracle.com/pls/otn/f?p=11933:129&lt;br/&gt;&lt;br/&gt;&gt;&gt;&lt;br/&gt;Except for background-color and color, style settings applied through the style object for the option element are ignored.&lt;br/&gt;&gt;&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Carl</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Also make sure you know the stupid IE feature/BUG</p>
<p><a href="http://apex.oracle.com/pls/otn/f?p=11933:129" rel="nofollow" target="_blank" class="liexternal">http://apex.oracle.com/pls/otn/f?p=11933:129</a></p>
<p>>><br />Except for background-color and color, style settings applied through the style object for the option element are ignored.<br />>></p>
<p>Carl</p>
]]></content:encoded>
	</item>
</channel>
</rss>

