﻿<?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 - How to set the webtoolbar's option visibility</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-set-the-webtoolbars-option-visibility/</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 set the webtoolbar's option visibility</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-set-the-webtoolbars-option-visibility/</link><pubDate>Mon, 15 Aug 2011 14:56:34 GMT</pubDate><dc:creator>Riendy</dc:creator><category>webtoolbar option visibility</category><description>&lt;p&gt;Hi He,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Sorry for the latest response.&lt;br /&gt;Unfortunately, there is no property to hide the option in WebToolBar. But you are able to set it invisible.&lt;br /&gt;I suggest you to try get an option element in javascript, then set the display in style property to none. For example, I am using a javascript code on button click to set the option display to hide. Please follow this code.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt; function Button1_onclick() {
            var tool = ISGetObject("WebToolBar1");
            var FrameElement = tool.GetFrameElement();
            var nodes = FrameElement.childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[1].childNodes[1].childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[2];       
            nodes.style.display = "none";
        }&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Hope this helps.&lt;br /&gt;Riendy&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to set the webtoolbar's option visibility</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-set-the-webtoolbars-option-visibility/</link><pubDate>Fri, 12 Aug 2011 04:17:04 GMT</pubDate><dc:creator>20100520</dc:creator><category>webtoolbar option visibility</category><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;    I don't want to show the option in the picture below.&lt;/p&gt;</description></item><item><title>How to set the webtoolbar's option visibility</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-set-the-webtoolbars-option-visibility/</link><pubDate>Fri, 12 Aug 2011 03:00:16 GMT</pubDate><dc:creator>Riendy</dc:creator><category>webtoolbar option visibility</category><description>&lt;p&gt;Hi He,&lt;br /&gt;&lt;br /&gt;Could you please describe more detail what visibility did you want ?&lt;br /&gt;Basically, WebToolbar already have visibility property, "Show()" method to show WebToolBar and "Hide()" method to hide WebToolBar. Please let me know if this option not enough for you.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;br /&gt;Riendy&lt;/p&gt;</description></item><item><title>How to set the webtoolbar's option visibility</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-set-the-webtoolbars-option-visibility/</link><pubDate>Fri, 12 Aug 2011 00:04:26 GMT</pubDate><dc:creator>20100520</dc:creator><category>webtoolbar option visibility</category><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;    I want to set webtoolbar's option visibility.&lt;/p&gt;
&lt;p&gt;  thanks&lt;/p&gt;</description></item></channel></rss>