diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 97e24cb5..b89dcbbd 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1239,6 +1239,22 @@ Some text here on multiple lines </div> + + +
{{_i}}Add .editor to any textarea or .uneditable-textarea to create a larger field for content editing.{{/i}}
{{_i}}Also add .editor-html, if the textarea will be replaced by e.g. CKEditor or TinyMCE.{{/i}}
+<textarea class="editor"> + Some text here + on multiple lines +</textarea>
{{_i}}Go beyond uneditable input and create a full uneditable form, with disabled and uneditable elements.{{/i}}
+{{_i}}Add .editor to a textarea to create a larger field for content editing.{{/i}}