includes/clientside/tinymce/plugins/example/langs/en_dlg.js
author Dan
Mon, 28 Jul 2008 13:07:41 -0600
changeset 668 0631e4de5de6
parent 335 67bd3121a12e
permissions -rw-r--r--
Added ability to have language strings send variables through filter functions. Operates based on predefined filters, expandable with a call to Language::register_filter at the hook lang_init

tinyMCE.addI18n('en.example_dlg',{
	title : 'This is just a example title'
});