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

Client MVVM: Support EL3 expression

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • None
    • Security Level: Jimmy
    • None

      User Story

      Currently we can't use EL3 expression in Client MVVM

      <label value="@load(('Hi, ' += vm.person.firstName += ' ' += vm.person.lastName))​" />
      <label value="@load((vm.names.stream().filter(x -> x.contains(vm.filter)).toList()))" />
      

      Acceptance Criteria

      Able use it (just like use it in old MVVM)

      Details

      Enhance Spel2Js

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

              Created:
              Updated: