Added popup toggle for rich edit.
This commit is contained in:
parent
9711a8d299
commit
b51248624c
5 changed files with 105 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue