app/tiny_mce/plugins/example/langs/en_dlg.js
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 06 Jul 2009 14:58:46 +0200
changeset 2558 ba32a4f5716b
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Added the possiblitity to add a description to the top of the Survey. Thie uses the content property which has been inherited from the Work model.

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