2010-05-12 Stanislas Rolland <typo3@sjbr.ca>
* Follow-up to bug #14360: htmlArea RTE: Toolbar and context menu styling needs adjustments
+ * Fixed bug #14374: htmlArea RTE: Language plugin may cause js error on RTE initialization
2010-05-12 Dmitry Dulepov <dmitry.dulepov@gmail.com>
2010-05-12 Stanislas Rolland <typo3@sjbr.ca>
* Follow-up to bug #14360: htmlArea RTE: Toolbar and context menu styling needs adjustments
+ * Fixed bug #14374: htmlArea RTE: Language plugin may cause js error on RTE initialization
2010-05-10 Stanislas Rolland <typo3@sjbr.ca>
this.allowedAttributes.push("className");
}
}
-
/*
* Registering plugin "About" information
*/
var pluginInformation = {
- version : "1.0",
- developer : "Stanislas Rolland",
- developerUrl : "http://www.sjbr.ca/",
- copyrightOwner : "Stanislas Rolland",
- sponsor : this.localize("Technische Universitat Ilmenau"),
- sponsorUrl : "http://www.tu-ilmenau.de/",
- license : "GPL"
+ version : '2.0',
+ developer : 'Stanislas Rolland',
+ developerUrl : 'http://www.sjbr.ca/',
+ copyrightOwner : 'Stanislas Rolland',
+ sponsor : this.localize('Technische Universitat Ilmenau'),
+ sponsorUrl : 'http://www.tu-ilmenau.de/',
+ license : 'GPL'
};
this.registerPluginInformation(pluginInformation);
/*
}
return true;
});
+ // Load the language dropdown
+ select.getStore().load({
+ callback: function () { this.getButton('Language').setValue('none'); },
+ scope: this
+ });
}
- // Load the language dropdown
- this.getButton('Language').getStore().load({
- callback: function () { this.getButton('Language').setValue('none'); },
- scope: this
- });
},
/*
* This function gets called when a button was pressed.