Project

General

Profile

Bug #22641 ยป rtehtmlarea_bugfix_14374_trunk.patch

Administrator Admin, 2010-05-12 21:11

View differences:

typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/language.js (copie de travail)
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.
    (1-1/1)