Project

General

Profile

Bug #22149 ยป rtehtmlarea_bugfix_13596_trunk.patch

Administrator Admin, 2010-02-21 21:25

View differences:

typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/block-style.js (copie de travail)
*/
initializeDropDown : function (dropDown) {
var store = dropDown.getStore();
store.removeAll(true);
store.removeAll(false);
store.insert(0, new store.recordType({
text: this.localize('No style'),
value: 'none'
typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/text-style.js (copie de travail)
*/
initializeDropDown : function (dropDown) {
var store = dropDown.getStore();
store.removeAll(true);
store.removeAll(false);
store.insert(0, new store.recordType({
text: this.localize('No style'),
value: 'none'
    (1-1/1)