mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
bbcode for adding local images now retrieving images from media-manager.
This commit is contained in:
@@ -402,6 +402,9 @@ class e_form
|
||||
return "<textarea name='{$name}' rows='{$rows}' cols='{$cols}'".$this->get_attributes($options, $name).">{$value}</textarea>".(false !== $counter ? $this->hidden('__'.$name.'autoheight_opt', $counter) : '');
|
||||
}
|
||||
|
||||
/**
|
||||
* Bbcode Area. Name, value, help_mode, form-id, size, counter
|
||||
*/
|
||||
function bbarea($name, $value, $help_mod = '', $help_tagid='', $size = 'large', $counter = false)
|
||||
{
|
||||
//size - large|medium|small
|
||||
|
Reference in New Issue
Block a user