iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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..
From what I understand, you are trying to insert a new custom command in the WebTextEditor floating toolbar.
This custom tool command will hold a WebContextMenu with the XML data specified in your post.
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.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname