If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.
Buried in cloud files? We can help with Spring cleaning!
Whether you use Dropbox, Drive, G-Suite, OneDrive, Gmail, Slack, Notion, or all of the above, Dokkio will organize your files for you. Try Dokkio (from the makers of PBworks) for free today.
Dokkio (from the makers of PBworks) was #2 on Product Hunt! Check out what people are saying by clicking here.
Comments (2)
Jorge Kuper said
at 1:40 pm on Aug 19, 2009
Hi, NicEdit works fine !! but, a question: It´s possible insert a character counter into the textarea with nicedit?
Paulus said
at 8:37 am on Feb 7, 2010
I like nicEdit - hopefully the documentation will be really better for the next versions (if will be any new versions...).
Some comments for beginners (like me):
- The above "Saving via AJAX" example doesn't work fully with TEXTAREAs! When you need also the "id" (e.g. you would like to say good bye to
"Submit" buttons in a complicated HTML+PHP form) it's needed to use DIVs. When you want to use TEXTAREAs, use "instance.e.name" instead of
"instance":
alert('Save button clicked for ELEMENT: ' +instance.e.name+ ' CONTENT: '+content);
You don't have permission to comment on this page.