Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 892c868e

Von Sven Schöling vor mehr als 1 Jahr hinzugefügt

  • ID 892c868eda2637584b72b18f723d9ac1ede5c87e
  • Vorgänger 9fcb99db
  • Nachfolger 9afb7efa

ckeditor5: read only mode für wiederkehrende Rechnungen

Unterschiede anzeigen:

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