'; echo $http->post("enrich","raw",""); echo $http->post("enrich2","text",""); echo $http->post("enrich3","raw",""); print_r($_POST); echo ''; ?>

Format Area

value= $http->post("enrich","raw",""); $itext->set_enrichText("full"); echo $itext->input(); ?>

Minimum Area

value= $http->post("enrich2","raw",""); $itext->set_enrichText("minimal"); echo $itext->input(); ?>

No Toolbar

value= $http->post("enrich3","raw",""); $itext->heigh=130; $itext->set_enrichText("no-toolbar"); echo $itext->input(); ?>

Plain Area

value= strip_tags($http->post("enrich2","raw","")); $itext->set_enrichText("plain"); echo $itext->input(); ?>