<?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: Plugin set of additional ExtJS HtmlEditor Buttons</title>
	<atom:link href="http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/</link>
	<description>The Playground of VinylFox (Shea Frederick)</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:53:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matt Rapczynski</title>
		<link>http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/comment-page-1/#comment-6969</link>
		<dc:creator>Matt Rapczynski</dc:creator>
		<pubDate>Mon, 03 May 2010 02:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=346#comment-6969</guid>
		<description>I&#039;ve successfully implemented the CKEditor (www.ckeditor) as a field item within a FormPanel using Ext 3.2 ... and it works really well plus looks really good too. Admittedly it is similar to a larger library like TinyMCE but I&#039;ve used Tiny before and I feel that CKEditor is a better product. Anyways...

I was about to test the HtmlEditor as a way to get similar basic rich text editing and reduce the size of my application (integrating pure Ext components is almost always a win), but according to the documentation many of the formatting functions do not work on Safari.

Is there a roadmap for making this component more cross-browser and adding some or all of your work. Your additions look great!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve successfully implemented the CKEditor (www.ckeditor) as a field item within a FormPanel using Ext 3.2 &#8230; and it works really well plus looks really good too. Admittedly it is similar to a larger library like TinyMCE but I&#8217;ve used Tiny before and I feel that CKEditor is a better product. Anyways&#8230;</p>
<p>I was about to test the HtmlEditor as a way to get similar basic rich text editing and reduce the size of my application (integrating pure Ext components is almost always a win), but according to the documentation many of the formatting functions do not work on Safari.</p>
<p>Is there a roadmap for making this component more cross-browser and adding some or all of your work. Your additions look great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shea Frederick</title>
		<link>http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/comment-page-1/#comment-5468</link>
		<dc:creator>Shea Frederick</dc:creator>
		<pubDate>Mon, 11 Jan 2010 01:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=346#comment-5468</guid>
		<description>Awesome idea. You might be able to use the SpecialCharacters plugin as a starting point, since it uses a dataview to display the list of options to select from. If you insert the &quot;token&quot; wrapped by a span and give that span a specific class, then a listener could be added within the plugin for a click event inside the editor area looking for that class and respond accordingly. Good luck, and I would love to post your code in the repo when your at a good point.</description>
		<content:encoded><![CDATA[<p>Awesome idea. You might be able to use the SpecialCharacters plugin as a starting point, since it uses a dataview to display the list of options to select from. If you insert the &#8220;token&#8221; wrapped by a span and give that span a specific class, then a listener could be added within the plugin for a click event inside the editor area looking for that class and respond accordingly. Good luck, and I would love to post your code in the repo when your at a good point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/comment-page-1/#comment-5460</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sun, 10 Jan 2010 12:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=346#comment-5460</guid>
		<description>What would be nice, and I&#039;d be willing to take a crack at this if/when I get some time, is a button that inserts a &quot;field&quot; or &quot;token&quot; type of object.

Consider an example from Facebook: when you are typing a person&#039;s name to send them a message, once the field knows the profile of the recipient, the text you entered for their name becomes a block of uneditable text. It&#039;s a div or maybe some kind of inline element, and you can only delete it, but not edit it.

The configurable properties of such a plugin would be a template to determine how to generate the inline replacement element, and another template that generates the actual markup that is stored in the field&#039;s value and sent to the server.

Where I imagine this gets tricky is detecting when the user intends to delete the field and then doing The Right Thing.</description>
		<content:encoded><![CDATA[<p>What would be nice, and I&#8217;d be willing to take a crack at this if/when I get some time, is a button that inserts a &#8220;field&#8221; or &#8220;token&#8221; type of object.</p>
<p>Consider an example from Facebook: when you are typing a person&#8217;s name to send them a message, once the field knows the profile of the recipient, the text you entered for their name becomes a block of uneditable text. It&#8217;s a div or maybe some kind of inline element, and you can only delete it, but not edit it.</p>
<p>The configurable properties of such a plugin would be a template to determine how to generate the inline replacement element, and another template that generates the actual markup that is stored in the field&#8217;s value and sent to the server.</p>
<p>Where I imagine this gets tricky is detecting when the user intends to delete the field and then doing The Right Thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shea Frederick</title>
		<link>http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/comment-page-1/#comment-3700</link>
		<dc:creator>Shea Frederick</dc:creator>
		<pubDate>Thu, 17 Sep 2009 19:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=346#comment-3700</guid>
		<description>Great point. I have updated the styles.css file and the Google Code Wiki pages to provide more details. Thanks for your feedback.</description>
		<content:encoded><![CDATA[<p>Great point. I have updated the styles.css file and the Google Code Wiki pages to provide more details. Thanks for your feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mschwartz</title>
		<link>http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/comment-page-1/#comment-3694</link>
		<dc:creator>mschwartz</dc:creator>
		<pubDate>Thu, 17 Sep 2009 17:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=346#comment-3694</guid>
		<description>A couple of points...  

There&#039;s a .css file in the repo at code.google.com that references images that aren&#039;t part of the repo.  It would be nice if they were available somehow.

The .css isn&#039;t mentioned in your blog post or on code.google.com.   Like in the example usage part.

But awesome work, and your blog is a joy to read.</description>
		<content:encoded><![CDATA[<p>A couple of points&#8230;  </p>
<p>There&#8217;s a .css file in the repo at code.google.com that references images that aren&#8217;t part of the repo.  It would be nice if they were available somehow.</p>
<p>The .css isn&#8217;t mentioned in your blog post or on code.google.com.   Like in the example usage part.</p>
<p>But awesome work, and your blog is a joy to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skunks</title>
		<link>http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/comment-page-1/#comment-3687</link>
		<dc:creator>Skunks</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=346#comment-3687</guid>
		<description>Awesome plugin.

Though I&#039;m a bit stuck. I&#039;d like the new buttons I create with this plugin to be in a new menubar, as the current one is stuffed already. Is this possible? I&#039;m having troubles finding enough information on ExtJs to figure things like this out (in general sadly, not just now). 

Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome plugin.</p>
<p>Though I&#8217;m a bit stuck. I&#8217;d like the new buttons I create with this plugin to be in a new menubar, as the current one is stuffed already. Is this possible? I&#8217;m having troubles finding enough information on ExtJs to figure things like this out (in general sadly, not just now). </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Homepage</title>
		<link>http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/comment-page-1/#comment-3507</link>
		<dc:creator>Homepage</dc:creator>
		<pubDate>Thu, 27 Aug 2009 08:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=346#comment-3507</guid>
		<description>Great work thats looks very good ;)</description>
		<content:encoded><![CDATA[<p>Great work thats looks very good <img src='http://www.vinylfox.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conrad</title>
		<link>http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/comment-page-1/#comment-3461</link>
		<dc:creator>Conrad</dc:creator>
		<pubDate>Fri, 21 Aug 2009 11:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=346#comment-3461</guid>
		<description>Hello Shea,

I created a formatblock plugin for the htmleditor. If you would like to include this in your selection I&#039;d be honored. Little caveat: the code is licensed under the LGPL since I took some ideas and code lines from tinymce.

You can find the code here: http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/</description>
		<content:encoded><![CDATA[<p>Hello Shea,</p>
<p>I created a formatblock plugin for the htmleditor. If you would like to include this in your selection I&#8217;d be honored. Little caveat: the code is licensed under the LGPL since I took some ideas and code lines from tinymce.</p>
<p>You can find the code here: <a href="http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/" rel="nofollow">http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: minimeta material &#187; Blog Archive &#187; Another Plugin for the Extjs HtmlEditor</title>
		<link>http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/comment-page-1/#comment-3460</link>
		<dc:creator>minimeta material &#187; Blog Archive &#187; Another Plugin for the Extjs HtmlEditor</dc:creator>
		<pubDate>Fri, 21 Aug 2009 11:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=346#comment-3460</guid>
		<description>[...] this to your html before extjs-all.js and install it the same way as the plugins by Shea Frederick, so go and take a look there. Since I took some code from TinyMCE this code is licensed under the [...]</description>
		<content:encoded><![CDATA[<p>[...] this to your html before extjs-all.js and install it the same way as the plugins by Shea Frederick, so go and take a look there. Since I took some code from TinyMCE this code is licensed under the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anggun Firdaus</title>
		<link>http://www.vinylfox.com/plugin-set-for-additional-extjs-htmleditor-buttons/comment-page-1/#comment-3431</link>
		<dc:creator>Anggun Firdaus</dc:creator>
		<pubDate>Mon, 17 Aug 2009 06:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=346#comment-3431</guid>
		<description>still waiting for image plugin like ajaxfilemanager or ibrowser</description>
		<content:encoded><![CDATA[<p>still waiting for image plugin like ajaxfilemanager or ibrowser</p>
]]></content:encoded>
	</item>
</channel>
</rss>
