From 73d17deff8632ff1553b2d17c278d0c00957ee9f Mon Sep 17 00:00:00 2001 From: hawkchen Date: Wed, 4 Sep 2024 09:26:08 +0800 Subject: [PATCH] fix links --- get_started/Get_ZK_Up_and_Running_with_MVC.md | 4 +-- .../Get_ZK_Up_and_Running_with_MVVM.md | 31 +++++-------------- 2 files changed, 10 insertions(+), 25 deletions(-) diff --git a/get_started/Get_ZK_Up_and_Running_with_MVC.md b/get_started/Get_ZK_Up_and_Running_with_MVC.md index 38775cf..39e5587 100644 --- a/get_started/Get_ZK_Up_and_Running_with_MVC.md +++ b/get_started/Get_ZK_Up_and_Running_with_MVC.md @@ -11,10 +11,10 @@ approach to build the application here. This approach is very intuitive and flexible and gives you full control of components. In addition, you can also choose to go with the **MVVM** approach that is covered in [ Get ZK Up and Running with -MVVM](ZK_Getting_Started/Get_ZK_Up_and_Running_with_MVVM). +MVVM](/get_started/Get_ZK_Up_and_Running_with_MVVM). You can download the complete source code under the [ Start from Example -Project](#Start_from_Example_Project) section. +Project](#start_from_example_project) section. {% include tutorial-common.md %} diff --git a/get_started/Get_ZK_Up_and_Running_with_MVVM.md b/get_started/Get_ZK_Up_and_Running_with_MVVM.md index 14c37a0..d2636dd 100644 --- a/get_started/Get_ZK_Up_and_Running_with_MVVM.md +++ b/get_started/Get_ZK_Up_and_Running_with_MVVM.md @@ -11,7 +11,7 @@ approach that is classified as the **Model-View-ViewModel (MVVM)** design pattern. Using this approach, ZK can control components for you automatically and it separates the UI from its controller clearly. In addition, you can also choose to go with the MVC approach that is -covered in another tutorial [^1]. +covered in [another tutorial](/get_started/Get_ZK_Up_and_Running_with_MVC). {% include tutorial-common.md %} @@ -19,7 +19,8 @@ covered in another tutorial [^1]. The approach we introduce here to control user interaction is to **let ZK control UI components for you**. This approach is classified to -**Model-View-ViewModel** (**MVVM**) design pattern. [^2] This pattern +**Model-View-ViewModel** (**MVVM**) design pattern.(See [MVVM in Developer's +Reference](ZK_Developer's_Reference/MVVM)) This pattern divides an application into three parts. The **Model** consists of application data and business rules. @@ -254,14 +255,15 @@ specified in `@NotifyChange`. The way to display a collection of data with data binding is very similar to the way in the MVC approach. we will use a special tag, -