added mce_editable element for tinyMCE
This commit is contained in:
parent
cf742d685c
commit
7c25b0f22c
2 changed files with 2 additions and 2 deletions
|
|
@ -990,7 +990,7 @@ sub HTMLArea {
|
|||
wrap=>$_[0]->{wrap},
|
||||
columns=>$columns,
|
||||
rows=>$rows,
|
||||
extras=>$_[0]->{extras}.' onBlur="fixChars(this.form.'.$_[0]->{name}.')" id="'.$_[0]->{name}.'"'
|
||||
extras=>$_[0]->{extras}.' onBlur="fixChars(this.form.'.$_[0]->{name}.')" id="'.$_[0]->{name}.'"'.' mce_editable="true" '
|
||||
});
|
||||
|
||||
# Other variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue