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
-1
votes
2 answers

I cant transfer html data with form above 3 pages

I have 3 pages. a1.php : add record a2.php : do sth a3.php : record them database But problem is occured, transfering "html data" from a2.php to a3.php. EXAMPLE: a record which I try to record to a1.php is that :
özgür
  • 43
  • 5
-1
votes
1 answer

Turn all textboxes into WYSIWYG HTML Editors using PageMod

I am trying to create an addon that turns all textareas on certain pages into WYSIWYG HTML editors. I tried using PageMod by calling the NicEdit library and then running a content script with the code to turn all textareas into NicEdit editors. Here…
Ian
  • 5,704
  • 6
  • 40
  • 72
-2
votes
2 answers

niceEDIT and PHP/MySQL special chars

Hi I have a form with a text area on it which has descriptive text which will contain punctuation marks such as comma's etc. on the PHP script I have used this $description = empty( $_POST['inputDescription'])? 'NULL': "'" . …
Justin Erswell
  • 688
  • 7
  • 42
  • 87
1 2 3
15
16