code: list+create improvements, expanded notes, added logging
This commit is contained in:
@@ -39,3 +39,18 @@ auth:
|
||||
|
||||
In the widget section, we need to add more abilities to adjust attributes of html elements directly.
|
||||
Probably options should be transmitted via JSON data.
|
||||
|
||||
## Form Foomatics
|
||||
|
||||
- multi-item form fields (as in multiple inputs for one field, or multiple fields inside one field)
|
||||
```html
|
||||
<div class="field">
|
||||
<label>Field Summary</label>
|
||||
<div class="two fields">
|
||||
<div class="field">
|
||||
<input>...</input>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user