MVC
Line 9: Line 9:


[[Comboboxes_in_MVC_from_model_driven_ViewModel]]
[[Comboboxes_in_MVC_from_model_driven_ViewModel]]
[[MVC_View_Model_handling]]

Revision as of 11:13, 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

Comboboxes_in_MVC_from_model_driven_ViewModel

MVC_View_Model_handling

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