Wysiwyg

Just add the class .form to your form and take a break.

<textarea name="mytextarea" data-fc-modules="wysiwyg" required>This is the content of the <strong>textarea</strong></textarea>

Attributes

data-fc-text-help

Text that will be shown on focus editor

DEFAULT: Select some text to get some formatting options.

data-fc-fullscreen

Boolean to activate or desactivate the fulscreen option

DEFAULT: True

data-fc-text-fullscreen

Html Text for the action button to activate fullscreen

DEFAULT: FULLSCREEN

data-fc-text-minscreen

Html Text for the action button to activate fullscreen

DEFAULT: MINIMIZE

data-fc-html

Boolean to activate or desactivate the html editor option

DEFAULT: True

data-fc-text-visual

Html Text for the action button to activate the Visual editor

DEFAULT: VISUAL

data-fc-text-html

Html Text for the action button to activate the HTML editor

DEFAULT: HTML"

data-fc-format-options

List separated by coma and ordered of the format options. The posible values are:

  • blockquote
  • h2
  • h3
  • p
  • pre
  • insertorderedlist
  • insertunorderedlist
  • indent
  • outdent
  • bold
  • italic
  • underline
  • createlink
  • inserthorizontalrule

DEFAULT: bold,italic,underline,insertunorderedlist,createlink