How to edit Summary of Contents?

I would like to edit the Summary of Contents of files I review.  The comments are mostly Sticky Notes and Highlights.  I want an end result that has just the page number, bookmark and note with all of them on one page, rather than separate pages.
Is this possible?
Thanks, Ken

Hi
As the TOC is automatically populated, it comes down to what kind of template you write 'Chapter A' versus just 'A' on its own.
The textbox on a CHAPTER template goes to the TOC by default.
Sub-categories in the TOC equate to SECTION headings.
So...put 'A' on a chapter.
Your image is strange though. At the bottom, the chapter is the bigger thumbnail on the left. That has a red capital A, but because 'Chapter A' is on the page behind, check where you've written the latter. Did you type it in a chapter in the book itself or in the template?
Hope that helps!
Jenny

Similar Messages

  • Hi how to edit the text content in CSV

    Hi,
    I need to edit the text content in CSV using java script.
    The content goes like this..........
    "missing image No"
    need to replace "No" by "Yes"
    Thanks in advance

    > I need to edit the text content in CSV using java script.
    Something like this work. I haven't tested it but it pretty close :)
    var file = new File("~/somefile.csv");
    file.open("r");
    file.close();
    var str = file.read();
    var nstr = str.replace(/\bNo\b/g, 'Yes');
    file.open("w");
    file.write(nstr);
    file.close();
    -X

  • How to edit the mail content

    Actually iam Oracle Developer, got some issue related to Java.
    There was some code written in Java for the Email's to be sent to customers.In this code they have used some hardcoded text aswell as database fields.Everytime users want to change the email content, they have request the developer to do so, which is a hectic task.
    Now iam looking is there any possibility either in java or Oracle to resolve this issue,like
    user on himself can change the context and those changes should apply in future aswell.

    user9093700 wrote:
    Actually iam Oracle Developer, got some issue related to Java.
    There was some code written in Java for the Email's to be sent to customers.In this code they have used some hardcoded text aswell as database fields.Everytime users want to change the email content, they have request the developer to do so, which is a hectic task.
    Now iam looking is there any possibility either in java or Oracle to resolve this issue,like
    user on himself can change the context and those changes should apply in future aswell.It took three reads of this thread to be sure that you are not actually an Oracle employee! Of course the program can be modified to make it easier for the user to provide tailoring but the devil is in the detail and you haven't really given any and in any case the question is far too general. Since you posted this in the "New To Java" forum it seem likely you should start with the Java tutorial. Google is your friend.

  • How to edit the content.opf  file of a FXL EPUB?

    I'm exporting a fixed layout epub and I cannot find out where the content.opf file is and how to edit it.  I'm trying to do the same thing that was done here: Indesign CC 2014 Fixed Layout export
    Can anyone point me in the right direction? I've googled to no end!
    Thanks,

    Please follow these steps to edit your EPUB:
    1. Download Sigil https://code.google.com/p/sigil/downloads/list
    2. Open your EPUB in this editor.
    3. In the book browser view on your left, look up for content.opf file. Edit this file and save your EPUB.
    Regards,
    Pooja
    InDesign Engineering

  • How to read a file content for editing?

    Now i am using FileInputStream to read its content by bytes. How do i read the content line by line as string so that i am able to do some editing using replace().

        public String load() throws FileNotFoundException, IOException {
             BufferedReader r = new BufferedReader(new FileReader(new File(this.getClass().getResource(filename).getPath())));
             String s = r.readLine();
             StringBuffer result = new StringBuffer();
             while (s != null) {
                  result.append(s + "\n");
                  s = r.readLine();
             r.close();
             return result.toString();

  • In mozila 3.6 or higher version as i install Browser Highlighter addone then in my site when i edit any html content in fck editor or in tiny mce editor then it add a script name gwproxy how i can solve it

    in mozila 3.6 or higher version as i install Browser Highlighter addone then in my site when i edit any html content in fck editor or in tiny mce editor then it add a script name gwproxy its happend with 3.6 or higher version thanks
    == This happened ==
    Every time Firefox opened
    == i upgrqde mozilla to 3.6.3 version and i check it with on another computers

    Hi Deepak!
    This seems to be a well-known and quite widespread problem with this extension, unfortunately - the net is full of complaints about this issue, not to mention 'horror stories' about how this (otherwise fairly innocent and well-certified but clearly highly commercial) extension has 'sneaked' its way into peoples installations.
    I find it quite amazing that such an issue has existed for so long without the Browser Highlighter, TinyMCE and FCKeditor teams getting together and making a working fix - it should be rather easy to prevent with a tag or plugin check in editor code and/or a simple editor recognition routine in the extension.
    If you want (/need) to use this extension, I can only point you to the Browser Highlighter homepage for support; in [http://thebrowserhighlighter.com/help.jsp The Browser Highlighter Help section] it is clearly documented - first section, last paragraph - along with a link to [http://thebrowserhighlighter.com/blacklist.jsp this problem report form] where it seems you can ask for help solving the problem.
    However, given the (script-)name of the page, I suppose that reporting a problem on your own website (with all details) actually adds your site - or part of it - to a blacklist that TBH maintains to turn off TBH or at least problematic script injections when visiting sites registered in this list. So actually this might help you solve the problem quite easily, if they do what the page implies.
    Please let us know how above works out, and if we can be of further assistance. Detailed feedback is appreciated and helps us to help you better, plus enables us to better help more users with similar problems.

  • When I view the summary of content on my iphone5, the status bar at the bottom to the iTunes window shows I have 3.90 Gb's of "other".  What is that about and how can I free up that space?

    when I view the summary of content on my iphone5, the status bar at the bottom to the iTunes window shows I have 3.90 Gb's of "other".  What is that about and how can I free up that space? 

    I simply restored my iPhone from most recent  iCloud  backup.  Poof. Good to go!!!

  • How to design so that contents of portlet can be edited

    for example, I have a jsp portlet which contains "hello world" words, how to design so that after displaying the portlet in the portal, click "edit", we can change "hello worlds" to other words, very in dire need of the solutions, thanks

    First make sure that you have the Content Presenter Framework Facet installed for you project (Properties of Web Project>Project Facets)
    I have a short answer and long answer for you
    Short Answer:
    Add a content presenter portlet to a portal (add login if needed)
    Go to admin console
    Go to portal management
    Create streaming desktop from the portal with the content presenter portlet
    View desktop, login
    Click Edit on your content presenter portlet
    1.Step one create a portal, book, page etc.
    2.Add a content presenter portlet to one of the pages
    3.Add a login portlet so you can log into the website. Which is needed to edit a portlet.
    4.Get the adminstration console by either going to Run>Open Portal Adminstration Console
    or
    localhost:7001/WebProjectName/Admin
    Login should be weblogic/weblogic
    5.After login go to content management tab and create a content type. I would suggest something simple that has a binary property for your html that is also the primary property and string for title.
    6.Create a new example of the content type created in the last step.
    7.Next we go to the portal adminstration tab.
    8.Navigate down your portal list and get to the portal create all the way in the beginning.
    9.At this point you want to create a streaming desktop. Once created choose the view desktop.
    10.Login (remeber you created that in the begining)
    11.Go to the content presenter you added in the begining.
    12. Click the edit button
    Let me know if you need help at this point.
    Additional information
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/cm/displaytemplatesCM.html

  • How can I merge 3 or more individual text fields into an editable summary text field?

    I am stuck and do not know where to begin. I am self taught in using Adobe LiveCycle and have found many answers here in the forums and via trial and error.
    I cannot find or create the correct java script or form calc to feed multiple text fields into one text field.  My supervisor is asking me to do this for two sections of a form I created using Adobe LiveCycle Designer ES 8.2.
    1)       Merge all 3 user entered text fields to an user editable summary text field at the end of the form.
    2)       Merge all 24 user entered text fields to an user editable summary text field at the end of the form.
    Since they are all individual text fields in response to various questions, I cannot use the global binding function. I do not want the summary text field to override the individual text fields.
    Here is the java scripting I placed on Show: calculate* Language: javascript Run: at client
    1) PDStrengthWeaknessComments.rawValue + "_" + OCStrengthWeaknessComments.rawValue + "_" + CEBAStrengthWeaknessComments.rawValue;
    Needless to say, these instructions are not working on my form. Would someone with a lot of experience or an IT degree kindly help me?

    I just tried adding the front end as you suggested and confirmed that the Object > Value is set to "calculated - user can override" for the summary text field.
    OverallAnalysisAppFeedback.rawValue = PDStrengthWeaknessComments.rawValue + "_" + OCStrengthWeaknessComments.rawValue + "_"  + CEBAStrengthWeaknessComments.rawValue;
    I was still unsuccessful.
    I opened the debugger and received the following information. I do not understand what AdobeLiveCycle is asking me to define.
    PDStrengthWeaknessComments is not defined
    1:XFA:GARP2011NewRecompeteSRW[0]:Page20-OverallAnalysisAppFeedback[0]:AllOverallAnalysis[0 ]:calculate
    PDStrengthWeaknessComments is not defined
    1:XFA:GARP2011NewRecompeteSRW[0]:Page20-OverallAnalysisAppFeedback[0]:AllOverallAnalysis[0 ]:calculate
    Budget1Comments is not defined
    1:XFA:GARP2011NewRecompeteSRW[0]:Page21-OverallAnalysisAppFeedback-Budget[0]:AlBudgetQs[0] :calculate
    Budget1Comments is not defined
    1:XFA:GARP2011NewRecompeteSRW[0]:Page21-OverallAnalysisAppFeedback-Budget[0]:AlBudgetQs[0] :calculate
    Do you have any additional tips or suggestions?

  • How to edit the contents of spools generated by smartforms

    Hi All,
    I am developing a print form using print work bench & smartforms.
    There is a requirement to generate both preprinted forms (contains only datas) and Non-preprinted forms (contains u2026 data + layout + colors + picturesu2026etc) using a single smartform.In which the non-preprinted part should only get converted into pdf & preprinted should only be get printed.
    For this I am making a replica of the first two pages of non-preprinted into preprinted format in the same smartform(total 4 pages).
    Here I am able to extract & save the non-preprinted part from the spool into PDF.
    After the above process, I want to edit the spool content, & then sent to printer.
    But clueless about editing the spool content...
    ( for eg:- delete the first two pages of content in the spool & print the rest)
    So my question is u2026.
    -Is it possible to edit the contents of spool generated by smartforms u2026 ?
    (Is it possible to copy the content of existing spool ,edit, save it into new spool  and delete the old one. )
    Any solutions / suggestions u2026 ?
    Thank you for your attention.
    With Regards,
    santh

    Hi Niki,
    Thank you for your time & suggestions....
    >
    Niki wrote:
    >
    > try to control it in smartform itself.....(above idea will not work).
    >
    > try this ...
    >  from ur driver program pass a variable to identify o/p is preprinted forms or non-preprinted forms
    Yes, I got your point... I even tried this option also.
    First of all the user want both(preprinted-hardcopy & non-preprinted pdf) form in a single process, so that data integrity is maintained both in hardcopy & soft copy.
    Even if I negotiate tha above requirement....
    The problem is , I am using Print WorkBench , not an user-defined driver program.Inside printworkbench , the smartform is mentioned.
    The process is as follows...
    ea40/ea60(isu billing transaction) -> Printworkbench ->smartforms -> spool -> printer(preprint part) / pdf(non - preprint).
    Hope u understand my limitations....
    Still expecting a solution...
    Regards,
    santh

  • How to edit multiple regions in one Piano Roll window

    I edit multiple regions in one Piano Roll window at the same time. (It is very handy way of editing especially in huge orchestra projects.)
    I can see midi contents of all selected regions in Piano Roll at the same time.
    1) But how to choose certain one region of many selected to edit it?
    2) And how to edit all at once?
    Hope the questions are clear enough.
    Thanks.
    Dmitriy.
    iMac (27-inch, Mid 2011) 2,7 GHz Intel Core i5. 16 GB 1333 MHz DDR3.
    OS X 10.10.2

    First of all, the Piano Roll has two mechansim, of what it is displaying.
    Selected Track: This displays all the Regions that you select in the Tracks Window
    One Track: Selecting one Region in the Track Area displays all the Regions of tha tTrack in the Piano Roll. If you select multiple Regions in the Tracks Window, then the last selected Regions counts.
    Whatever Regions are now displayed in the Piano Roll Editor can be edited. Select the MIDI Events and apply the command.
    You can also apply edits directly to the selected Regions in the Tracks Window.
    I explain all those little details in my graphically enhanced manuals ("Logic Pro X - How it Works")
    One thing to be clear about:
    Tracks Window: Any edit is applied to the selected Regions
    Piano Roll Editor: Ay edit is applied to the selected Events
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • How to edit the node value of a tree in webdynpro java

    Hi ALL
    I have Tree UI element where i got displayed all the nodes by calling the BAPI
    Now my requirement is when i put the cursor at any node in the Tree struture then on click of insert button i need to insert the new node with the text  , the user has to be option to give new text for the new node dynamically  , so while adding the new node in a tree the tree has to choose the text for new node , like how to edit the node of a tree to add new text.
    If any one can send the sample code on the same then it would be great help to me.
    Similar requirement like in table UI Like however we are adding the new row in a table when we click on the insert button then cursor will go to that new row in a table where user can enter his details in the table.. now i am looking for the same requirement in a Tree UI element.
    is it possible the same requirement in tree UI element in webdynpro for Java??
    Thanks
    kallki reddy

    Hi kallki reddy
    In general I think this is not possible in the form you'd like. It seems the Tree control is read-only thing always. It cannot provide editing capabilities.
    Table is different thing. You can select within many different cell editors including Input Fields.
    I guess that you scenario could be implemented not with Tree control, but with Table with Master Column. The master column allows to bring up a hierarchy into a plain table. So it's just a tree inside a table.
    Here you can find further details: [TreeByNestingTableColumn API|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/92/12a74046033913e10000000a155106/content.htm]
    BR, Siarhei

  • How does your portal's content management work?  Are you happy with it?

    It would be great if there was some sharing of how people have configured their content and document management through the portal, and how happy they are. I'm assuming almost everyone is on Publisher and Collab, but do you use them in a special way? Anything customized?
    I'm currently looking for ways to make our system more flexible and easier to create new content areas. Also, uploading documents is a huge pain.
    Html Content: Publisher
    Customizations:
    We include edit pencils at the top of each content item visible for people with edit access to the community.
    FCKeditor instead of default rich text editor, with image upload
    links to KD cards and community pages are transformed into adaptive tags on save
    Issues
    There is clear separation between what a 'content editor' and a 'community manager' is able to create. Any creation of new portlets or changing of anything falls on the community manager. Content editor feels very restricted as they only have control over what is inside the boxes, and can't create new 'pages'. This leads to stale content.
    Documents: Collaboration
    We use collab for documents because we want to be able to publish different versions of the same doc to the KD, without breaking any links that we have created to that existing document. We use snapshot queries sometimes to display documents, but more ofthen than not we just use a KD picker to display a single document, and this means we need to be able to update the card without breaking the link.
    Issues
    Training users to go to collab to upload documents is not easy, and then publishing is difficult as well. There is no multi-document publish. Publishing sometimes fails and times out, and the document can be deleted from collab and still exist in the KD. Also, custom properties that we add to cards in the KD seem to vanish, but hopefully upgrading to the latest versions will help.
    I'd like to investigate creating helper functions to make the job of uploading documents to the correct folder in collab easier. The tool would upload to the right folder, and then publish to the KD if necessary.

    Very good thread!
    We are using publisher for web content as well as documents.
    The documents are crawled into the KD using the publisher crawler, and we use a "link to document" custom button that build automatically the PT:Tag link to the KD card that represents the crawled document.
    So really all the links to documents stay valid only if the KD card are not deleted and recreated...(otherwise, the links are broken...and i did not find a better way to handle this better yet)
    We also use the "Edit/Create" buttons for all our publisher content in order to allow content editors easy access to the publisher content to edit/add.
    The main pain points we have is that the preview is not very useful...previewing only the content of your portlet does not give you a feel of what the complete portal page will look with your new content. If there was a way to view the portal page (with all the publisher portlets on it) in preview mode, THAT would be useful.
    And because of this, content managers are not very comfortable to create/edit the content in PROD directly (because they really want to see the end product of their editing process...i.e. the final portal page) and i don't blame them...
    Which leads to another huge pain point: When creating content in Staging for example, it is hard to push it to PROD when ready. And even if you use the import/export feature (which is not great either because you can only export folder instead of being able to pick and chose the content you want to export), you need to have someone (infrastructure person who have access to servers) move the publisher export zip file...which makes the whole process more cumbersome than it should be, really.
    Publisher should be multi-environment aware...What i mean is that it would be great if a single publisher instance would allow to push the content to different environments (i.e. STG first, and then when it looks good PROD) as the content mature towards production state. (products like Documentum -I know it is not the same planet compared to publisher but still...- do this flawlessly)
    Last the free text editor is not awesome and i don't like that when you add a link to another item or image, it automatically puts the absolute path in there...that makes it harder to migrate.
    I have not tried to replace the free text editor...What is your experience with FCKEditor??
    Edited by: Fabien Sanglier on May 15, 2009 11:28 AM

  • How to edit cell in a Data Grid

    Hai
        I have pasted the mxml below.
       I need how to edit a cell in a datagrid.
      1. Run the mxml, enter the values in the textbox and click add button.
      2. then click AND button, now u can see the values displayed in the grid.
    3. Then again change the second combobox and enter the values in the textbox and click add
    4. Now i need to edit the values for a particular cell in the datagrid.
    In the below code u can see the Value column,
    i need to edit oly that cell of a particular row .
    Can anyone help me.
    Thanks in Advance
    <?xml version="1.0" encoding="utf-8"?><mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:Script>
    <![CDATA[
    // ActionScript fileimport  
    mx.rpc.events.FaultEvent;
    import  
    mx.controls.Alert; 
    import mx.managers.CursorManager;
    import  
    mx.collections.ArrayCollection;[
    Bindable] 
    public var adhoc:ArrayCollection = new ArrayCollection();[
    Bindable] 
    public var serverString = "" ; 
    private function initImage(event:MouseEvent):void { 
    if(adhoc.length > 0){CursorManager.setBusyCursor();
    private function onChange():void{ 
    if(comboBox.selectedIndex == 0){ 
    else{ 
    private function onChange1():void{ 
    if(combo2.selectedItem == "DATEDEPLOYED" || combo2.selectedItem == "DATEUPLOADED"){datepick.visible =
    truetxt.visible =
    false}
    else{txt.visible =
    truedatepick.visible =
    false}
    private function add():void

    You can enable editing in a DG to the whole DG or only to certain columns
    http://blog.flexexamples.com/2008/05/11/creating-an-editable-datagrid-control-in-flex/
    If you want to enable editing to a very specific cell then you use the event itemEditBegin to prevent editing a cell that doesn't meet your criteria
    http://livedocs.adobe.com/flex/3/html/help.html?content=celleditor_7.html

  • How to: Edit an INDT InDesign Template file?

    Hi,
    I am currently working on a packaging redesign project.
    I have received an InDesign template from a client that was previously created by another design house. They have added their logo and company details to the template, which I would like to remove in order to add my own.
    I have no idea how to edit the material in the template.
    Can anyone please advise me?
    Thanks in advance.

    Its not working Im afraid...
    The previous template has guides and crop marks etc, along with the contact details from the previous firm that I would like to shift or move.
    Following the steps you've described opens the template, but the content is still not able to be edited.
    Ive checked the layers palette to see if the layer is locked etc, but they are not. I simply cant edit the content.

Maybe you are looking for

  • Could not archieve file after processing error in Rwb of sender adapter

    Till today afternoon it is running fine. The rpocess here is we will keep the files in FTP site. and pi polls and places the files in NFS Mount server AL11(FILE/STAGING). Now these file will be process from FILE/STAGING to FILE/PROCESS in al11 . Then

  • Stuck on "Waiting..." when downloading

    Um, i wanted to download an application from app store (from ipod touch). Download started, but i got d/c and it stuck on waiting... I turned it off/on it's same. I tired to remove applications, it didn't work again.

  • G/l upload

    how  can upload the initial balance in to particular a/c? plz give me t-code( non sap to sap)

  • Incorrect display of portal pages after migration to EP7

    Hello, after the migration from EP 6 to EP 7 some of the portal pages do not diplay correctly (for example user administration -> identity management, content administration -> webdynpro, system administration -> system configuration -> UME configura

  • Quark could copy and paste a para style

    Way back in Quark ±3 you could select some text, copy that para style and paste it to another paragraph. You could also select a load of paras then function click on another style and it would change the selection. Can ID do this? It was so useful! L