<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Overriding themes</title>
	<atom:link href="http://dojocampus.org/content/2008/02/26/overwriting-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://dojocampus.org/content/2008/02/26/overwriting-themes/</link>
	<description>The definitive resource for all things Dojo: past, present, future.</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:40:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: emilya</title>
		<link>http://dojocampus.org/content/2008/02/26/overwriting-themes/comment-page-1/#comment-226</link>
		<dc:creator>emilya</dc:creator>
		<pubDate>Mon, 23 Jun 2008 12:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=51#comment-226</guid>
		<description>Thank you! I&#039;ll try to explore that.</description>
		<content:encoded><![CDATA[<p>Thank you! I&#8217;ll try to explore that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dante</title>
		<link>http://dojocampus.org/content/2008/02/26/overwriting-themes/comment-page-1/#comment-225</link>
		<dc:creator>dante</dc:creator>
		<pubDate>Sat, 21 Jun 2008 11:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=51#comment-225</guid>
		<description>@emilya - what you are trying to do isn&#039;t a supported feature technically. The AccordionContainer is a set size, and the panes are sized for you based on the remaining available height from the other Titles ... It would be possible to hack in the behavior you desire, but would be slightly more complicated than comments would allow, though this might get you going in the right direction:

dojo.subscribe(&quot;myAccordionId-selectChild&quot;, function(child){ 
      dojo.style(child.containerNode, {
            overflow:&quot;auto&quot;, 
            height: child.containerNode.clientHeight + &quot;px&quot;
     });
     dijit.byId(&quot;myAccordionId&quot;).layout();
});

which is just done from the top of my head. the clientHeight is the key though, that&#039;s the height of the content in the AccordionPane ... adjusting the overall accordionContainer may be necessary as well.</description>
		<content:encoded><![CDATA[<p>@emilya &#8211; what you are trying to do isn&#8217;t a supported feature technically. The AccordionContainer is a set size, and the panes are sized for you based on the remaining available height from the other Titles &#8230; It would be possible to hack in the behavior you desire, but would be slightly more complicated than comments would allow, though this might get you going in the right direction:</p>
<p>dojo.subscribe(&#8221;myAccordionId-selectChild&#8221;, function(child){<br />
      dojo.style(child.containerNode, {<br />
            overflow:&#8221;auto&#8221;,<br />
            height: child.containerNode.clientHeight + &#8220;px&#8221;<br />
     });<br />
     dijit.byId(&#8221;myAccordionId&#8221;).layout();<br />
});</p>
<p>which is just done from the top of my head. the clientHeight is the key though, that&#8217;s the height of the content in the AccordionPane &#8230; adjusting the overall accordionContainer may be necessary as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emilya</title>
		<link>http://dojocampus.org/content/2008/02/26/overwriting-themes/comment-page-1/#comment-224</link>
		<dc:creator>emilya</dc:creator>
		<pubDate>Fri, 20 Jun 2008 20:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=51#comment-224</guid>
		<description>It really seems simple but I can&#039;t seem to be able to modify anything without breaking it. Specifically I need the content panes to autosize to accomodate content (no scrollbars). Would you have any idea how to do this? Has anyone done this in such a way so I can see an example? I appreciate any help whatsoever. Thank you in advance. 

Emilya</description>
		<content:encoded><![CDATA[<p>It really seems simple but I can&#8217;t seem to be able to modify anything without breaking it. Specifically I need the content panes to autosize to accomodate content (no scrollbars). Would you have any idea how to do this? Has anyone done this in such a way so I can see an example? I appreciate any help whatsoever. Thank you in advance. </p>
<p>Emilya</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.388 seconds -->
