new collapsible text box widget
This commit is contained in:
@@ -31,6 +31,11 @@ class WidgetFactory
|
||||
"</div>";
|
||||
}
|
||||
|
||||
public function collapsible($text, $thrSize, $maxHeight)
|
||||
{
|
||||
return new CollapsibleTextBoxWidget($text, $thrSize, $maxHeight);
|
||||
}
|
||||
|
||||
private function baseWidget($view, $name, $label)
|
||||
{
|
||||
return (new Widget($view, $name, $label))->layout($this->labelCols, $this->fieldCols);
|
||||
|
||||
Reference in New Issue
Block a user