﻿<?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 - WebTextEditor - texteditor toolbar dosent shown</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/texteditor-toolbar-dosent-shown/</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>texteditor toolbar dosent shown</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/texteditor-toolbar-dosent-shown/</link><pubDate>Wed, 21 Oct 2009 23:39:54 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;The workaround does work. We could force the WebTextEditor to HTML view and back to design view to display the toolbar. Here is the snippet to change the WebTextEditor view during WebTab after tab changed client side event:&lt;/p&gt;&lt;p /&gt;&lt;pre&gt;function WebTab1_OnAfterTabChanged(controlId, activeTab, previousTab)
{
	var WebTab1 = ISGetObject(controlId);
	if (activeTab.Name == "TextEditorInlineContent") {
	    var textEditor = ISGetObject("WebTextEditor1");
	    textEditor.SwitchToHtmlView();
	    textEditor.SwitchToDesignView();
	  
	}
	
	return true;
}&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p /&gt;</description></item><item><title>texteditor toolbar dosent shown</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/texteditor-toolbar-dosent-shown/</link><pubDate>Wed, 21 Oct 2009 04:28:35 GMT</pubDate><dc:creator>koby</dc:creator><description>&lt;p&gt;is there a work arround?&lt;/p&gt;
&lt;p&gt;like preesing html buuton and then design in code or script?&lt;/p&gt;</description></item><item><title>texteditor toolbar dosent shown</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/texteditor-toolbar-dosent-shown/</link><pubDate>Wed, 21 Oct 2009 00:45:02 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;It seems there is some compatibility issue between WebTab and WebTextEditor issue. A bud report has been sent to our developer. We will will inform you if there is any update on this issue.&lt;/p&gt;</description></item><item><title>texteditor toolbar dosent shown</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/texteditor-toolbar-dosent-shown/</link><pubDate>Tue, 20 Oct 2009 04:43:41 GMT</pubDate><dc:creator>koby</dc:creator><description>&lt;p&gt;i add a texteditor in a web tab when the page is shown i  go to the tab with the texteditor and the tollbarisent there  but after pressing the html button and then the design button it's appear and workin great what can i do?&lt;/p&gt;
&lt;p&gt;best regards koby&lt;/p&gt;</description></item></channel></rss>