Added popup toggle for rich edit.

This commit is contained in:
JT Smith 2003-01-11 20:07:46 +00:00
parent 9711a8d299
commit b51248624c
5 changed files with 105 additions and 12 deletions

View file

@ -1049,7 +1049,11 @@ sub www_edit {
-value=>$endDate,
-uiLevel=>9
);
$f->HTMLArea("description",WebGUI::International::get(85),$_[0]->get("description"));
$f->HTMLArea(
-name=>"description",
-label=>WebGUI::International::get(85),
-value=>$_[0]->get("description")
);
$f->raw($_[1]);
$f->submit;
return $f->print;