Questions tagged [bootstrap-wysiwyg]

This tiny (5KB, < 200 lines) jQuery Bootstrap plugin turns any DIV into a WYSIWYG rich-content editor, inspired by CLEditor and bootstrap-wysihtml5.

Automatically binds standard hotkeys for common operations on Mac and Windows Drag and drop files to insert images, support image upload (also taking photos on mobile devices)

Voice dictation input (only in Chrome)

Allows a custom built toolbar, no magic markup generators, enabling the web site to use all the goodness of Bootstrap, Font Awesome and so on...

Does not force any styling - it's all up to you

Uses standard browser features, no magic non-standard code, toolbar and keyboard configurable to execute any supported browser command

Does not create a separate frame, backup text areas etc - instead keeps it simple and runs everything inline in a DIV

(Optionally) cleans up trailing whitespace and empty divs and spans

Requires a modern browser (tested in Chrome 26, Firefox 19, Safari 6, reported by users to work in IE10)

Supports mobile devices (tested on IOS 6 Ipad/Iphone and Android 4.1.1 Chrome)

Source: http://mindmup.github.io/bootstrap-wysiwyg/

46 questions
6
votes
4 answers

bootstrap wysihtml5 set Value not working

I have a wysihtml box and I want to fill its value after an ajax call $("#<%=txtDescrizioneBreveCategoria.ClientID%>").wysihtml5(); function ModificaCategoria(id) { $.ajax({ url: "Categorie.aspx/GetCategoria", …
Martina
  • 1,852
  • 8
  • 41
  • 78
6
votes
2 answers

WYSIWYG HTML editor that doesn't try and fix bad HTML

I need a WYSIWYG HTML editor that can edit PHP Blade and Handlebars* templates. I've tried TinyMCE, CKEditor and bootstrap wysihtml5 but they all "fix" my invalid HTML. Can anyone suggest an alternative? I need to be able to toggle between WYSIWYG…
Simon
  • 5,158
  • 8
  • 43
  • 65
4
votes
2 answers

React applying JQuery code to an element inside a component

I have an application where I'm using React. I have a problem now where I'm trying to implement the bootstrap-wysiwyg/bootstrap3-wysiwyg package. In order to get my