﻿<?xml version="1.0" encoding="utf-8"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - WebPanel: How to change the color of the link when it is disabled</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebPanel-How-to-change-the-color-of-the-link-when-it-is-disabled/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebPanel: How to change the color of the link when it is disabled</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebPanel-How-to-change-the-color-of-the-link-when-it-is-disabled/</link><pubDate>Mon, 28 Feb 2011 02:20:27 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Currently, we don't have a proper property to handle this style.&lt;br /&gt;I tested to change it via element but it seems the style is overriden by disable attribute from the browser.&lt;br /&gt;After change the disable attribute, I am able to change it color.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;var &lt;span style="color: rgb(63, 63, 63); " segoe="" ui',="" arial,="" verdana,="" tahoma;="" white-space:="" normal;="" font-size:="" 13px;="" line-height:="" 18px;="" '=""&gt;navPane &lt;/span&gt;= ISGetObject("WebNavPane1")
&lt;span style="color: rgb(63, 63, 63); font-family: 'segoe ui', arial, verdana, tahoma; white-space: normal; font-size: 13px; line-height: 18px; "&gt;navPane.BarItems[0].Items[2]&lt;/span&gt;.GetElement().style.color = "Red";
&lt;span style="color: rgb(63, 63, 63); " segoe="" ui',="" arial,="" verdana,="" tahoma;="" white-space:="" normal;="" font-size:="" 13px;="" line-height:="" 18px;="" '=""&gt;navPane.BarItems[0].Items[2]&lt;/span&gt;.GetElement().disabled = false;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Handy&lt;/p&gt;</description></item><item><title>WebPanel: How to change the color of the link when it is disabled</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebPanel-How-to-change-the-color-of-the-link-when-it-is-disabled/</link><pubDate>Fri, 25 Feb 2011 12:07:03 GMT</pubDate><dc:creator>jcrendulic</dc:creator><description>&lt;p&gt;I have a webpanal with 5 item links.  I am disabling them client side with javascript.  How do I change the color of the link to a "Gray" color when it is disabled?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;span style="font-size: 13px"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;function&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; DisableTopics(){ 
&lt;/span&gt;&lt;p&gt;navPane.BarItems[0].Items[2].Enabled = false;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;</description></item></channel></rss>