Questions tagged [jqte]

jQuery WYSIWYG HTML editor

jQuery TE is a jQuery plugin. It is a lightweight (16.6 KB) and very useful HTML editor. And it works with WYSIWYG model.

jQuery TE works with same performance on the most preferred browsers. And its source of the output is same as 90% on these browsers. Also, it compresses to source of the output automatically. jQuery TE's system runs more practical and more rapidly to other some editors.

jQuery TE usage example:

$("textarea").jqte();

Project site: http://jqueryte.com

31 questions
5
votes
8 answers

Adjust default height JQTE

How can I change the default height of a JQTE editor? I've tried: $("textarea").jqte({ height:"400px" }); The document does not say anything about this.
dsynkd
  • 1,999
  • 4
  • 26
  • 40
3
votes
1 answer

JQuery Text Editor Paste Without Formatting

I am using the plugin JQuery Text Editor on my site. Sometimes, when users copy and paste preformatted HTML text from another website into the plugin's textbox it will render incorrectly and break off part of the string. The broken text can be seen…
user4780686
3
votes
1 answer

Binding jqte (JQuery Text Editor) to a div from dart

I need to translated the following JQuery code to Dart: $("#writepad").jqte(); I 've tried the following but didn't succeed: var jquery = new JsObject(context['window.jQuery("#writepad")']); jquery.callMethod('jqte'); I'm trying this hoping that…
Nawaf Alsulami
  • 699
  • 1
  • 8
  • 15
2
votes
2 answers

jQuery Validation not working with jQuery Text Editor Plugin (TextArea)

I am working with the jQuery TE plugin (http://jqueryte.com/). It does not seem to work with the jQuery Validation plugin. A regular textarea works fine but if I want to transform it into a jqte WYSIWYG I lose that functionality. In this example…
jasonwarford
  • 746
  • 5
  • 11
2
votes
1 answer

How to create dynamic instances of JQueryTE text editor

I am attempting to create a small program that incorporates dynamically created instances of this editor. I have it working except for the ability to create a button that opens/closes the editor. jsFiddle of what I've got so far. "use…
William
  • 4,422
  • 17
  • 55
  • 108
1
vote
2 answers

JQuery Texteditor: keep format when I copy & paste text from somewhere else

jQuery Text Editor: Remove pasted formatting that is not allowed I am using the jQuery Text Editor, a wysiwyg editor to create rich formatted HTML in a textarea input. I can initiate the editor in my javascript code and allow / disallow certain…
Guillermo
  • 327
  • 2
  • 6
  • 20
1
vote
0 answers

Jquery text editor hangs the browser when writing big text data

I'm using jquery text editor jqte to allow users to edit content of some text areas. Whenever I add large text to the editor the browser hangs for a while then after few seconds (sometimes 1 minute) it comes back to live again then it hangs again…
Ibrahim Amer
  • 1,147
  • 4
  • 19
  • 46
1
vote
0 answers

jqueryte text editor. How to remove certain HTML tags that are posted in "source code"

I want users to be able to use the editor or paste source HTML, but I want to link which tags are allowed (not img, a, etc). How can I set jQueryTE to remove these tags, or all tags that aren't on my approved tag list?
Peter R
  • 3,185
  • 23
  • 43
1
vote
2 answers

JQTE Text value getting Style too

I try to get the value in JQTE Text Editor . I want to get only values without any HTML element or design. I tried this bus this is giving me styles also in the values when I do some styling on UI . But I want only value without style. Any help…
s_k_t
  • 689
  • 1
  • 15
  • 36
1
vote
0 answers

jQuery text editor (jqte) adds automatic
tag?

For some reason jqte is automatically adding an html break at the end of the textarea and I don't know how to get rid of it. Source:
From…
EternalHour
  • 8,308
  • 6
  • 38
  • 57
1
vote
1 answer

Limit number of Character in JQTE

I am using JQTE to implement a WYSIWYG editor. It works great. But I need to be able to limit the number of characters in it to a fixed number , say 3000. This includes the HTML tags that get generated along with the content. I am able to get the…
1
vote
2 answers

How to disable JQTE editor?

i am using JQTE editor. i want to disable this editor on some condition.that after this condition edit can't be done in this. how will i do this? any help appreciated .
Rituraj ratan
  • 10,260
  • 8
  • 34
  • 55
0
votes
1 answer

jQuery Text Editor doesn't render consistently in responsive page

I am using w3.css for responsive page design. Each size (small, medium, large) has its own distinct (but nearly identical) code, which I will call "sections". Each section has multiple jQuery text editors (JQTEs). When I view the Large page, all…
0
votes
1 answer

Javascript Editor Jqueryte (JQTE)- cannot get modified text in Chrome

I am referring to the Javascript Editor control (jqte) located at http://www.jqueryte.com/. Implementation is simple, but getting the modified text differs between Chrome and Internet Explorer. This fiddle shows the…
James Cooke
  • 1,086
  • 8
  • 7
0
votes
1 answer

Onchange even t call with jQuery Text Editor

I have few textareas on my page:

The appraisee's responsibilities during the quarter:

The…

1
2 3