﻿<?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 - WebDialogBox CaptionButtonStyle</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-CaptionButtonStyle/</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>WebDialogBox CaptionButtonStyle</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-CaptionButtonStyle/</link><pubDate>Mon, 25 Nov 2013 07:41:32 GMT</pubDate><dc:creator>siemiatkowski@softwarestudio.com.pl</dc:creator><category>WebdialogBox</category><description>&lt;p&gt;thank you, your solution works&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;</description></item><item><title>WebDialogBox CaptionButtonStyle</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-CaptionButtonStyle/</link><pubDate>Sun, 24 Nov 2013 21:29:48 GMT</pubDate><dc:creator>bernard</dc:creator><category>WebdialogBox</category><description>&lt;p&gt;Hi Adam,&lt;/p&gt;&lt;p&gt;Maybe, you could change this close button by using this javascript in OnCreated event:&lt;/p&gt;&lt;pre&gt;function ChangeCloseButton(controlId) {
    var dialogBox = ISGetObject(controlId);
    dialogBox.Window.GetCloseButtonElement().innerHTML = "x";
    dialogBox.Window.GetCloseButtonElement().title = "Close this window.";
}&lt;/pre&gt;
&lt;p&gt;You could change the element in innerHTML attribute and change the tooltip in title attribute. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>WebDialogBox CaptionButtonStyle</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-CaptionButtonStyle/</link><pubDate>Sat, 23 Nov 2013 10:21:02 GMT</pubDate><dc:creator>siemiatkowski@softwarestudio.com.pl</dc:creator><category>WebdialogBox</category><description>&lt;p&gt;Close Button have symbol X, because WebDialogBox added:&lt;/p&gt;&lt;pre&gt;&amp;lt;span type="Close" style="display: inline-block;" title="Close" class="W2HFH2D"&amp;gt;&amp;lt;img src="/ISRes.axd?D/webdings_r.gif" align="absmiddle"&amp;gt;&amp;lt;/span&amp;gt;&lt;/pre&gt;
&lt;p&gt; my question is: how can I disable or replace the selected file to another gif (or text X) ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;This webdings_r.gif looks bad when the background is dark.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;How do I change the text &lt;span style="background-color: rgb(255, 252, 225); font-family: 'courier new', tahoma; font-size: 9pt;"&gt;title="Close"&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;to another displayed as tooltip ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;regards &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>