Digital Office Automation System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

multiinstance-property-write-template.html 232B

2 gün önce
12345678
  1. <div ng-controller="KisBpmMultiInstanceCtrl">
  2. <select ng-model="property.value" ng-change="multiInstanceChanged()">
  3. <option>None</option>
  4. <option>Parallel</option>
  5. <option>Sequential</option>
  6. </select>
  7. </div>