A widget to display and manipulate variables used by the Camunda Platform suite.
type
name
value
type
name
value
<div ng-repeat="variable in vars" class="table-row" cam-widget-variable cam-variable="variable"> </div>
<div ng-repeat="variable in vars" cam-widget-variable cam-variable="variable" display="true"> </div>
<div cam-widget-variable cam-variable="vars[9]" shown="nameValue"></div> <div cam-widget-variable cam-variable="vars[9]" shown="typeValue"></div> <div cam-widget-variable cam-variable="vars[9]" shown="typeName"></div>
<form name="testForm"> <div cam-widget-variable cam-variable="vars[4]"></div> <div cam-widget-variable cam-variable="vars[5]"></div> <div cam-widget-variable cam-variable="vars[6]"></div> <button class="btn btn-primary" ng-disabled="testForm.$invalid"> Submit changes </button> </form>
<div cam-widget-variable cam-variable="vars[9]" disabled="nameValue"></div> <div cam-widget-variable cam-variable="vars[9]" disabled="typeValue"></div> <div cam-widget-variable cam-variable="vars[9]" disabled="typeName"></div>