nicedit

How to invoke nicEdit (editbox) or jquery (datepicker for text box) after a XMLHttpRequest?

Need help (or an example) as I don't seems to be able to invoke jquery datepick or nicEdit when using XMLHttpRequest. My code comes with 4 php files: Main page: main.php ++++++++++++++++++ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt; <html xmlns="http://www....

Help with Nicedit - removeFormat function

Hello, I'm trying to get around Nicedit, and especially the "removeFormat" function. The problem is I cannot find the "removeFormat" method source code in the code below. The JS syntax looks strange to me. Can someone help me ? Sorry, the code is too long. Nicedit is here : http://nicedit.com/download.php Here is what I found about 'r...

Text alignment function of NicEdit doesn't work on FireFox

Hello everyone I found problem with NicEdit (Rich text editor) when typing some text and click align button to align text. The text doesn't align only on FireFox and got this message on FireBug uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.execCommand]...

Insert HTML in NicEdit WYSIWYG

Hello How kan I insert text/code at the cursors place in a div created by NicEdit? I've tried to read the documentation and create my own plugin, but I want it to work from without the toolbar (Modal Window) ...

Colour manipulation of custom tags in niceEdit HTML editor ( JS / DOM )

Hi, I would like to be able to highlight, during typing and in real time, certain custom tags in the format #tag_name# within the text of a nicEdit instance ( http://nicedit.com/ ). My current attempt to implement as close to this as possible revolves around using the blur event of the editor to highlight the tags once the editor loses...

NicEdit problem in next line

In one of my website i am using the NicEdit javascript editor. In my editor i couldn't go the next line by pressing enter key. I can type only in single line..is this problem with textarea or NicEdit. I am converting all the textarea to replace with NicEdit. ...

Javascript NiceEdit Configuration Question

Hi, I'm trying to use nicedit from http://nicedit.com Currently I'm using this to add nicedit to all text areas: bkLib.onDomLoaded(nicEditors.allTextAreas); How do I configure these wysiwygs? I found I can configure single boxes by: new nicEditor({fullPanel : true}).panelInstance('area2'); But how do I do this when using bkLib.on...