does dhtmlxmenu support RTL language?
if not - how can i open the menu and submenu to the left side of the cursor or the object when I right click on it?
For the moment this feature is in progress.
Will be available in future release.
RTL, makes the whole text RTL. What I need is to display on the left of the cursor/menu option. How can this be accomplished? Thank you.
May you provide some screenshot to may the problem clear ?
It is not a “problem” with RTL. What we need is to render the menu, to the left of the top-most menu item, instead of being always rendering down. Maybe similar to the context menu, but for the regular menu.
Maybe similar to the context menu, but for the regular menu.
You may try to use context menu. It can be shown in a certain position:
menu.showContextMenu(x,y);
Try to use the following properties in order to make the top-level menu regular :
menu.contextAutoHide = false;
menu.contextHideAllMode = false;