﻿<?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 - Toolbar</title><link>http://www.intersoftsolutions.com/Community/Tags/Toolbar/</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>How to disable one command button in the toolbar</title><link>http://www.intersoftsolutions.com/Community/Tags/Toolbar/</link><pubDate>Tue, 11 Jan 2011 04:19:50 GMT</pubDate><dc:creator>interfung</dc:creator><category>WebTextEditor</category><category>Toolbar</category><category>disable</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I can only find samples for removing the button from the toolbar directly, I wonder if there is a way to disable a command button in the toolbar&lt;/p&gt;
&lt;p&gt;Thanks and Regards,&lt;/p&gt;
&lt;p&gt;Fung&lt;/p&gt;</description></item><item><title>Bugs in Toolbar &amp; Buttons (WPF &amp; Silverlight)</title><link>http://www.intersoftsolutions.com/Community/Tags/Toolbar/</link><pubDate>Thu, 30 Sep 2010 15:28:10 GMT</pubDate><dc:creator>qualco</dc:creator><category>Toolbar</category><category>ClientUI</category><category>Button</category><description>&lt;p&gt;1) First bug is when I have a toolbar button where IsToggleButton=true and IsChecked=true, then unless I move my mouse over the button the selection is not seeing. This seems to work fine on silverlight. This bug applies to all Intersoft buttons with IsToggleButton / IsChecked property.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;2) If I have two toggle buttons with same group name say ButtonA (IsChecked=true) and ButtonB (IsChecked=false), when I click on ButtonB the first time, checked properties between the buttons are not toggled. If I click second time on ButtonB this works as expected. This bug applies to both WPF &amp; Silverlight components.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am including a small sample project that demonstrates both problems&lt;/p&gt;</description></item><item><title>WebDesktopToolbar - Javascript confirm dialog on click</title><link>http://www.intersoftsolutions.com/Community/Tags/Toolbar/</link><pubDate>Thu, 25 Mar 2010 08:06:01 GMT</pubDate><dc:creator>dragon</dc:creator><category>WebDesktop</category><category>Toolbar</category><category>Event</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I have a delete button in my toolbar, i also have a server side and a client side event for the button.&lt;/p&gt;
&lt;p&gt;The button is also allowed to do AutoPostBack.&lt;/p&gt;
&lt;p&gt;Now, what i want is when the user click the delete button, it will call the client side event and there i will open a javascript confirmation. If user cancels the confirmation, then nothing will happen (no post back will happen/no server side event execution), otherwise the server side event will be executed.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I want to give an Asp.net version of the task that i am trying.&lt;/p&gt;&lt;pre&gt;&amp;lt;asp:Button ID="btnDelete" runat="server" Text="Delete" OnClick="Delete_Click" OnClientClick="return confirm('Are you sure that you want to delete?');" /&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;But the problem i face is when i set AutoPostBack = Yes, then clicking the button fires both server side and client side event altogether. without waiting for the confirmation box, the page postbacks. I tried to stop the postback by putting a javascript alert inside the client side event, but still post back happens, ignoirng the alert. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;So my question is, is it possible to cancel the serverside event from the clientside event for toolbar.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Please help me on this. Thanks in advance.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>