Setting Tool Tip in Dhtmlx Windows Button

Hi,

The ToolTip for ‘Park’, ‘Maximize’ and ‘Close’ buttons in dhtmlx window reads ‘Park Up’, ‘Maximize’ and ‘Close’.

Please tell whether there is any way to manually set the Tool Tip of the dhtmlx window buttons ‘Park’, ‘Maximize’, ‘Close’ .

Ex: like w1.button(“park”).setTooltip(“Hide”);

Thanks

Hi,

you may redefine the properties of the i18n object:

dhxWins = new dhtmlXWindows();

dhxWins.i18n.parkup = “Hide”;
dhxWins.i18n.maximize = “Maximize”;
dhxWins.i18n.restore = “Restore”;
dhxWins.i18n.close = “Close”;

Somehow above method doesn’t work for me.
Which dhtmlx window version does support i18n?
I’m using version 2.5.
Any idea??

I’m using version 2.5.

2.5 version doesn’t support i18n.