Questions tagged [jhtmlarea]

A simple, light weight, extensible WYSIWYG HTML Editor built on top of jQuery. This component allows you to easily display a WYSIWYG HTML Editor in place of any TextArea DOM Elements on the page.

A simple, light weight, extensible WYSIWYG HTML Editor built on top of jQuery. This component allows you to easily display a WYSIWYG HTML Editor in place of any TextArea DOM Elements on the page.

Project site: http://jhtmlarea.codeplex.com

enter image description here

53 questions
5
votes
2 answers

jHtmlArea event handling of keypress

I'm currently developping a text-to-symbol conversion tool (non-profit), and I'm having this problem: For the WYSIWYG-editting of the text, I'd like to use a nice small wysiwyg editor (like jHtmlArea). This editor will show floating divs, so I'll…
Zack Effr
  • 91
  • 4
4
votes
6 answers

How to set value dynamically in JHTMLarea

I have been struggling to set the value of JHTML Area. But no luck. Can anyone please help me out. I have read so many articles but i didn't find anything regarding it. I have also searched here and found one problem but have no solution with…
Zeeshan
  • 91
  • 2
  • 6
4
votes
2 answers

Resize jHtml text area

I would like to resize jHtml TextArea just like normal text area , so is there any way for resizing. Following is the code for creating jHtml Textarea. Here is the HTML code:
ifour
  • 43
  • 6
3
votes
3 answers

JHtmlArea Set html

I have been using the jhtmlarea for a wysiwyg editor. Most of it is working. Though I can't figure out how to set the html inside of the textarea. I have tried .html, .val, .attr('value',''), .text, though none of them work. Any suggestions on…
Jess
  • 8,628
  • 6
  • 49
  • 67
3
votes
1 answer

Adding tables in jHtmlArea

Anyone know of a way of making jHtmlArea support table content, and allow the user to add tables/cells/rows to the editor box? It doesn't appear to be a standard feature for the plugin. I would like for my user to be able to create tables in the…
John Lechowicz
  • 2,573
  • 3
  • 21
  • 34
3
votes
1 answer

JHTML Area editor cut,copy,paste is not working in Firefox. Its working in IE

In my website application I am using Jhtml Area editor. In editor cut/copy/paste is not working. While clicking on the cut/copy/paste it shows the following error. Permission denied for the website(url) to get property Clipboard.cutcopy Source…
Krishnan
  • 1,030
  • 1
  • 15
  • 30
2
votes
2 answers

jHtmlArea not working with jQuery 1.9.1 and above - What to do about it?

I just found, that using jHtmlArea, the nice WYSIWYG text editor, does not work with the newer jQuery versions, from 1.9.1 and above. I have taken most code from the example, but wanted to reference a current jQuery library. $(function…
Marcel
  • 15,039
  • 20
  • 92
  • 150
1
vote
1 answer

Change selected text in jHtmlArea

I'm using jHtmlArea and i need to create a custom button to wrap text inside a span tag. I managed to understand how to put the button in the toolbar but i cannot understand what i have to do to get the selected text, change it and put it back in…
TiagoDias
  • 1,785
  • 1
  • 16
  • 21
1
vote
1 answer

Javascript - jHtmlArea, set cursor position

I'm using jHtmlArea, but I guess the question is relevant to any html textbox using iframe/document edit mode to function. Having used the pasteHTML function to set some text into the jHtmlArea, I'd like to place the cursor after the text that I've…
Rob
  • 1,687
  • 3
  • 22
  • 34
1
vote
2 answers

jHtmlArea newlines creating div tag and not a paragraph tag

We're using jHtmlArea in our site for the html input elements. I've noticed in our implementation adding a newline generates a new div tag wrapping a br tag. Adding text to the line removes the br tag with resulting html renders with no breaks. On…
1
vote
1 answer

Unable to access jHtmlArea value in firefox

I am using jHtmlArea in my application. I need to validate the textarea value whether it is empty or not, for that i wrote a function which is going to be called onclick event of the submit button. function x(){ …
Dyapa Srikanth
  • 1,231
  • 2
  • 22
  • 60
1
vote
1 answer

How can I change the direction of jHtmlArea

I'm using jHtmlArea in my project. I want to write in "Right To Left" direction mode. But it only supports Left to Right. How can I do in this way?
Emad Armoun
  • 1,625
  • 2
  • 19
  • 32
1
vote
1 answer

wysiwyg-editor in jquery dialog is not working

editor for a website. I tested some (tinyEditor, wysihtml5, jHTMLArea...). When I had only a textarea-element on my site it works. But when i create a jQuery dialog and want to put the editor in it its not working. I see all icons and buttons, but i…
Lee
  • 819
  • 7
  • 32
1
vote
3 answers

AngularJS model value not updated when I use editor

I am using Jhtmlarea and this is my directive: test.directive('jhtml', function () { return { restrict: 'A', replace: false, link: function (scope, elem, attr) { …
Jack
  • 7,433
  • 22
  • 63
  • 107
1
vote
1 answer

Unable to resize images in chrome using jhtmlarea plugin

I am unable to resize images in chrome using jhtmlarea plugin. I have tried this in: http://pietschsoft.com/demo/jhtmlarea/
1
2 3 4