Add Button
Now let's create the user interface for adding items.
Tasks
- Add a
TextBox
to<body>
and value-bind it toNewItem
. - Add a
Button
to<body>
and command-bind it toAdd
.
Message | Line | Column | |
---|---|---|---|
Now let's create the user interface for adding items.
TextBox
to <body>
and value-bind it to NewItem
.Button
to <body>
and command-bind it to Add
.Message | Line | Column | |
---|---|---|---|