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
0
votes
2 answers

jHtmlArea creates really small editing area

I have a problem that I can't seem to figure out. I am using jHtmlArea 0.8 along with jQuery v3.2.1. I created a dialog with a TEXTAREA which I am using jHTMLArea to convert to an HTML editing area. My problem is that the HTMLArea seems to be…
Menachem Bazian
  • 397
  • 2
  • 5
  • 18
0
votes
1 answer

How to add context menu to jHtmlArea

I need to add a jquery contextMenu to the jHtmlArea so it can add keywords into the jHtmlArea, but i am having difficulty passing the iframe tag to the contextMenu trigger. Here the code $(function () { $.contextMenu({ selector: 'iframe…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
0
votes
1 answer

jhtmlarea not working inside updatepanel

I have a jhtmlarea textarea on my form textarea id="txtDigital" name="txtDigital" class="form-control" style="background-color:white; resize: vertical !important; " rows="20" placeholder="Details"…
Kevin M
  • 442
  • 3
  • 11
0
votes
1 answer

jHTMLArea Drag and Drop not working

I had used the jquery-ui drag and drop functionality with jHtmlArea. Page is not running out of errors after all integration, but still the drag and drop functionality is not working. Here is the fiddle. Any Ideas would help?
user1618825
0
votes
2 answers

jHTMLArea: disable Browser spellcheck

I'm using jHTMLArea as wysiwyg editor. And when Chrome spellchecking is turned on, text is underlined with red waved lines. How to disable it?
master_Alish
  • 373
  • 2
  • 8
0
votes
1 answer

How to auto resize the JHTML text area based on content height

By default all text area are given a fixed height in main css file.I have created a jHTMLArea control and when user provide a huge value, we need to display the entire content by resizing the JHTML iframe.Currently the below code gives user the…
psobhan
  • 625
  • 3
  • 11
  • 36
0
votes
1 answer

How to set jHTMLArea to readonly

I have used jHTMLArea to create rich text box and have been able to save and edit the same.But while showing the data in view mode.The inner html/data seems to be editable.How to set the jHtmlArea to readonly.