TinyMCE : comment on operation

This commit is contained in:
sparkyx 2025-10-18 16:03:10 +02:00
parent 065c6c0357
commit 98d463454b
16 changed files with 357 additions and 59 deletions

View file

@ -85,7 +85,7 @@ class ITextarea extends HtmlInput
<textarea name="{$this->name}" id="{$this->id}" {$this->style}>{$this->value}</textarea>
<script type="text/javascript">
(function() {
noalyss.activate_tinymce('{$this->name}','{$this->enrichText}','{$this->heigh}');
noalyss.activate_tinymce('{$this->id}','{$this->enrichText}',{$this->heigh});
})();
</script>
EOF;