OpenProject is the leading open source project management software.
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.
openproject/frontend/app/components/work-packages/wp-display-attr/wp-display-attr.directive.html

17 lines
513 B

<span class="inplace-edit--read-value--container">
<span class="hidden-for-sighted __d__hidden-for-sighted"></span>
<span class="wp-table--cell-span inplace-edit--read-value--value __d__cell"
ng-click="$ctrl.activateIfEditable($event)"
data-click-on-keypress="[13, 32]"
focus="$ctrl.shouldFocus()">
<span class="__d__renderer">
<ng-include ng-if="::!$ctrl.field.isManualRenderer"
src="::$ctrl.field.template"></ng-include>
</span>
</span>
</span>