How to reproduce:
$element.htmlarea('html', '');
Expected behavior: editor is emptied
Observed behavior: nothing happened
The bug is caused by the following code:
html: function (v) {
...
Id #16190 | Release:
None
| Updated: May 3 at 8:11 PM by koosvdkolk | Created: May 3 at 6:33 PM by koosvdkolk
Doesn't work with latest version of jQuery, I get this error:
Unable to get value of the property 'msie':
Id #16161 | Release:
None
| Updated: May 9 at 2:07 AM by wilpig | Created: Apr 15 at 3:33 PM by RichHamilton
using this code inside jtable plugin to create a custom field returns document of null
var $dp = $("<textarea class='" + field.inputClass + "'>" + (value || '') + "</textarea>")
$dp.htmlarea();
ret...
Id #16111 | Release:
None
| Updated: Mar 20 at 12:19 AM by Mteodoro | Created: Mar 20 at 12:19 AM by Mteodoro
Can I disable user editing text after called ?
$('#textarea').htmlarea();
Please assist, thanks.
Id #16077 | Release:
None
| Updated: Feb 28 at 4:23 PM by tjcombos | Created: Feb 28 at 4:23 PM by tjcombos
Hi,
When calling pasteHTML, the debugger shows an error that r.select();
on line 124 is not a function (version 0.7.5 of jHtmlArea)
It still works, though ...
Also, in Safari or Chrome, pasteH...
Id #16032 | Release:
None
| Updated: Feb 22 at 12:58 AM by joncas | Created: Feb 8 at 3:55 PM by joncas
Am implementing jHtmlArea on several TEXTAREA's in my site and in one spot I have these elements within table rows that can be dragged using jQuery UI. But when they are dragged all the content in ...
Id #16028 | Release:
None
| Updated: Feb 22 at 12:58 AM by WebDevCA | Created: Feb 5 at 8:19 PM by WebDevCA
http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed
jQuery1.9 removed the .browser method entirely. Checks like ($.browser.msie?0:4) are now broken.
Id #15990 | Release:
None
| Updated: Apr 12 at 3:19 PM by Marcovecchio | Created: Jan 24 at 8:20 AM by wilpig
Hi,
I am using jHtmlArea0.7.0 for textarea in my JSP page. In existing plugin, I have made some changes for inserting images on textarea (using insertImage function of existing plugin). By these c...
Id #15963 | Release:
None
| Updated: Feb 22 at 12:58 AM by dilipkgupta | Created: Jan 16 at 1:20 PM by dilipkgupta
I'm applying the jhtmlarea to all textarea's in the page as shown below (called from $(document).ready()):
$('textarea').htmlarea({
toolbar: [
["bold", "italic"],
[ "underline","superscrip...
Id #15843 | Release:
None
| Updated: Feb 22 at 12:58 AM by hsharp063 | Created: Dec 14, 2012 at 1:22 PM by hsharp063
Using jHtmlArea 0.7.5 on a TextArea works like a charm i Chrome and FF on Win7 - but in IE9 on the same machine, all HTML characters are removed.
I have a TextArea that receives the content from a...
Id #15669 | Release:
None
| Updated: Feb 22 at 12:58 AM by bjaergager | Created: Oct 3, 2012 at 8:15 AM by bjaergager