mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Closes #4927 Extra options added to bbarea()
This commit is contained in:
@@ -2456,6 +2456,16 @@ class e_form
|
||||
break;
|
||||
}
|
||||
|
||||
if(!empty($options['rows']))
|
||||
{
|
||||
$rows = $options['rows'];
|
||||
}
|
||||
|
||||
if(!empty($options['style']))
|
||||
{
|
||||
$height = "style='".$options['style']."'";
|
||||
}
|
||||
|
||||
// auto-height support
|
||||
/*
|
||||
$bbbar = '';
|
||||
|
Reference in New Issue
Block a user