menu RTL problem

Hi
I used this code to generate a sample menu bar.

	var menuData = {
		parent: "menuObj",
		icon_path: "../common/imgs/",
		xml: "../common/dhxmenu.xml",
		align:"right"
	};
	menu = new dhtmlXMenuObject(menuData);
            menu.setRTL(true);

but it doesn’t work. what’s wrong?

Hi,

setRTL is available only in Suite PRO. What version are you using ?

Hi
I’m using standard edition. I saw the comparison document between standard and and pro edition.
It doesn’t say any thing about RTL support in PRO and not supporting in standard edition.

Hi,

rtl support is included only into Suite PRO package. However, package that contains only Menu PRO doesn’t provide this feature.