Feature #15561 » rtehtmlarea_feature_2474_follow_up.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/text-style.js (copie de travail) | ||
---|---|---|
if (classNames.length && (selectionEmpty || fullNodeSelected)) {
|
||
this.setSelectedOption(dropDown, classNames);
|
||
}
|
||
var store = dropDown.getStore();
|
||
dropDown.setDisabled(!(store.getCount()>1) || disabled);
|
||
}
|
||
}
|
- « Previous
- 1
- 2
- Next »