WebTextEditor ContextMenu Problem

1 reply. Last post: April 5, 2010 4:46 AM by Glenn Layaar
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Allan DonaldMember

Hi 

I have the following problems..

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. 

 Also i want to add Context menu Items from XML.


My XML Problem is..

I have xml like this

Dim xdManFieds As New XmlDocument

Dim szXML As String

szXML = "<communication> <table name='FROM'> <column name='FULL_NAME' /> <column name='INITIALS' /><column name='PHONE_MOBILE' /> </table>"

szXML += " <table name='TO'> <column name='NAME' /> <column name='STREET' /> <column name='CITY' /><column name='ZIPCODE' /> </table>"

 szXML += " <table name='CLIENT'><column name='FULL_NAME' /><column name='INITIALS' /> <column name='SEX' /></table>"

szXML+="</communication>"

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.. 

I want to do xml problem in server side..


All times are GMT -5. The time now is 2:31 AM.
Previous Next