sraer Emne 3 c#
This commit is contained in:
parent
0d48ecd36c
commit
1e66eb74ff
30 changed files with 322 additions and 2 deletions
|
@ -38,7 +38,7 @@ function addBikeview() {
|
|||
<input type="number" onchange="model.input.newBike.gears = this.value">
|
||||
</div>
|
||||
<div>
|
||||
Er sykkelen tigjengelig<input type="checkbox" checked="checked" onclick="model.input.newBike.isAvailable = this.value">Ja</button>
|
||||
Er sykkelen tigjengelig<input type="checkbox" checked="" onclick="model.input.newBike.isAvailable = this.value">Ja</button>
|
||||
<input type="checkbox" checked="" onclick="model.input.newBike.isAvailable = this.value">Nei</button>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue