﻿<?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 - WebTextEditor ContextMenu Problem</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/WebTextEditor-ContextMenu-Problem/</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>WebTextEditor ContextMenu Problem</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/WebTextEditor-ContextMenu-Problem/</link><pubDate>Mon, 05 Apr 2010 04:46:41 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;From what I understand, you are trying to insert a new custom command in the WebTextEditor floating toolbar.&lt;/p&gt;&lt;p&gt;This custom tool command will hold a WebContextMenu with the XML data specified in your post.&lt;/p&gt;
&lt;p&gt;Unfortunately, such scenario has not been supported by WebTextEditor. WebTextEditor only support a single submenu for each command. We already have a sample for such scenario in ToolBar_CustomToolBar.aspx WebTextEditor provided sample.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebTextEditor ContextMenu Problem</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/WebTextEditor-ContextMenu-Problem/</link><pubDate>Thu, 01 Apr 2010 00:24:07 GMT</pubDate><dc:creator>faizalrahman4u@live.com</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;&lt;p&gt;I have the following problems..&lt;/p&gt;
&lt;p&gt;Can I add my own contextmenu items with sub menu items. And i want to insert these clicked items into cursor position in the Text Editor. &lt;/p&gt;
&lt;p&gt; Also i want to add Context menu Items from XML.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;My XML Problem is..&lt;/p&gt;
&lt;p&gt;I have xml like this&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;Dim xdManFieds As New XmlDocument&lt;/p&gt;
&lt;p&gt;Dim szXML As String&lt;/p&gt;
&lt;p&gt;szXML = "&amp;lt;communication&amp;gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;	&lt;/span&gt;&amp;lt;table name='FROM'&amp;gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;&amp;lt;column name='FULL_NAME' /&amp;gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;&amp;lt;column name='INITIALS' /&amp;gt;&amp;lt;column name='PHONE_MOBILE' /&amp;gt; &amp;lt;/table&amp;gt;"&lt;/p&gt;
&lt;p&gt;szXML &amp;#43;= "&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;	&lt;/span&gt;&amp;lt;table name='TO'&amp;gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;&amp;lt;column name='NAME' /&amp;gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;&amp;lt;column name='STREET' /&amp;gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;&amp;lt;column name='CITY' /&amp;gt;&amp;lt;column name='ZIPCODE' /&amp;gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;	&lt;/span&gt;&amp;lt;/table&amp;gt;"&lt;/p&gt;
&lt;p&gt; szXML &amp;#43;= "&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;	&lt;/span&gt;&amp;lt;table name='CLIENT'&amp;gt;&amp;lt;column name='FULL_NAME' /&amp;gt;&amp;lt;column name='INITIALS' /&amp;gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;	&lt;/span&gt;&amp;lt;column name='SEX' /&amp;gt;&amp;lt;/table&amp;gt;"&lt;/p&gt;
&lt;p&gt;szXML&amp;#43;="&amp;lt;/communication&amp;gt;"&lt;/p&gt;
&lt;p&gt;I want to add these items to Context Menu and see as items with table name tag as Main Menu and with column name tag as Sub Menus.. &lt;/p&gt;
&lt;p&gt;I want to do xml problem in server side..&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>