|
Rank: Member Groups: Member
Joined: 6/3/2008 Posts: 26
|
Hi,
Can I use EO.Web's context menu with the HTML Editor?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|
|
Rank: Member Groups: Member
Joined: 6/3/2008 Posts: 26
|
Hi,
I have placed an Editor and a ContextMenu in a form and set the ContextMenuId property of the Editor as the Id of Context menu control. I expect this is enough for displaying the context menu inside the Editor. But the context menu never shown inside the Editor. Then I analysed your example and found that ItemID property of each menu item must be set to predefined commands. Then only it will work.
Actually I want to display a multi level context menu inside the editor and while clicking on a leaf node of the menu, the text of that menu item must be put at the cursor position inside the editor.
Can you provide some suggetions for displaying the context menu inside the Editor without using any predefined commands as the ItemID. or How can I execute a clent side event while clicking on the context menu item in the editor.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You need to set your menu item's ItemID to "custom:xxx". Anything starting with "custom:" will be allowed.
Thanks
|
|
Rank: Member Groups: Member
Joined: 6/3/2008 Posts: 26
|
The context menu inside the HTML editor is working fine in the preious version. When I installed the new version and I tried the same thing ie" display a multi level context menu inside the editor and while clicking on a leaf node of the menu, the text of that menu item must be put at the cursor position inside the editor", it is not performing as expected. The text of the menu item is not placed correctly at the current cursor position. In the earlier version it was not like that. Please find the application which using the Old version and New version http://80.65.97.156/htmleditoroldversion/http://80.65.97.156/htmleditornewversion/Can you please help me to sort out the issue?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Thanks for the information. We will take a look and see what we can find.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted a new build that fixed this issue. Please see your private message for download location.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 6/3/2008 Posts: 26
|
Thank for your gret support. It is working fine
|
|