fixing a flub.
This commit is contained in:
parent
3cb1a6619c
commit
7e7b1928c1
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ sub toHtml {
|
|||
$self->{extras} .= ' onblur="fixChars(this.form.'.$self->{name}.')" mce_editable="true" ';
|
||||
return $self->SUPER::toHtml.WebGUI::Asset::RichEdit->new($self->{richEditId})->getRichEditor($self->{id});
|
||||
my $richEdit = WebGUI::Asset::RichEdit->new($self->{richEditId});
|
||||
if ($defined) {
|
||||
if (defined $richEdit) {
|
||||
return $self->SUPER::toHtml.$richEdit->getRichEditor($self->{id});
|
||||
} else {
|
||||
return WebGUI::International::get('rich editor load error','Form_HTMLArea');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue