Changes between Version 30 and Version 31 of mvc
- Timestamp:
- 11/14/23 09:43:11 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v30 v31 9 9 10 10 A view and controller can, and often are, merged into a single component. For example a slider shows the current value, but the user can also drag the slider; or a checkbox shows the current setting (on or off) while the user can simply click on it to toggle the value. 11 12 13 14 {{{#!td style="background: #fee" 15 Currently the MVC is being refactored in order to support redo/undo/history. This will be version 2. For now please stick with the stable 1.X version. 16 }}} 17 18 19 11 20 12 21 == Why a toolbox?