TinyMCE : height is a parameter
This commit is contained in:
parent
4a5ad9a580
commit
9e260fcf51
7 changed files with 17 additions and 9 deletions
|
|
@ -59,7 +59,7 @@ echo $itext->input();
|
|||
<?php
|
||||
$itext=new \ITextarea("enrich3");
|
||||
$itext->value= $http->post("enrich3","raw","");
|
||||
|
||||
$itext->heigh=130;
|
||||
$itext->set_enrichText("no-toolbar");
|
||||
echo $itext->input();
|
||||
?>
|
||||
|
|
@ -69,7 +69,7 @@ echo $itext->input();
|
|||
|
||||
<h1>Plain Area</h1>
|
||||
<?php
|
||||
$itext=new \ITextarea("enrich2");
|
||||
$itext=new \ITextarea("enrich4");
|
||||
$itext->value= strip_tags($http->post("enrich2","raw",""));
|
||||
|
||||
$itext->set_enrichText("plain");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue