- fix [ 1201322 ] Form: fixChars don't work
This commit is contained in:
parent
b13be0f1d3
commit
927f2a7029
1 changed files with 1 additions and 0 deletions
|
|
@ -1188,6 +1188,7 @@ sub HTMLArea {
|
|||
extras=>$params->{extras}.' onBlur="fixChars(this.form.'.$params->{name}.')" id="'.$params->{name}.'"'.' mce_editable="true" ',
|
||||
defaultValue=>$params->{defaultValue}
|
||||
});
|
||||
WebGUI::Style::setScript($session{config}{extrasURL}.'/textFix.js',{ type=>'text/javascript' });
|
||||
$output .= WebGUI::Asset::RichEdit->new($richEditId)->getRichEditor;
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue