- fix [ 1216061 ] 2 rich editors - 1 field
This commit is contained in:
parent
e236ea22a0
commit
b263d76b15
3 changed files with 9 additions and 7 deletions
|
|
@ -1189,7 +1189,7 @@ sub HTMLArea {
|
|||
defaultValue=>$params->{defaultValue}
|
||||
});
|
||||
WebGUI::Style::setScript($session{config}{extrasURL}.'/textFix.js',{ type=>'text/javascript' });
|
||||
$output .= WebGUI::Asset::RichEdit->new($richEditId)->getRichEditor;
|
||||
$output .= WebGUI::Asset::RichEdit->new($richEditId)->getRichEditor($params->{name});
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue