includes/clientside/tinymce/plugins/example/langs/en_dlg.js
author Dan
Tue, 04 Aug 2009 15:02:54 -0400
changeset 1073 b19a9bcb6a45
parent 335 67bd3121a12e
permissions -rw-r--r--
More work on rendering engine. Fixed some bugs with paragraph skipping and added (incomplete) support for blockquotes.

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