Feature #22265 » rtehtmlarea_feature_13796_follow_up.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/remove-format.js (copie de travail) | ||
---|---|---|
}, this);
|
||
if (params['allHtml'] || params['formatting'] || params['spaces'] || params['images'] || params['msWordFormatting']) {
|
||
this.applyRequest(params);
|
||
this.close();
|
||
} else {
|
||
Ext.MessageBox.alert('', this.localize('Select the type of formatting you wish to remove.'));
|
||
}
|
- « Previous
- 1
- 2
- Next »