Dynamic TOC

Greetings,
I had a meeting with a client, who demoed Oracle's User Productivity Kit (UPK).
One of the interesting features is displaying a TOC based on the user role. The user selects a role and the TOC displays the topics based on the selected role.
I would like to mimic this feature within RoboHelp. My plan is:
1. Create a button on the Toolbar - User Roles.
2. List of roles display, user clicks the appropriate role.
3. How can I display the required TOC based on the click?
Thanks,

Hi Colum
I see your point about using Conditional Build Tags, but nothing was said about certain topics not needing to be excluded.
Can you expound on your suggestion of using the Mini TOC? I'm having a real mental struggle with trying to even understand how that would come into play to address the issue. Mini TOC appears in the Topics and has no bearing on the primary TOC. I assumed the initial post was asking about how to influence the primary TOC, hence my confusion.
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • Story order in dynamic TOC?

    Hi. I'm just learning to use the Table of Contents function in ID. I'm having trouble where there are multiple stories on a single page (for example, a section header at the top of the page that's a separate text block from the longer running text below). How can I force the order of the Level 1 and Level 2 entries into the proper order?

    Hoping this explains why you are seeing the incorrect order issue in your ToC:
    Table of Contents text that is sourced from separate stories on a page will appear top to bottom, left to right, so if some of your headings start further to the 'left', they would appear earlier in the ToC.
    Additionally ToC text from threaded stories will appear BEFORE the headings, if those headings appear on later pages.
    To avoid this from happening there are a number of things to attempt:
    thread your frames where possible, don't use 'loosely' placed headers
    where you have multiple short stories on a page it's more difficult, esp if they are magazine style. you can try and cheat by making frames wider and using text indent to position the text left/right, so that indesign only uses the 'top to bottom' approach and doesn't consider text that starts 'further to the right' as something that must appear later.
    Hope this helps,
    Cari

  • Need help exporting ID file with TOC to EPUB.

    I've been troubleshooting a file created in ID CS5.5 and then moved to CC. When I export to EPUB the TOC ends up at the end of the file rather than at the point where I originally inserted the TOC. The vendor I'm sending the EPUB to won't accept a file with the TOC out of place. I tried exporting to an HTML editor and moving the TOC there. (I'm no whiz at HTML though.) Now I see no way to import the file back into ID to export it as EPUB ( and doubt that's the best way to deal with this anyway). I'd deeply appreciate any suggestions!

    First of all, a TOC is not only "The Toc". You need to distinguish between the dynamic Reader TOC and a optional TOC e.g. on page 3. While the first is generally required, the second is optional in most cases.
    You must also distinguish whether the export is EPUB 2 or EPUB 3.
    1. Assume you mean the dynamic TOC > InDesign will create the TOC on the right place, if you choose the TOC-Style during the export.
    2. Assume you mean the TOC on page 3 > Here the content- or article-order is important! If you have a threaded story from page 2-100 and your TOC as a single frame on page 3 > InDesign will first export the content on page 2 AND the content of all threaded frames and at least your TOC on page 3.
    3. Assume further your exported file is correct in most cases, you can change the order of your TOC in the EPUB directly in the content.opf file in the spine-area
    To give you more help, I must have a look at your file.
    Kai Rübsamen

  • How to include element on page TOC in dynamic converter

    Hi,
    I am trying to create TOC in dynamic converter, when I open edit template, select element, and properties, check on include in page TOC, Click OK to close properties window, then come back to take look the change, the check is gone. it happens to all the elements. How to include element in page TOC? are there other steps have to be done before elements can be added? Thanks!
    T.J.

    JSP tags don't add html elements. Add the html and body elements as listed:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:pe="http://xmlns.oracle.com/adf/pageeditor"
              xmlns:cust="http://xmlns.oracle.com/adf/faces/customizable">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <html>
      <body>
      <af:pageTemplateDef var="attrs">
        <af:xmlContent>
          <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
            <display-name>sampletemplate</display-name>
            <facet>
              <facet-name>content</facet-name>
            </facet>
            <attribute>
              <attribute-name>hideBreadcrumb</attribute-name>
              <attribute-class>java.lang.Boolean</attribute-class>
              <default-value>#{false}</default-value>
            </attribute>
          </component>
        </af:xmlContent>
       <af:resource type="javascript" source="//scripts/code.js"/>
      </af:pageTemplateDef>
      </body>
    </html>
    </jsp:root>

  • How to Auto Update non-TOC Page Numbers within a document (ie, 550pp)

    Friends. Within a large Pages document that is dynamically changing, along with the total number of pages, the TOC (ie, Table of Contents) can be easily updated.
    However, I want to point to specific content, and therefore the correct page number for the content, within the document and have that pointer (ie, a page number) *update automatically as the page numbers change*.
    I need to repeat this about two dozen times for different references to make a 550 page document more reader-friendly by making it easier for readers to find the exact source or reference elsewhere in a document.
    How do I do that within Pages '08 ?

    Hello
    I'm not aware of such a feature.
    If the document is designed to be read on a computer, you may use links.
    Clicking on a link will bring you to the linked area.
    Yvan KOENIG (from FRANCE mardi 11 mars 2008 10:15:17)

  • Setting dynamic endpoints in ESB

    Hi
    I have a async BPEL process(P1). It is invoking a sync ESB services(say E1). Then the BPEL process waits in a 'Receive' activity.
    The E1 ESB service contains a DB adapter tht calls a stored procedure, which performs some complex logic. After the time consuming processing is done, it writes data to a Queue. Now there is another ESB service(E2) tht reads from this queue.
    After reading from the queue, the ESB service transforms the data and uses a SOAP external service to call the BPEL prcs(P1) tht is waiting in a receive activity ( as described above) .. ...
    And then the BPEL replies to client..
    The above process can be summarised as :
    BPEL_______________________________________________ESB
    P1
    (Invoke) -----------------------------------request-------------------------> E1 (sync) ----->Uses DB adapter to call stored proc
    | <----------------------------------response----------------------
    |
    (Receive)<---------------------Invokes BPEL prcs----------------------- E2 <---------------- Queue
    |
    In E2 service , the BPEL WSDL location is mentioned(hard coded) in the SOAP service and the E2 services always invokes the process P1
    I was wondering if the following is possible :
    The queue data contains the WSDL URL(end-point dtls) along with other process related details. Is it possible tht the ESB service reads this endpoint info and then the endpoint in the SOAP external service is assigned so that the E2 service is able to dynamically invoke the BPEL process....
    In the design described above, the E2 service is always invoking the same BPEL service..... Please suggest if it is possible to dynamically set endpoints in ESB based on the data in the queue....or any other way ESB can invoke a prcs based on the queue data....
    Thanks
    Ffider

    Hi Sowmya,
    Yes, it is very much possible in OSB 11g using customization (you may use it manually or programmitically). Please refer -
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15867/customization.htm#CACJCAGD
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15022/toc.htm
    Regards,
    Anuj

  • Dynamic Cursor in a procedure

    Hi,
    I am using 10g and wanted to check if we can use a dynamic cursor in a procedure.
    Following is my code and wanted to see if that can work with every query passed as a parameter.
    example ,
    exec test1 ('select col1, col2, col3 from table1','Two columns Sql')
    exec test1 ('select col1 from table2','one columns Sql')
    exec test1 ('select col1, col2, col3, col4, col5 from table3','Five columns Sql')
    CREATE OR REPLACE procedure test1 (p_sql IN VARCHAR2, p_subject IN VARCHAR2
    is
      v_cu_string       VARCHAR2(2000);
      v_string          VARCHAR2(2000);
      v_sql             VARCHAR2(4000);
      v_head            VARCHAR2(4000);
      v_head_sql        VARCHAR2(4000);
      v_str_sql         VARCHAR2(4000);
          TYPE cv_typ IS REF CURSOR;
          cv cv_typ;
    begin
      v_sql := p_sql;
        OPEN cv FOR v_sql;
           LOOP
             FETCH cv INTO v_cu_string;
             EXIT WHEN cv%NOTFOUND;
            ------ Processing steps
          END LOOP;
          CLOSE cv;
    END;Thanks

    user527060 wrote:
    Following is my code and wanted to see if that can work with every query passed as a parameter.
    Just curious as to why this is an improvement of
    exec test1 ('select col1, col2, col3 from table1','Two columns Sql')
    select col1, col2, col3 from table1And
    exec test1 ('select col1 from table2','one columns Sql')
    select col1 from table2And
    exec test1 ('select col1, col2, col3, col4, col5 from table3','Five columns Sql')
    select col1, col2, col3, col4, col5 from table3It needs more code from you to build, more code for anyone to enter to execute, limits selects to only one table I would guess also comes with less documentation than SQL.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/toc.htm

  • Straightforward dynamic action not working properly in 4.1 anymore

    Our application has a page with a great number of checkboxes all using the same LOV ('Y','N'). We defined a simple dynamic action that fires whenever the first checkbox is changed. If its value is set to 'Y' the value of all the other checkboxes is set to 'Y' as well. A false action does the reverse. This worked fine in 4.0. In 4.1 it still fires but instead of the complete list of affected items only the first item of that list has its value set. When we change the action to be fired from 'Set Value' to -for instance- 'Hide' or 'Disable' it works fine again (i.e. affects the entire item list).
    Has anyone an idea what can be the problem here?
    Robert.

    Hi Robert,
    I think you are hitting "4.9 Dynamic Action Set Value with Multiple Affected Elements" documented as change of behavior in the release notes of APEX 4.1 http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21672/toc.htm#CACFHAFB By coincident Mark Lancaster also blogged about it a few days ago. http://oracleinsights.blogspot.com/2011/09/dynamic-actions-changed-behavior-in.html
    BTW, if you have so many Y/N checkboxes, you might want to have a look at our "Simple Checkbox" item type plug-in at http://apex.oracle.com/plugins
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • How can I add custom toolbar buttons to load different TOCs?

    In my WebHelp output, I want to have custom buttons on the toolbar that when clicked load a specific TOC in the left navigation pane. For example, when the user clicks the PC button, the PC TOC loads in the left pane. When the user clicks the VM button, the VM TOC loads in the left pane. All of the help files are managed in one project and some files will appear in both TOCs.
    I think this should be possible but not sure how to make it happen. Is there some JavaScript that I should add to the custom toolbar item to load the TOC on click? How do I specify the TOC that I want to show for each button?
    BTW - I'm using RoboHelp 8 (8.0.2) to generate WebHelp output. Thanks in advance for your help!

    Hi there
    If you were to upgrade to RoboHelp 9 it would simplify your issue. Version 9 offers a new feature called Dynamic User-Centric Content (DUCC) and provides a nifty little drop-down selector in the Navigation Mini-toolbar.
    As you are on version 8 the only way I can fathom you would manage this is by generating two different outputs. Each output would use its respective TOC. The Toolbar button in each project could be configured to open the other project.
    You might first decry having to manage two outputs and all the files. But if you pick apart DUCC and the way it is configured by Adobe, it works in much the same manner. It's just hidden from your initial view.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Dynamic Security

    How to add dynamic security in ADF 11g.
    User names will come from database table not from jazn-data.xml.
    Or,
    How can i create UI based on ADF security policy?
    Can anyone help me?

    Security is more general mater than an ADF application.
    Its a mater of Fusion midleware since the same users may have roles to use many applications deployed in the same weblogic server (or even in diferent servers).
    Its Usualy the responsibility of administrators to manage users and roles and weblogic or any LDAP security provider has UI to support that.
    [http://download.oracle.com/docs/cd/E12839_01/security.htm]
    You can also configure a weblogic domain to use RDBMS provider
    [http://download.oracle.com/docs/cd/E12839_01/web.1111/e13707/rdbms.htm]
    and there are java api's for programing security
    [http://download.oracle.com/docs/cd/E12839_01/web.1111/e13711/toc.htm]
    But i also miss an example (or How to) of how to register and edit users with specific roles from inside a custom made ADF application
    Edited by: mkonio on Aug 2, 2009 2:05 PM

  • Dynamic actions in apex 5.0

    I have upgraded an application to apex 5.0 and have a few bugs related to dynamic actions.
    It seems that even when the "page items to submit" field has been filled in the session state/item value is not updated and consequently can not be used in the dyamic action.  (its possible I had set this manually via js in the html attributes but if so then this was lost due to conversion..possible but it seems less likely.)
    Has anyone had a similar experience or know of a way to fix this?

    Hi,
    as already pointed out the above code isn't really a JavaScript Expression, because it doesn't return anything. APEX 4.2 and previous versions where more forgiving, because they used eval to execute that dynamic JavaScript code. Eval is very forgiving and also accepts code which doesn't return anything. Because of security best practices, APEX 5.0 isn't making use of eval anymore and expects that the JavaScript expression is really an expression and not a JavaScript code block. Please see the documented change of behavior '4.24 Dynamic Action Set Value Action Set Type JavaScript Expression More Strict' in our Release Notes at https://docs.oracle.com/cd/E59726_01/doc.50/e39143/toc.htm#HTMRN310
    In my opinion the above dynamic action should actually be of type 'Execute JavaScript Code' instead of 'Set Value'. Because that's what it's actually doing.
    You can run the following SQL Statement in SQL Commands to get an idea which dynamic actions might be affected by this change of behavior. It searches for multi line JavaScript Expressions.
    select page_id,
           page_name,
           dynamic_action_name,
           action_name,
           attribute_05
      from apex_application_page_da_acts
    where application_id = 96695
       and action_code  = 'NATIVE_SET_VALUE'
       and attribute_01 = 'JAVASCRIPT_EXPRESSION'
       and instr( attribute_05, chr(10) ) > 0
    order by page_id, dynamic_action_name;
    Sorry for the inconvenience this security change has caused for you.
    Regards
    Patrick
    Member of the APEX development team
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Displaying TOC topics in frame

    Using RoboHelp X5, I've created a frameset comprising two
    frames - a static no scroll top frame and a dynamic bottom frame
    which must display the topic clicked on the TOC. When I click a TOC
    topic in the compiled Help, it opens in the bottom frame and no
    sign of the top frame. I've set the TOC topic to open in my
    customized bottom frame using the Advanced tab on the TOC topic
    Properties dilaog but nothing... Am I missing something here?
    I would appreciate some knowledge of how to display TOC
    topics using a frameset as this is my first tim with framesets.
    Please help!
    Romeo

    There are also a couple third party tools that could be used to help with this need. Two of my favorite are:
    Content Panda: http://www.contentpanda.com/#in-context-help
    and SharePoint Shepherd's Guide :
    http://www.sharepointshepherd.com/sharepointtutor2013.aspx
    Both of these are excellent tools. 
    Cathy Dew SharePoint MVP Blog: www.sharepointcat.com Twitter: @catpaint1

  • Web object widget (cp7) and TOC

    I am using a web object widget to launch MP4 videos (hosted on a progressive streaming server) within my captivate course. I am wondering if there is a way to accurately track the duration (in the TOC) for these videos. The duration displayed on the TOC is only for the captivate slide duration and does not include the video. Any suggestions?

    Hi BubbaRB and welcome to the forums.  I love it when people have great questions regarding integration.. and this is an area that Adobe Captivate needs to be better at!  It would be nice if the stock web page widget in Cp 7 had the ability to substitute Cp user variables in the URL to make for dynamic rendering of the web page, but unfortunately that's a limitation of the stock widget.
    The web page widget on CaptivateDev.com is capable of variable substitution in the URL.  You just need to enclose the variable with double dollar signs $$cpQuizInfoStudentID$$.
    http://captivatedev.com/2012/08/07/adobe-captivate-6-x-widget-web-page-widget/
    This widget works for SWF and HTML5 output for Cp 6 and 7 and there's a free trial available.

  • How to dynamically add column

    Hi folks,
    Plz tell me if u know how can i add column dynamically
    in oracle content management SDK webstarterapp.I am stucked here for quite sometimes.plz tell me ASAP.
    Regards
    Prasenjit

    Take a look at:
    http://download-east.oracle.com/docs/html/B12187_02/toc.htm
    You should use OMBALTER TABLE command.
    Regards,
    Marcos

  • TOC for ePub Paragraph style editing

    I'm trying to figure out if InDesign can allow us to editor the dynamic table of contents. What we have is basically this:
    Chapter number (unique paragraph style)
    Chapter title (unique paragraph style)
    First paragraph (unique paragraph style)
    We want the ToC that gets pulled up in a eBook reader to show this:
    Chapter 1: Chapter Title
    Chapter 2: Chapter Title
    Right now, InDesign seems to only export each as a specifc paragraph style, without setting them on the same line side by side. We get stuck with:
    Chapter 1
         Chapter Title
    Chapter 2
         Chapter Title
    Does anyone know of a way to export the ePub so it's what we want rather than this hirarchically broken way?

    This TOC issue has bugged me for years.
    I have been able to come up with certain workarounds, but only when my physical (print) TOC just happens to be set up exactly as I would like it displayed in the ePub (this is not always the case).
    It would be wonderful if there was a way for us to better control how the TOC info is output when exporting to ePub.
    For now, the fastest and easiest way to deal with this issue (for me anyway), is to manually update it in the ePub file after export.
    Cheers,
    Ron

Maybe you are looking for