<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 7 - htmldocs - 00000257.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-26T02:12:21</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#48540" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#42826" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#38806" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#38734" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#38578" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#29814" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#29169" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#29022" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#28484" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#28454" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#48540">
		<title>coldfusion/7/htmldocs/00000257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#48540</link>
		<description>You can also make the tabs invisible and appear to dissapear from the list.&lt;br /&gt;To make them dissapear&lt;br /&gt;		basicNav['tabBar']._tab3.visible = false;&lt;br /&gt;		basicNav['tabBar']._tab3.width = 0;&lt;br /&gt;		&lt;br /&gt;To make them reappear.&lt;br /&gt;		basicNav['tabBar']._tab3.visible = true;&lt;br /&gt;		basicNav['tabBar']._tab3.width = &quot;auto&quot;;</description>
		<dc:creator>CF_Ed</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-05-12T20:16:45</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#42826">
		<title>coldfusion/7/htmldocs/00000257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#42826</link>
		<description>robinson_robert:&lt;br /&gt;&lt;cfformgroup type=&quot;page&quot; label=&quot;Drawings&quot;&gt; &lt;!--- Start Drawings Tab ---&gt;&lt;br /&gt;	&lt;cfinclude template=&quot;drawings.cfm&quot;&gt;&lt;br /&gt;&lt;/cfformgroup&gt; &lt;!--- End Drawings Tab ---&gt;&lt;br /&gt;&lt;br /&gt;drawings.cfm should only be the 'guts' of your code, and not be a stand-alone page (ie. no &lt;cfform&gt;).  Be careful of unwanted nesting.&lt;br /&gt;&lt;br /&gt;In my code, drawings.cfm has &lt;cfquery&gt; and &lt;cfgrid&gt; to display data for that tab only.  This allows the top (cfform) page to load quickly and the individual tabs load quickly too.</description>
		<dc:creator>mdjlab</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-11-30T08:42:59</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#38806">
		<title>coldfusion/7/htmldocs/00000257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#38806</link>
		<description>&lt;cfformitem type=&quot;text&quot; height=&quot;30&quot;&gt;&lt;br /&gt;            &lt;b&gt;Tell us your preferences&lt;/b&gt;&lt;br /&gt;should be&lt;br /&gt;&lt;cfformitem type=&quot;html&quot; height=&quot;30&quot;&gt;&lt;br /&gt;            &lt;b&gt;Tell us your preferences&lt;/b&gt;</description>
		<dc:creator>Phillip Senn</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-08-19T14:38:18</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#38734">
		<title>coldfusion/7/htmldocs/00000257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#38734</link>
		<description>You CAN make the tabs invisible with the following:&lt;br /&gt;&lt;br /&gt;style=&quot;tabHeight:0;tabWidth:0;&quot;</description>
		<dc:creator>Marsha @ SourceMedia</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-08-17T02:39:42</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#38578">
		<title>coldfusion/7/htmldocs/00000257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#38578</link>
		<description>I love the way the TabNavigation looks, however it would be nice if you could use cfinclude for &lt;cfformgroup type=&quot;page&quot;&gt;, the pages become way too cumbersome with reems and reeems of code.</description>
		<dc:creator>robinson_robert</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-08-11T08:00:58</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#29814">
		<title>coldfusion/7/htmldocs/00000257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#29814</link>
		<description>apleonard:&lt;br&gt;tabnavigator (and accordion) pages cannot be &lt;br&gt;made invisible. I have entered this as enhancement request number 59938.&lt;br&gt;&lt;br&gt;Also, the enabled=&quot;no&quot; on a tab cfformgroup does not work the way you &lt;br&gt;might expect. Instead of greying out the tab, which would stop people opening &lt;br&gt;it, the tab remains active, but when opened, all the contents &lt;br&gt;are greyed out.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-03-16T06:13:12</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#29169">
		<title>coldfusion/7/htmldocs/00000257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#29169</link>
		<description>cfformgroup visible=&quot;no&quot; doesn't work? This code shows both tabs for me....&lt;br /&gt;&lt;br /&gt;&lt;html&gt;&lt;br /&gt;&lt;body&gt;&lt;br /&gt;&lt;cfform format=&quot;flash&quot;&gt;&lt;br /&gt;&lt;cfformgroup type=&quot;tabnavigator&quot;&gt;&lt;br /&gt;&lt;cfformgroup type=&quot;page&quot; label=&quot;Show&quot; visible=&quot;yes&quot;&gt;&lt;br /&gt;&lt;/cfformgroup&gt;&lt;br /&gt;&lt;cfformgroup type=&quot;page&quot; label=&quot;Don't Show&quot; visible=&quot;no&quot;&gt;&lt;br /&gt;&lt;/cfformgroup&gt;&lt;br /&gt;&lt;/cfformgroup&gt;&lt;br /&gt;&lt;/cfform&gt;&lt;br /&gt;&lt;/body&gt;&lt;br /&gt;&lt;/html&gt;</description>
		<dc:creator>apleonard</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-07T03:50:18</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#29022">
		<title>coldfusion/7/htmldocs/00000257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#29022</link>
		<description>Using selectedIndex in the &lt;cfformgroup type=&quot;page&quot; selectedIndex=&quot;0&quot;&gt;&lt;/cfformgroup&gt; tag has no affect on which tab/page is displayed.</description>
		<dc:creator>cashfo01</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-04T07:17:12</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#28484">
		<title>coldfusion/7/htmldocs/00000257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#28484</link>
		<description>You are correct. This is bug 59462 and is listed in the documentation known issues page: http://www.macromedia.com/support/documentation/en/coldfusion/mx7/cfmx7_documentation_known_issues.html</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-02-24T06:52:32</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#28454">
		<title>coldfusion/7/htmldocs/00000257.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000257.htm#28454</link>
		<description>If you use &lt;cfformgroup type=&quot;page&quot;&gt;&lt;/cfformgroup&gt;, you can add the ID attribute to refer to this page with buttons or other actions.&lt;br /&gt;&lt;br /&gt;This should be mentioned more clearly in the docs.&lt;br /&gt;&lt;br /&gt;Thanks!</description>
		<dc:creator>cf_dutch</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-23T12:06:14</dc:date>
	</item>
	</rdf:RDF>

