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

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

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Reviewing
    • Priority: Normal
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: 10.0.0
    • Component/s: None
    • Labels:
      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

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

              Dates

              Created:
              Updated: