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

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

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 10.0.0
    • None
    • None
    • None

      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

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

              Created:
              Updated:
              Resolved: