MVC
No edit summary
No edit summary
Line 4: Line 4:
* Grid-row-clicks, in MVC select of row is done if there are zero or many actions, but if there is 1 action (defined in ViewModel) this action is executed on row click
* Grid-row-clicks, in MVC select of row is done if there are zero or many actions, but if there is 1 action (defined in ViewModel) this action is executed on row click
* MVC never shows a popup menu of multiple actions as angular does
* MVC never shows a popup menu of multiple actions as angular does
==== How to build MVC apps with MDrivenFramework ====
[[MVC_Generated_ViewModel_UI_in_MDrivenFramework]]

Revision as of 11:11, 26 March 2021

The Turnkey WebApplication uses MVC for index and login pages - it defaults to angularjs for all other pages. To get MVC on other pages you must set tagged value MVC=true on ViewModel.

MVC works differently from Angular in a number of ways - the main differences are these:

  • Grid-row-clicks, in MVC select of row is done if there are zero or many actions, but if there is 1 action (defined in ViewModel) this action is executed on row click
  • MVC never shows a popup menu of multiple actions as angular does

How to build MVC apps with MDrivenFramework

MVC_Generated_ViewModel_UI_in_MDrivenFramework

This page was edited 9 days ago on 05/08/2024. What links here