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

A way to support a different namespace parser for attributes

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Normal
    • Resolution: Done
    • Affects Version/s: 7.0.3
    • Fix Version/s: 7.0.3
    • Component/s: Configuration
    • Labels:
      None

      Description

      For example,

      <html xmlns:ng="http://angularjs.org" lang="en"
      	 xmlns="native" xmlns:u="zul" xmlns:zk="zk">
          <u:div ng:controller="MyCtl"
      		ng:carList="@load(vm.carList)"
      		ng:keyword="@bind(vm.keyword) @validator('beanValidator')"
      		ng:selectedCar="@save(vm.selectedCar)"
      		ng:errorMessage="@load(vmsgs[myWin])">
          </u:div>
      </html>
      

        Attachments

          Activity

            People

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

              Dates

              Created:
              Updated:
              Resolved: