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

A way to support a different namespace parser for attributes

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 7.0.3
    • 7.0.3
    • Configuration
    • None

      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>
      

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

              Created:
              Updated:
              Resolved: