Skip to content

Commit

Permalink
Closes #4927 Extra options added to bbarea()
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Dec 19, 2022
1 parent 159fc98 commit ec68c88
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions e107_handlers/form_handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2456,6 +2456,16 @@ public function bbarea($name, $value='', $template = '', $mediaCat='_common', $s
break;
}

if(!empty($options['rows']))
{
$rows = $options['rows'];
}

if(!empty($options['style']))
{
$height = "style='".$options['style']."'";
}

// auto-height support
/*
$bbbar = '';
Expand Down

0 comments on commit ec68c88

Please sign in to comment.