Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by laura on Oct 26, 2009 04:38
open dhtmlx forum
'close' label on window button

How could I change the typical "close" label on mouse over the close button in a window?
I would like to personalize it depending on the navigator languaje.
Thanks
Answer posted by Alex (support) on Oct 26, 2009 05:09

You can use title property of the close button:

win.button("close").title = "New title";