wysihtml5 Questions
4
Solved
I have a wysihtml box and I want to fill its value after an ajax call
$("#<%=txtDescrizioneBreveCategoria.ClientID%>").wysihtml5();
function ModificaCategoria(id) {
$.ajax({
url: "Categor...
Audiology asked 3/5, 2018 at 15:58
6
Solved
I am using Bootstrap wysiwyg5 editor as a part of a form.
This text area happens to be a required field(should not be empty). I want to validate if the user has entered any value on to this field...
Silva asked 16/5, 2013 at 12:13
1
I want to add a couple of pre-built labels like
<div class="label"> Label Text <span>x</span><div>
to the html content in the quill editor. Add such a tag should not be a...
3
Solved
I found javascript wysiwyg editor wysiHTML5.
I'm trying to add element <a href=...> to the editor or just turn on bold programmatically.
My code is:
var editor = new wysihtml5.Editor("text...
Fussy asked 24/5, 2012 at 14:13
2
When copying text from word to the wysihtml5 editor, the text gets messed up (both in term of formatting and in terms of additional added characters). Is there an easy fix for this? The correct beh...
Consensus asked 23/2, 2013 at 21:57
1
When 'return' or 'enter' is hit, the cursor does not follow the actual line. Is there a solution to the problem? There are a few forks to the plugin which fixes the issue, but I am curious what the...
Jumpoff asked 8/8, 2014 at 18:31
3
How do you customize the toolbar in WYSIHTML5. I want to disable the font size and image insert buttons, particularly for the WYSIHTML5 version used in Bootstrap X-editable.
Because asked 19/8, 2013 at 2:4
2
Solved
The Rails_Admin wiki explains how to integrate with bootstrap-wysihtml5 which is incredibly easy.
However, I'd like the wysihtml5 widget to have the "edit as html" button.
Is this possible?
Shockley asked 29/4, 2013 at 5:2
1
Solved
I want to be able to add arbitrary text as link hrefs using wysihtml5. For example: I want to generate this <a href="[~55~]">link</a>
I have worked out how to do this -- here's a simpl...
Ideology asked 7/2, 2014 at 15:45
2
Solved
How to disable HTML Clean Up while in the editor mode? I'm in a need of allowing css format & inline html in code. The idea is to disable parser and html clean up action when pasting the code a...
Cori asked 3/12, 2012 at 10:44
1
Solved
I'd like to be able to add a button that adds my own custom class. I don't see this in the documentation anywhere but seems like a common request.
For example.
Highlighting "Some Text" and pressi...
Embolic asked 13/12, 2012 at 22:25
2
Solved
How do I programmatically retrieve content from a WYSIHTML5 editor?
Suppose the editor is instantiated as this:
var editor = new wysihtml5.Editor
(
$(this.el).find('textarea').get(0),
{
toolbar...
Parisi asked 11/6, 2012 at 19:7
1
© 2022 - 2024 — McMap. All rights reserved.