editing inplace edit for textareas to styleguide

pull/2724/head
Jens Ulferts 10 years ago
parent 6a3a5ec8d1
commit 170ae0664a
  1. 39
      app/assets/stylesheets/content/_in_place_editing.md

@ -0,0 +1,39 @@
# 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>
```
Loading…
Cancel
Save