Bug #22149 ยป rtehtmlarea_bugfix_13596_trunk.patch
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'
|