includes/clientside/tinymce/plugins/example/langs/en_dlg.js
author Dan
Mon, 15 Jun 2009 20:09:58 -0400
changeset 1023 5a282dbf8fad
parent 335 67bd3121a12e
permissions -rw-r--r--
Added support for preloading javascript libs ($template->preload_js()). Updated admin theme and Tigra Tree Menu to support this + JS_{HEADER,FOOTER} variables.

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