app/tiny_mce/plugins/example/langs/en.js
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 12 Feb 2009 20:14:17 +0000
changeset 1282 005be2cf889d
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Do not attempt to render a field if it is disabled This is required to make it possible to disable fields dynamically. Patch by: Sverre Rabbelier

tinyMCE.addI18n('en.example',{
	desc : 'This is just a template button'
});