Revision 892c868e
Von Sven Schöling vor mehr als 1 Jahr hinzugefügt
| templates/design40_webpages/oe/edit_periodic_invoices_config.html | ||
|---|---|---|
|
$('#email_sender').prop('disabled', disabled);
|
||
|
$('#email_subject').prop('disabled', disabled);
|
||
|
$('#email_body').prop('disabled', disabled);
|
||
|
$('#email_body').data('ckeditorInstance').setReadOnly(disabled);
|
||
|
if (disabled)
|
||
|
$('#email_body').data('ckeditorInstance').enableReadOnlyMode('disabled')
|
||
|
else
|
||
|
$('#email_body').data('ckeditorInstance').disableReadOnlyMode('disabled');
|
||
|
}
|
||
|
--></script>
|
||
| templates/webpages/oe/edit_periodic_invoices_config.html | ||
|---|---|---|
|
$('#email_sender').prop('disabled', disabled);
|
||
|
$('#email_subject').prop('disabled', disabled);
|
||
|
$('#email_body').prop('disabled', disabled);
|
||
|
$('#email_body').data('ckeditorInstance').setReadOnly(disabled);
|
||
|
if (disabled)
|
||
|
$('#email_body').data('ckeditorInstance').enableReadOnlyMode('disabled')
|
||
|
else
|
||
|
$('#email_body').data('ckeditorInstance').disableReadOnlyMode('disabled');
|
||
|
}
|
||
|
-->
|
||
|
</script>
|
||
Auch abrufbar als: Unified diff
ckeditor5: read only mode für wiederkehrende Rechnungen