<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TabContainer with Flexible Height in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tabcontainer-with-flexible-height/m-p/643095#M59997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to do it adding it into the constructor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14062568854326980" jivemacro_uid="_14062568854326980" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans-serif; font-size: 14px;"&gt;var tabContainer = new dijit.layout.TabContainer({&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans-serif; font-size: 14px;"&gt;&amp;nbsp; id: "tabContainer",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans-serif; font-size: 14px;"&gt;&amp;nbsp; name: "tabContainer",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans-serif; font-size: 14px;"&gt;&amp;nbsp; doLayout: "false"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans-serif; font-size: 14px;"&gt;}, div);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2014 02:55:43 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2014-07-25T02:55:43Z</dc:date>
    <item>
      <title>TabContainer with Flexible Height</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tabcontainer-with-flexible-height/m-p/643094#M59996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a TabContainer with flexible height. The content for the tabs is dynamic so I have been able to programmatically generate the tabcontainer using with the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;var tc = new dijit.layout.TabContainer({&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;style: "width:100%; color:#000000; background-image:none; background-color:transparent;"&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;}, dojo.create("div"));&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to add in the data-dojo-props doLayout=false but I can't seem to figure out within the above call where to place it. Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 17:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tabcontainer-with-flexible-height/m-p/643094#M59996</guid>
      <dc:creator>BetsySchenck-Gardner</dc:creator>
      <dc:date>2014-07-24T17:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: TabContainer with Flexible Height</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tabcontainer-with-flexible-height/m-p/643095#M59997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to do it adding it into the constructor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14062568854326980" jivemacro_uid="_14062568854326980" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans-serif; font-size: 14px;"&gt;var tabContainer = new dijit.layout.TabContainer({&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans-serif; font-size: 14px;"&gt;&amp;nbsp; id: "tabContainer",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans-serif; font-size: 14px;"&gt;&amp;nbsp; name: "tabContainer",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans-serif; font-size: 14px;"&gt;&amp;nbsp; doLayout: "false"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans-serif; font-size: 14px;"&gt;}, div);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 02:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tabcontainer-with-flexible-height/m-p/643095#M59997</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-07-25T02:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: TabContainer with Flexible Height</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tabcontainer-with-flexible-height/m-p/643096#M59998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ken. Got it to work with your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 11:26:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tabcontainer-with-flexible-height/m-p/643096#M59998</guid>
      <dc:creator>BetsySchenck-Gardner</dc:creator>
      <dc:date>2014-07-25T11:26:33Z</dc:date>
    </item>
  </channel>
</rss>

