Localization for a custom button in TinyMCE
I added a TinyMCE button with this:
editor.addButton('x', {
title : 'do stuff',
onclick : function() {
}
});
In the setting function. It works well. But I need to localize the title. How can I do this (easiest way)?
+3
Ixx
source
to share
No one has answered this question yet
Check out similar questions:
6493
5129
2644
2466
2414
2284
2201
1535
1215
931