You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Form.php
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,13 @@ class Form extends FormContainer {
14
14
'layout' => 'table', /* layout engine, one of {plain, table, bootstrap, unbuffered} or a class extending FormLayout. If unbuffered fields is written directly. */
15
15
'prefix' => false, /* use a custom prefix in front of all names, default is nothing for arrays and class name for objects */
16
16
'style' => '', /* add custom style to form, e.g. width */
0 commit comments