Nerian / bootstrap-wysihtml5-rails

WYSIWYG editor for Bootstrap, integrated in Rails assets pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Op

feidens opened this issue · comments

Options as described doesn't work.

Solved with:

$('text´area').wysihtml5 toolbar:
    "font-styles": true #Font styling, e.g. h1, h2, etc. Default true
    emphasis: true #Italics, bold, etc. Default true
    lists: true #()ordered lists, e.g. Bullets, Numbers. Default true
    html: false #Button which allows you to edit the generated HTML. Default false
    link: true #Button to insert a link. Default true
    image: false #Button to insert an image. Default true,
    color: false #Button to change color of font
    blockquote: true #Blockquote
    size: "s" #default: none, other options are xs, sm, lg