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/app/assets/stylesheets/content/_in_place_editing.md

40 lines
1.1 KiB

# In place editing
# In place editing: Text areas
```
<div class="single-attribute wiki">
<span>
<div class="inplace-editor type-wiki_textarea attribute-description editable">
<div class="ined-read-value default editable">
<span class="read-value-wrapper">
<span>
Click to enter description...
</span>
</span>
<span class="editing-link-wrapper ng-scope">
<accessible-by-keyboard execute="startEditing()"
class="ng-isolate-scope">
<a tabindex="0">
<span ng-transclude="">
<span class="icon-context icon-button icon-edit "
title="Description: Edit"
icon-name="edit"
icon-title="Description: Edit">
<span class="hidden-for-sighted ng-binding">
Description: Edit
</span>
</span>
</span>
</a>
</accessible-by-keyboard>
</span>
</div>
</div>
</span>
</div>
```