logo, improved listing, some helpers, mail confirms table, confirmed flag, user title column..
This commit is contained in:
+4
-3
@@ -19,9 +19,10 @@ class Widget
|
||||
{
|
||||
protected $attributesArray = [],
|
||||
$id, $name, $label, $value,
|
||||
$viewName,
|
||||
$help,
|
||||
$labelCols, $fieldCols,
|
||||
$viewName, // view to use inside the form namespace
|
||||
$help, // help button with tooltip
|
||||
$prepend, $append, // input-group (add-ons)
|
||||
$labelCols, $fieldCols, // grid layout setting (label/field cols)
|
||||
$styleArray = [];
|
||||
|
||||
public function __construct($viewName, $name, $label)
|
||||
|
||||
Reference in New Issue
Block a user