<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Why is TOC and Index connected at the hip.</title>
    <link>https://forums.adobe.com/community/robohelp/robohelp_htmlhelp?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 17 Jun 2014 10:24:20 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-06-17T10:24:20Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Why is TOC and Index connected at the hip.</title>
      <link>https://forums.adobe.com/message/6464730?tstart=0#6464730</link>
      <description>&lt;!-- [DocumentBodyStart:43f97f72-db92-4362-be34-c0abc5b56e71] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;You can hide tabs even after generating the Help file. You can have all three (TOC, Index and Search) or anyone or two of them as per your requirement. you just need to understand the internally javascript is running and you can make changes from the js files also. It it possible via editing the&lt;strong&gt; Whbar.js&lt;/strong&gt; file from the project folder.&lt;/p&gt;&lt;p&gt;Say, for example- if you want to have only Content (TOC) and Search, and no &lt;span style="text-decoration: line-through;"&gt;&lt;strong&gt;Index&lt;/strong&gt;&lt;/span&gt; tab; follow the below steps.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Edit the &lt;strong&gt;Whtbar.js&lt;/strong&gt; file&lt;/p&gt;&lt;p&gt;2. Go to function &lt;strong&gt;addButton&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;3. Comment the code inside &lt;strong&gt;Else If&lt;/strong&gt; (see below) and save the js file again.&lt;/p&gt;&lt;p&gt;4. Open&lt;strong&gt; index.htm&lt;/strong&gt; file again, you will not see index tab anymore.&lt;/p&gt;&lt;p&gt;&lt;em&gt;Same you can do for other tabs to hide them.&lt;/em&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;else if(sType=="idx")&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var svTitle="Index";&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;em&gt;&lt;strong&gt;/* Comment this code&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;sButton="&amp;lt;a title=\""+svTitle+"\" id=\"btnidx\" class=\"btnidx\" href=\"javascript:void(0);\" onclick=\"showIndex();return false;\"&amp;gt;";&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(!sI1)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sI1=gsIIndex;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(!sI2)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sI2=gsIIndexS;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(!sI4)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sI4=gsIIndexS;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; goIdx=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gaObjBtns[nBtn]=goIdx;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(nStyle&amp;amp;BTN_TEXT)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sText=goIdx.sText&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(nStyle&amp;amp;BTN_IMG)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sI=getImage(goIdx,svTitle);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sButton+=genButton(sText,sI,nStyle);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sButton+="&amp;lt;/a&amp;gt;";&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bState=true;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt; comment code */&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:43f97f72-db92-4362-be34-c0abc5b56e71] --&gt;&lt;img src='/beacon?t=1415926350424' /&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:24:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6464730?tstart=0#6464730</guid>
      <dc:date>2014-06-17T10:24:20Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Why is TOC and Index connected at the hip.</title>
      <link>https://forums.adobe.com/message/6296506?tstart=0#6296506</link>
      <description>&lt;!-- [DocumentBodyStart:350bd4c0-bca3-4ac0-a1fb-1aa595f65968] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks Rick,&amp;nbsp; I'll give it a try.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Worked great. I thought I might want some day to use the Index so I created a new index name called "Empty Index" and set it up as the one to use on a build and no Index tab after a build. Thanks again Rick;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mike&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:350bd4c0-bca3-4ac0-a1fb-1aa595f65968] --&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:20:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6296506?tstart=0#6296506</guid>
      <dc:date>2014-04-14T13:20:55Z</dc:date>
      <clearspace:dateToText>7 months 9 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Why is TOC and Index connected at the hip.</title>
      <link>https://forums.adobe.com/message/6291084?tstart=0#6291084</link>
      <description>&lt;!-- [DocumentBodyStart:21d50769-6a29-4e70-a670-d04c486c14ca] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's possible to have a TOC and no&amp;nbsp; Index. It's also possible to have and Index and no TOC. Just&amp;nbsp; create a project that has nothing in the TOC or the Index and compile. I tested this earlier to confirm my suspicions and here is what I found.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6291084-628323/tmp1.png"&gt;&lt;img alt="tmp1.png" class="jive-image jive-image-thumbnail" height="295" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6291084-628323/450-295/tmp1.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers... Rick &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:21d50769-6a29-4e70-a670-d04c486c14ca] --&gt;</description>
      <pubDate>Fri, 11 Apr 2014 22:42:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6291084?tstart=0#6291084</guid>
      <dc:date>2014-04-11T22:42:38Z</dc:date>
      <clearspace:dateToText>7 months 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Why is TOC and Index connected at the hip.</title>
      <link>https://forums.adobe.com/message/6289716?tstart=0#6289716</link>
      <description>&lt;!-- [DocumentBodyStart:bf6371b4-f8d1-40fa-a48b-2e198262e878] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Why do you have to have TOC and Index tabs together? Why can't you have one without the other?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf6371b4-f8d1-40fa-a48b-2e198262e878] --&gt;</description>
      <pubDate>Fri, 11 Apr 2014 15:56:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6289716?tstart=0#6289716</guid>
      <dc:date>2014-04-11T15:56:26Z</dc:date>
      <clearspace:dateToText>7 months 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

