diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 27b000ca..69175edd 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1121,6 +1121,10 @@ on multiple lines

{{_i}}Form help text{{/i}}

{{_i}}To add help text for your form inputs, include inline help text with <span class="help-inline"> or a help text block with <p class="help-block"> after the input element.{{/i}}

+
+

Editor textarea

+

Add .editor to any textarea or .uneditable-textarea to create a larger field for content editing.

+

Also add .editor-html, if the textarea will be replaced by e.g. CKEditor or TinyMCE.

@@ -1251,6 +1255,12 @@ on multiple lines
+
+ +
+ +
+
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 8c2e165e..3773af6b 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -54,6 +54,7 @@

{{_i}}Form elements{{/i}}

{{_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}}

diff --git a/less/jasny/bootstrap.less b/less/jasny/bootstrap.less index af58c9fa..e6f96cc2 100644 --- a/less/jasny/bootstrap.less +++ b/less/jasny/bootstrap.less @@ -14,3 +14,5 @@ // Base CSS @import "forms-uneditable.less"; +@import "forms-editor.less"; +