data binding for owned item properties
Additions: - now also text, number, and range input fields of owned items can be bound to HTML (input) elements of the char sheet Changes: - moved prototype handle for checkboxes to own function - replaced some static HTML elements in item list with input fields - item-num-val HTML elements (e.g. item quantity) now have a max-width
This commit is contained in:
parent
5d83e26e81
commit
d8423ce364
3 changed files with 100 additions and 33 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
.item-num-val {
|
||||
text-align: center;
|
||||
max-width: 2.5em;
|
||||
}
|
||||
|
||||
.item-description {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue