Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<head>
<script type="text/javascript" src="ckeditor/ckeditor.js">
CKEDITOR.replace( 'textarea_id',
{
extraPlugins : 'autogrow',
autoGrow_maxHeight : 800,
// Remove the resize plugin, as it doesn't make sense to use it in conjunction with the AutoGrow plugin.
removePlugins : 'resize'
});
</script>
</head>