<?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: Another Plugin for the Extjs HtmlEditor</title>
	<atom:link href="http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/</link>
	<description>a tiny bit beyond - in no particular order</description>
	<lastBuildDate>Thu, 10 Mar 2011 12:59:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/comment-page-1/#comment-14781</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 10 Mar 2011 12:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minimeta.de/?p=204#comment-14781</guid>
		<description>that is not so easy because this plugin is using execCommand to insert the html tags. and execCommand doesn&#039;t have a feature to include css classes.
I wrote another somewhat awkward plugin to insert css-classes. It allows the user to include and remove css clases on arbitrary tags. It is awkward because the UI is not very pretty. If you are interested in that I&#039;ll post it in the next few days.</description>
		<content:encoded><![CDATA[<p>that is not so easy because this plugin is using execCommand to insert the html tags. and execCommand doesn&#8217;t have a feature to include css classes.<br />
I wrote another somewhat awkward plugin to insert css-classes. It allows the user to include and remove css clases on arbitrary tags. It is awkward because the UI is not very pretty. If you are interested in that I&#8217;ll post it in the next few days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jangla</title>
		<link>http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/comment-page-1/#comment-14779</link>
		<dc:creator>Jangla</dc:creator>
		<pubDate>Thu, 10 Mar 2011 12:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minimeta.de/?p=204#comment-14779</guid>
		<description>Is there a way of tweaking this code so I could actually apply, say, a div with a predefined class to the HTML?</description>
		<content:encoded><![CDATA[<p>Is there a way of tweaking this code so I could actually apply, say, a div with a predefined class to the HTML?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolas Hagelstein</title>
		<link>http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/comment-page-1/#comment-12101</link>
		<dc:creator>Nikolas Hagelstein</dc:creator>
		<pubDate>Mon, 25 Oct 2010 17:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minimeta.de/?p=204#comment-12101</guid>
		<description>Well the quickest way to fix that \ss is undefined\ thing, is to change :

this.getBlocklevelElement(n.findParentNode());
to 
this.getBlocklevelElement(n.findParentNode(&#039;*&#039;));

Cheers,
Nikolas</description>
		<content:encoded><![CDATA[<p>Well the quickest way to fix that \ss is undefined\ thing, is to change :</p>
<p>this.getBlocklevelElement(n.findParentNode());<br />
to<br />
this.getBlocklevelElement(n.findParentNode(&#8216;*&#8217;));</p>
<p>Cheers,<br />
Nikolas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caribu</title>
		<link>http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/comment-page-1/#comment-7593</link>
		<dc:creator>caribu</dc:creator>
		<pubDate>Wed, 16 Dec 2009 12:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minimeta.de/?p=204#comment-7593</guid>
		<description>too bad. and I don&#039;t have time to really look into it right now. I was already suspecting that this code would not work in ie. and I don&#039;t use windows, so it is a bit of a hassle to test it on ie.

the combobox is only supposed to show something, if an ancestor of the current selection is one of &#039;p&#039;, &#039;div&#039;, &#039;h1 - 4&#039;,&#039;address&#039;, &#039;blockquote&#039;, &#039;pre&#039;. So it won&#039;t show anything if that is not the case. So maybe what you are describing in your last post is actually expected behaviour.</description>
		<content:encoded><![CDATA[<p>too bad. and I don&#8217;t have time to really look into it right now. I was already suspecting that this code would not work in ie. and I don&#8217;t use windows, so it is a bit of a hassle to test it on ie.</p>
<p>the combobox is only supposed to show something, if an ancestor of the current selection is one of &#8216;p&#8217;, &#8216;div&#8217;, &#8216;h1 &#8211; 4&#8242;,&#8217;address&#8217;, &#8216;blockquote&#8217;, &#8216;pre&#8217;. So it won&#8217;t show anything if that is not the case. So maybe what you are describing in your last post is actually expected behaviour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erzsebet</title>
		<link>http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/comment-page-1/#comment-7592</link>
		<dc:creator>Erzsebet</dc:creator>
		<pubDate>Wed, 16 Dec 2009 12:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minimeta.de/?p=204#comment-7592</guid>
		<description>I&#039;ve tried but it doesnt work :( And on the crappy ie6 sometimes this error doesnt allow to select text anymore.

On the other hand i&#039;ve seen that if you include any span,b or any tag which arent at the combobox of the formatblock, or you paste any html code with those tags the combobox gets lost and doest know what to show...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried but it doesnt work <img src='http://blog.minimeta.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  And on the crappy ie6 sometimes this error doesnt allow to select text anymore.</p>
<p>On the other hand i&#8217;ve seen that if you include any span,b or any tag which arent at the combobox of the formatblock, or you paste any html code with those tags the combobox gets lost and doest know what to show&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/comment-page-1/#comment-7547</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 14 Dec 2009 17:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minimeta.de/?p=204#comment-7547</guid>
		<description>I&#039;ve seen that error you mention as well but so far haven&#039;t bothered looking for the cause because it ususally continued to work just fine. 

your solution sounds reasonable. have you tried it?

Best</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen that error you mention as well but so far haven&#8217;t bothered looking for the cause because it ususally continued to work just fine. </p>
<p>your solution sounds reasonable. have you tried it?</p>
<p>Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erzsebet</title>
		<link>http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/comment-page-1/#comment-7546</link>
		<dc:creator>Erzsebet</dc:creator>
		<pubDate>Mon, 14 Dec 2009 17:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minimeta.de/?p=204#comment-7546</guid>
		<description>I think the problem is with line 139 n.findParentNode() i think you should use n.findParentElement(), but i&#039;m not completely sure</description>
		<content:encoded><![CDATA[<p>I think the problem is with line 139 n.findParentNode() i think you should use n.findParentElement(), but i&#8217;m not completely sure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erzsebet</title>
		<link>http://blog.minimeta.de/2009/08/another-plugin-for-the-extjs-htmleditor/comment-page-1/#comment-7545</link>
		<dc:creator>Erzsebet</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minimeta.de/?p=204#comment-7545</guid>
		<description>Hi,

I&#039;ve tried your extension and its really cool but i get an error everytime i try to select text. The error is &quot;ss is undefined&quot; trying to do &quot;ss = ss.replace(trimRe, &quot;&quot;);&quot; and it&#039;s located on line 139 -return this.getBlocklevelElement(n.findParentNode()); - and on line 148 -p = this.getBlocklevelElement(this.getNode()); - If u know whats the problem please, contact me. Thank u</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve tried your extension and its really cool but i get an error everytime i try to select text. The error is &#8220;ss is undefined&#8221; trying to do &#8220;ss = ss.replace(trimRe, &#8220;&#8221;);&#8221; and it&#8217;s located on line 139 -return this.getBlocklevelElement(n.findParentNode()); &#8211; and on line 148 -p = this.getBlocklevelElement(this.getNode()); &#8211; If u know whats the problem please, contact me. Thank u</p>
]]></content:encoded>
	</item>
</channel>
</rss>

