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

TypeError: jQuery(...).htmlarea is not a function

I'm using a WordPress site.I'm create new plugins WP. When I use "jHtmlArea Editor" after script load, I get this error TypeError: jQuery(...).htmlarea is not a function jQuery("#txtDefaultHtmlArea").htmlarea(); I have no idea what is causing it…
user1761176
  • 103
  • 3
  • 4
  • 16
0
votes
1 answer

TYPO3 htmlArea RTE fill with content

I create in my TYPO3 Extension a RTE Editor ( http://typo3.org/extension-manuals/rtehtmlarea_api_manual/2.2.0/view/6/1/ ) and it's works fine. But how I can put Content in the RTE? Like a "Hello World". Thanks
user1878413
  • 1,813
  • 4
  • 18
  • 24
0
votes
1 answer

Preserve IFRAME content on drag

On my current project I am implementing the jHtmlArea WYSIWYG plugin on some TEXTAREA's that are in rows that are draggable and sortable. The only problem is that once you begin dragging them they lose all the data that was in the IFRAME that the…
Christian Ziebarth
  • 753
  • 1
  • 7
  • 20
0
votes
1 answer

jHTMLArea iframe gets disabled when dropped using jQuery Sortable

I'm using jQuery Sortable with jHTMLArea. I basically have DIVs that are sortable and the DIVs are sortable. However, when you drop the DIV on any location, the contents of the jHTMLArea become empty and jHTMLArea becomes disabled. The iFrame and…
harsimranb
  • 2,231
  • 1
  • 35
  • 55
0
votes
1 answer

WYSIWYG Editor (jHtmlArea enhancement needed)

Working on a very data-intensive website project with lots of jQuery/JavaScript and we are writing a lot ourselves but also using a number of plugins, but even when we add a plugin we tend to then need to add even more functionality to it. In one…
Christian Ziebarth
  • 753
  • 1
  • 7
  • 20
0
votes
2 answers

jHtmlArea adding unwanted BR tag

Am using the jHtmlArea plugin on a project and it appears to be adding unwanted BR tags to the end of whatever the user inputs, but I can't see what in the plugin code is making this happen. Other people have asked elsewhere about it adding P tags…
Christian Ziebarth
  • 753
  • 1
  • 7
  • 20
0
votes
1 answer

Textarea POST Data Lost when using Multiple jHtmlArea or CLE Editor's

I have a form with a number of text inputs & 4 textareas named: features, description, description2, description3 When I submit the form and print_r($_POST); all values are printed as you would expect, but when I attach jHtmlArea or CLE Editor to…
Tommy Arnold
  • 3,339
  • 8
  • 31
  • 40
0
votes
1 answer

jHtmlArea not handling paste newlines

I'm using jHtmlArea to get some HTML from user, everything is good but when I try to paste some text from other websites, it doesn't decode newlines to
altought they are in the box. This only happens with pasted text, manually entered text is…
formatc
  • 4,261
  • 7
  • 43
  • 81
1 2 3
4