<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Meet Nicedit, A full featured, lightweight Rich Text Area without Library Dependencies</title>
	<atom:link href="http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/</link>
	<description>AJAX Development, News, Techniques &#38; More</description>
	<lastBuildDate>Tue, 24 Jan 2012 01:39:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Don Albrecht</title>
		<link>http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/comment-page-1/#comment-1710</link>
		<dc:creator>Don Albrecht</dc:creator>
		<pubDate>Mon, 04 Aug 2008 00:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/#comment-1710</guid>
		<description>Nicedit doesn&#039;t automatically save it&#039;s data back into the text area.  You can either access the value through the Nicedit API or just save the value back into the textarea like so

wysiwyg.instanceById(&#039;page_body&#039;).saveContent();

Before you try to pull the data</description>
		<content:encoded><![CDATA[<p>Nicedit doesn&#8217;t automatically save it&#8217;s data back into the text area.  You can either access the value through the Nicedit API or just save the value back into the textarea like so</p>
<p>wysiwyg.instanceById(&#8216;page_body&#8217;).saveContent();</p>
<p>Before you try to pull the data</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/comment-page-1/#comment-1691</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 29 Jul 2008 08:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/#comment-1691</guid>
		<description>It doesnt work with JQuery-UI though. I got a problem when i try to use this plugin, neither $(&#039;#id_description&#039;).attr(&#039;value&#039;) nor $(&#039;.rte-zone&#039;).attr(&#039;value&#039;) could get the value of the textarea, how come?</description>
		<content:encoded><![CDATA[<p>It doesnt work with JQuery-UI though. I got a problem when i try to use this plugin, neither $(&#8216;#id_description&#8217;).attr(&#8216;value&#8217;) nor $(&#8216;.rte-zone&#8217;).attr(&#8216;value&#8217;) could get the value of the textarea, how come?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Albrecht</title>
		<link>http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/comment-page-1/#comment-269</link>
		<dc:creator>Don Albrecht</dc:creator>
		<pubDate>Sat, 22 Dec 2007 18:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/#comment-269</guid>
		<description>Well, it definitely works with jQuery.  Some of the calls to prototype are unnecessary when paired with a larger framework, but they don&#039;t conflict.</description>
		<content:encoded><![CDATA[<p>Well, it definitely works with jQuery.  Some of the calls to prototype are unnecessary when paired with a larger framework, but they don&#8217;t conflict.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Albrecht</title>
		<link>http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/comment-page-1/#comment-267</link>
		<dc:creator>Don Albrecht</dc:creator>
		<pubDate>Sat, 22 Dec 2007 17:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/#comment-267</guid>
		<description>At first glance, it looks like it should.  I plan on testing this with jQuery this weekend.</description>
		<content:encoded><![CDATA[<p>At first glance, it looks like it should.  I plan on testing this with jQuery this weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/comment-page-1/#comment-265</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Sat, 22 Dec 2007 03:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/12/20/meet-nicedit-a-full-featured-lightweight-rich-text-area-without-library-dependencies/#comment-265</guid>
		<description>The real question is - does it work with javascript libraries?

prototype, jquery, mooTools, etc</description>
		<content:encoded><![CDATA[<p>The real question is &#8211; does it work with javascript libraries?</p>
<p>prototype, jquery, mooTools, etc</p>
]]></content:encoded>
	</item>
</channel>
</rss>

