Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-5024

Add a library property to change the default apply composer for MVVM

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Unresolved
    • Normal
    • 10.0.0
    • None
    • None
    • None

    Description

      User Story

      As an app developer, I want to config the default apply composer in MVVM

      For example,

      <div viewModel="@id('vm') @init('...')">
      </div>
      

      is the same as

      <div apply="org.zkoss.bind.BindComposer" viewModel="@id('vm') @init('...')">
      </div>
      

      "org.zkoss.bind.BindComposer" is the default apply composer in MVVM

      Acceptance Criteria

      Provide a library property to do the configuration

      Details

      Attachments

        Activity

          People

            DevChu DevChu
            DevChu DevChu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: