TinyMCE : comment on operation
This commit is contained in:
parent
065c6c0357
commit
98d463454b
16 changed files with 357 additions and 59 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue