<?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 Tabbox in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Tabbox/m-p/50761#M28845</link>
    <description>&lt;P&gt;I am trying to create a tab box display with a bivariate plot. I have the script that already generates the bivariate fit.&lt;/P&gt;&lt;P&gt;what is the jsl code for creating tabbox?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2018 03:48:19 GMT</pubDate>
    <dc:creator>jaysiri</dc:creator>
    <dc:date>2018-02-06T03:48:19Z</dc:date>
    <item>
      <title>Tabbox</title>
      <link>https://community.jmp.com/t5/Discussions/Tabbox/m-p/50761#M28845</link>
      <description>&lt;P&gt;I am trying to create a tab box display with a bivariate plot. I have the script that already generates the bivariate fit.&lt;/P&gt;&lt;P&gt;what is the jsl code for creating tabbox?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 03:48:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tabbox/m-p/50761#M28845</guid>
      <dc:creator>jaysiri</dc:creator>
      <dc:date>2018-02-06T03:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tabbox</title>
      <link>https://community.jmp.com/t5/Discussions/Tabbox/m-p/50763#M28846</link>
      <description>&lt;P&gt;Go to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Scripting Index==&amp;gt;TabPageBox()&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tabbox.GIF" style="width: 913px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9198i8FADC8E9B05BE9C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="tabbox.GIF" alt="tabbox.GIF" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "Example",
	Tab Box(
		tp =
		Tab Page Box(
			"alpha",
			Panel Box( "panel", Text Box( "text" ) )
		),
		Tab Page Box(
			"beta",
			Popup Box( {"x", ex = 1, "y", ex = 2} )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Feb 2018 04:06:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tabbox/m-p/50763#M28846</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-02-06T04:06:04Z</dc:date>
    </item>
  </channel>
</rss>

