Questions tagged [nicedit]

NicEdit is an open source inline WYSIWYG HTML editor

NicEdit is a lightweight, cross platform, inline Content Editor that allows easy editing of a website's content on the fly, from within your browser.


Documentation :

228 questions
3
votes
4 answers

textarea not submitting into database

I have a form im trying to submit, into my MySQL database and its submitting all the records fine accept the 'content' field in my blog table. Im not sure if this matters but i am using a textarea framework from nicedit.com UPDATE: I have removed…
NodeDad
  • 1,519
  • 2
  • 19
  • 48
3
votes
2 answers

Nicedit upload images locally fails

This is how I call the editor: new nicEditor({ buttonList : ['bold','italic','underline','upload'], iconsPath:'img/nicedit.png', uploadURI :…
Toni Michel Caubet
  • 19,333
  • 56
  • 202
  • 378
3
votes
1 answer

TinyMCE - can we have one toolbar panel that controls many instances?

I'm thinking of switching from NicEdit to TinyMCE, because the latter has ongoing support and development and appears to have more customizable options. I was trying it out TinyMCE here: http://fiddle.tinymce.com/haaaab Is it possible to have divs…
user961627
  • 12,379
  • 42
  • 136
  • 210
3
votes
1 answer

nicedit textarea width inside of jQuery UI accordion not working correctly

I am using nicedit.js and jQuery UI accordion. I have several accordions that contain these nicedit WYSIWYG text areas. When I refresh the page the first accordion area opens up and displays the correct nicedit WYSIWYG area (Width is 100%). When I…
2
votes
0 answers

How to upload image with NicEdit and classic asp

I would like to use nicedit image upload with classic asp. By default Nicedit uploads images to ImageShack, but I would like to send images to my server. However I'm having trouble to adapt some features of the original PHP script to classic asp. I…
afazolo
  • 382
  • 2
  • 6
  • 22
2
votes
3 answers

prob when loading nicedit with ajax call

i'm using nicedit.js to convert my textarea to html editor, when i call the directly the page there is no prob, but when i call via ajax call, or call page which under jquery tab, the editor page not load but pop error, Error: 'null' is null or not…
Apache
  • 1,796
  • 9
  • 50
  • 72
2
votes
2 answers

Javascript: Problem with switching between html textarea and nicedit

I am using nicedit. I have been trying to create a default html textarea that gets turned into a nicedit textfield when you click on it. I want it to revert to a plain html textarea when it loses focus. I have been able to do this successfully when…
KnowsLittle
  • 1,197
  • 2
  • 13
  • 20
2
votes
1 answer

ng-Model is not updating from a nicEdit formatted Textarea