I\'m currently trying creating a form. I have added a WYSIWG editor. The editor I used was the jHTML area.
I am using jHtmlArea in开发者_JS百科 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 subm
I havebeen 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.
whenever I close my simplemodal dialog, jHtmlArea stops working. My code is very simple $.modal.close();
I previously posted this question JWYSIWYG or jHtmlArea within a Jquery Ui Tab about getting jHtmlArea to work inside jQuery Ui tabs.
I\'m currently developping a text-to-symbol conversion tool (non-profit), and I\'m having this problem:
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.