<?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: a few Splitter enhancements.</title>
	<atom:link href="http://verens.com/2007/07/25/a-few-splitter-enhancements/feed/" rel="self" type="application/rss+xml" />
	<link>http://verens.com/2007/07/25/a-few-splitter-enhancements/</link>
	<description>klog - Kae&#039;s Log</description>
	<lastBuildDate>Mon, 21 May 2012 21:11:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2007/07/25/a-few-splitter-enhancements/#comment-946</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Wed, 22 Apr 2009 06:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2007/07/25/a-few-splitter-enhancements/#comment-946</guid>
		<description>@Jithendra - I&#039;ve no idea. it&#039;s working fine in this exact page, so that means that there must be something about how you installed it into your own page.

Try installing Firebug (http://getfirebug/) to find where the problem is - there&#039;s a good JS debugger that comes with it.</description>
		<content:encoded><![CDATA[<p>@Jithendra &#8211; I&#8217;ve no idea. it&#8217;s working fine in this exact page, so that means that there must be something about how you installed it into your own page.</p>
<p>Try installing Firebug (<a href="http://getfirebug/" rel="nofollow">http://getfirebug/</a>) to find where the problem is &#8211; there&#8217;s a good JS debugger that comes with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jithendra</title>
		<link>http://verens.com/2007/07/25/a-few-splitter-enhancements/#comment-945</link>
		<dc:creator>jithendra</dc:creator>
		<pubDate>Wed, 22 Apr 2009 04:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2007/07/25/a-few-splitter-enhancements/#comment-945</guid>
		<description>hello kae,
sorry to disturb u once again. splitter control is not working in mozilla browser. could u tell me any suggestion on that</description>
		<content:encoded><![CDATA[<p>hello kae,<br />
sorry to disturb u once again. splitter control is not working in mozilla browser. could u tell me any suggestion on that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jithendra</title>
		<link>http://verens.com/2007/07/25/a-few-splitter-enhancements/#comment-944</link>
		<dc:creator>jithendra</dc:creator>
		<pubDate>Tue, 21 Apr 2009 13:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2007/07/25/a-few-splitter-enhancements/#comment-944</guid>
		<description>hai kae,
sorry to disturb u again... i cleared all the problems with this splitter control. thnk u so much for such a great and simple control...</description>
		<content:encoded><![CDATA[<p>hai kae,<br />
sorry to disturb u again&#8230; i cleared all the problems with this splitter control. thnk u so much for such a great and simple control&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jithendra</title>
		<link>http://verens.com/2007/07/25/a-few-splitter-enhancements/#comment-943</link>
		<dc:creator>jithendra</dc:creator>
		<pubDate>Tue, 21 Apr 2009 11:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2007/07/25/a-few-splitter-enhancements/#comment-943</guid>
		<description>hai kae,
i have another doubt,when i put this in my page the splitter takes the entire page. how can i put that in a particular row of a table without problems in the page design. plz help me</description>
		<content:encoded><![CDATA[<p>hai kae,<br />
i have another doubt,when i put this in my page the splitter takes the entire page. how can i put that in a particular row of a table without problems in the page design. plz help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2007/07/25/a-few-splitter-enhancements/#comment-942</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Tue, 21 Apr 2009 08:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2007/07/25/a-few-splitter-enhancements/#comment-942</guid>
		<description>@Jithendra - that is not implemented in this version. It is not obvious how it should be done - one method might be for the script to keep its own cookie for the exact URL the splitter is displayed on. Another method might be for you do write a JS script to get the position of the splitter as an onsubmit() action.

Neither of those would be easy or perfect (the easiest would be the onsubmit(), but you say you are weak in JS).

I can&#039;t spend any time working on a solution, but I would suggest you look into the onsubmit() solution - when the form is submitted, send the splitter positions as a hidden variable. Then if the page is shown again, use that information to preset the position of the splitter.

You might get a friend or colleague to work on it.</description>
		<content:encoded><![CDATA[<p>@Jithendra &#8211; that is not implemented in this version. It is not obvious how it should be done &#8211; one method might be for the script to keep its own cookie for the exact URL the splitter is displayed on. Another method might be for you do write a JS script to get the position of the splitter as an onsubmit() action.</p>
<p>Neither of those would be easy or perfect (the easiest would be the onsubmit(), but you say you are weak in JS).</p>
<p>I can&#8217;t spend any time working on a solution, but I would suggest you look into the onsubmit() solution &#8211; when the form is submitted, send the splitter positions as a hidden variable. Then if the page is shown again, use that information to preset the position of the splitter.</p>
<p>You might get a friend or colleague to work on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jithendra</title>
		<link>http://verens.com/2007/07/25/a-few-splitter-enhancements/#comment-941</link>
		<dc:creator>Jithendra</dc:creator>
		<pubDate>Tue, 21 Apr 2009 04:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2007/07/25/a-few-splitter-enhancements/#comment-941</guid>
		<description>Hi Kae,

your tool is great.. I&#039;m using it in my project and i&#039;m so weak in javascript. could u tell me how to keep the position of the spitter on postback. thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Kae,</p>
<p>your tool is great.. I&#8217;m using it in my project and i&#8217;m so weak in javascript. could u tell me how to keep the position of the spitter on postback. thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mona</title>
		<link>http://verens.com/2007/07/25/a-few-splitter-enhancements/#comment-940</link>
		<dc:creator>mona</dc:creator>
		<pubDate>Thu, 26 Mar 2009 10:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2007/07/25/a-few-splitter-enhancements/#comment-940</guid>
		<description>hi used the above code but it is showing error like class is not defined and $ isi not defined can anybody tell me how to use this code and how to add this class in php page i used like this




var horizontal=new Splitter($(&quot;splitter_wrapper&quot;));
var vertical=new Splitter(false,{orientation:1});
vertical.addWidget($(&quot;topleft&quot;),{minimumSize:50});
vertical.addWidget($(&quot;bottomleft&quot;),{minimumSize:100});
horizontal.addWidget(vertical);
horizontal.addWidget($(&quot;right&quot;),{minimumSize:50});





  top left, minimum height 50px
  bottom left, minimum height 100px
  right, minimum width:50px


can anybody help me it&#039;s very urgent

Thanks in advance</description>
		<content:encoded><![CDATA[<p>hi used the above code but it is showing error like class is not defined and $ isi not defined can anybody tell me how to use this code and how to add this class in php page i used like this</p>
<p>var horizontal=new Splitter($(&#8220;splitter_wrapper&#8221;));<br />
var vertical=new Splitter(false,{orientation:1});<br />
vertical.addWidget($(&#8220;topleft&#8221;),{minimumSize:50});<br />
vertical.addWidget($(&#8220;bottomleft&#8221;),{minimumSize:100});<br />
horizontal.addWidget(vertical);<br />
horizontal.addWidget($(&#8220;right&#8221;),{minimumSize:50});</p>
<p>  top left, minimum height 50px<br />
  bottom left, minimum height 100px<br />
  right, minimum width:50px</p>
<p>can anybody help me it&#8217;s very urgent</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://verens.com/2007/07/25/a-few-splitter-enhancements/#comment-939</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 11 Nov 2008 13:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2007/07/25/a-few-splitter-enhancements/#comment-939</guid>
		<description>The convert to mootools-1.2 isn&#039;t complete, or at least doesn&#039;t work.

Instead of:
var children=document.getElements(&#039;*&#039;);
use:
var children=$(this).getElements(&#039;*&#039;);

otherwise it won&#039;t work and you&#039;ll probably get a &quot;too much recursion&quot; error</description>
		<content:encoded><![CDATA[<p>The convert to mootools-1.2 isn&#8217;t complete, or at least doesn&#8217;t work.</p>
<p>Instead of:<br />
var children=document.getElements(&#8216;*&#8217;);<br />
use:<br />
var children=$(this).getElements(&#8216;*&#8217;);</p>
<p>otherwise it won&#8217;t work and you&#8217;ll probably get a &#8220;too much recursion&#8221; error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trupti</title>
		<link>http://verens.com/2007/07/25/a-few-splitter-enhancements/#comment-938</link>
		<dc:creator>Trupti</dc:creator>
		<pubDate>Thu, 18 Sep 2008 02:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2007/07/25/a-few-splitter-enhancements/#comment-938</guid>
		<description>Hi Kae,

I figured out the changes myself , so now the modified version of splitter.js works with mootools-1.2-core.js :). Not many conversions..I m pasting them here..so that others can benefit from them...Would also like to email/upload the modified file if you send me the email address. Thanks!!

Hope this helps others!!
********************************************************
&lt;b&gt;Converting splitter.js to make it compatible with mootools-1.2-core.js &lt;/b&gt;
-----------------------------------------------------------------------------------------



 Line No
 1.1 version
 1.2 version


 41
 &lt;code&gt; var children=$ES(&#039;*&#039;); &lt;/code&gt;
 &lt;code&gt;var children = document.getElements(&#039;*&#039;);&lt;/code&gt;


122
 &lt;code&gt; pseudoHandle.remove(); &lt;/code&gt;
 &lt;code&gt;pseudoHanlde.dispose()&lt;/code&gt;


259
 &lt;code&gt; var children=$ES(&#039;*&#039;,this); &lt;/code&gt;
 &lt;code&gt;var children = this.getElements(&#039;*&#039;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Kae,</p>
<p>I figured out the changes myself , so now the modified version of splitter.js works with mootools-1.2-core.js <img src='http://verens.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Not many conversions..I m pasting them here..so that others can benefit from them&#8230;Would also like to email/upload the modified file if you send me the email address. Thanks!!</p>
<p>Hope this helps others!!<br />
********************************************************<br />
<b>Converting splitter.js to make it compatible with mootools-1.2-core.js </b><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p> Line No<br />
 1.1 version<br />
 1.2 version</p>
<p> 41<br />
 <code> var children=$ES('*'); </code><br />
 <code>var children = document.getElements('*');</code></p>
<p>122<br />
 <code> pseudoHandle.remove(); </code><br />
 <code>pseudoHanlde.dispose()</code></p>
<p>259<br />
 <code> var children=$ES('*',this); </code><br />
 <code>var children = this.getElements('*');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trupti</title>
		<link>http://verens.com/2007/07/25/a-few-splitter-enhancements/#comment-937</link>
		<dc:creator>Trupti</dc:creator>
		<pubDate>Wed, 17 Sep 2008 00:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2007/07/25/a-few-splitter-enhancements/#comment-937</guid>
		<description>Hi Kae...

I was trying to use your splitter functionality..However it doesnt work with mootools-1.2-core.js. Do u have an updated version of the splitter.js that works with mootools-1.2??. This is the exception that I get , if I use mootools-1.2-core with ur current version of splitter. js

Error: uncaught exception: [Exception... &quot;Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLDivElement.appendChild]&quot;  nsresult: &quot;0x80004003 (NS_ERROR_INVALID_POINTER)&quot;  location: &quot;JS frame :: file:///C:/downloads/Truptis_mooToolsStuff/scripts/splitter.js :: Splitter__addWidget :: line 159&quot;  data: no]</description>
		<content:encoded><![CDATA[<p>Hi Kae&#8230;</p>
<p>I was trying to use your splitter functionality..However it doesnt work with mootools-1.2-core.js. Do u have an updated version of the splitter.js that works with mootools-1.2??. This is the exception that I get , if I use mootools-1.2-core with ur current version of splitter. js</p>
<p>Error: uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLDivElement.appendChild]&#8221;  nsresult: &#8220;0&#215;80004003 (NS_ERROR_INVALID_POINTER)&#8221;  location: &#8220;JS frame :: file:///C:/downloads/Truptis_mooToolsStuff/scripts/splitter.js :: Splitter__addWidget :: line 159&#8243;  data: no]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

