<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: [Howto] Integrate TinyMCE into ActiveScaffold</title>
	<link>http://clair.ro/rails/2008/02/18/howto-integrate-tinymce-into-activescaffold/</link>
	<description>my rails know-how</description>
	<pubDate>Thu, 09 Feb 2012 01:10:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: jitendra</title>
		<link>http://clair.ro/rails/2008/02/18/howto-integrate-tinymce-into-activescaffold/#comment-34</link>
		<dc:creator>jitendra</dc:creator>
		<pubDate>Tue, 24 Jun 2008 08:21:53 +0000</pubDate>
		<guid>http://clair.ro/rails/2008/02/18/howto-integrate-tinymce-into-activescaffold/#comment-34</guid>
		<description>Thanx u very much.Your blog helped me much for my application.</description>
		<content:encoded><![CDATA[<p>Thanx u very much.Your blog helped me much for my application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: railsnewbie</title>
		<link>http://clair.ro/rails/2008/02/18/howto-integrate-tinymce-into-activescaffold/#comment-16</link>
		<dc:creator>railsnewbie</dc:creator>
		<pubDate>Tue, 19 Feb 2008 05:17:00 +0000</pubDate>
		<guid>http://clair.ro/rails/2008/02/18/howto-integrate-tinymce-into-activescaffold/#comment-16</guid>
		<description>Thanks very much for the instructions...  I just happened to be trying to integrate TineMCE with ActiveScaffold today and what good luck to find someone solving the problem at the same time!

I did have some trouble with the "uses_tiny_mce" configuration listed in the plugin installation instructions.  Here's the configuration that worked for me:
  uses_tiny_mce(:options =&#62; {
  :mode =&#62; "textareas",
  :theme =&#62; "advanced",
  :theme_advanced_buttons1 =&#62; "formatselect,bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,indent,outdent,separator,bullist,numlist,link,unlink,image,undo,redo",
  :theme_advanced_buttons2 =&#62; "",
  :theme_advanced_buttons3 =&#62; "",
  :editor_selector =&#62; "tiny_mce",
  :theme_advanced_toolbar_location =&#62; "top",
  :theme_advanced_toolbar_align =&#62; "left",
  :theme_advanced_statusbar_location =&#62; "bottom",
  :extended_valid_elements =&#62; "a[name&#124;href&#124;target&#124;title&#124;onclick],img[class&#124;src&#124;border=0&#124;alt&#124;title&#124;hspace&#124;vspace&#124;width&#124;height&#124;align&#124;onmouseover&#124;onmouseout&#124;name],hr[class&#124;width&#124;size&#124;noshade],font[face&#124;size&#124;color&#124;style],span[class&#124;align&#124;style]"
  })</description>
		<content:encoded><![CDATA[<p>Thanks very much for the instructions&#8230;  I just happened to be trying to integrate TineMCE with ActiveScaffold today and what good luck to find someone solving the problem at the same time!</p>
<p>I did have some trouble with the &#8220;uses_tiny_mce&#8221; configuration listed in the plugin installation instructions.  Here&#8217;s the configuration that worked for me:<br />
  uses_tiny_mce(:options =&gt; {<br />
  :mode =&gt; &#8220;textareas&#8221;,<br />
  :theme =&gt; &#8220;advanced&#8221;,<br />
  :theme_advanced_buttons1 =&gt; &#8220;formatselect,bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,indent,outdent,separator,bullist,numlist,link,unlink,image,undo,redo&#8221;,<br />
  :theme_advanced_buttons2 =&gt; &#8220;&#8221;,<br />
  :theme_advanced_buttons3 =&gt; &#8220;&#8221;,<br />
  :editor_selector =&gt; &#8220;tiny_mce&#8221;,<br />
  :theme_advanced_toolbar_location =&gt; &#8220;top&#8221;,<br />
  :theme_advanced_toolbar_align =&gt; &#8220;left&#8221;,<br />
  :theme_advanced_statusbar_location =&gt; &#8220;bottom&#8221;,<br />
  :extended_valid_elements =&gt; &#8220;a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]&#8221;<br />
  })</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rails kb &#187; Blog Archive &#187; Rich Text Editor for Rails</title>
		<link>http://clair.ro/rails/2008/02/18/howto-integrate-tinymce-into-activescaffold/#comment-15</link>
		<dc:creator>rails kb &#187; Blog Archive &#187; Rich Text Editor for Rails</dc:creator>
		<pubDate>Mon, 18 Feb 2008 18:09:06 +0000</pubDate>
		<guid>http://clair.ro/rails/2008/02/18/howto-integrate-tinymce-into-activescaffold/#comment-15</guid>
		<description>[...] this post for more [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] this post for more [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

