Adding navigation/toc/search functionality to individual pages

is there any way to add search, print and back/forward functionality to a page without using RH's pre-configured options?
for example, I want to add Search, Print and Back/Forward buttons into the header of the master page, so that it displays on every page.
is this possible, and is scripting the answer?

See if Item 57 at http://www.grainge.org/pages/snippets/snippets.htm helps.
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • The search function of List pages

    I have a question about the search function of List pages.
    If field is chosen, "Equal to" and "Begins with" will be displayed automatically.
    But I want to be displayed "Contains at least one value".
    Is there any method of specifying this value as "Contains at least one value"?

    Hi,
    unfortunately this customization is not possible. You can open a Service Request and submit the Enhancement Request for desired functionality.
    Regards

  • How do I remove a name from the iPhone search function (extreme left page of apps)?, How do I remove a name from the iPhone search function (extreme left page of apps)?

    Even after deleting emails and sms messages, a whole lot still show up on the search page. Ideas?

    You are correct, the Search Function is very powerful. It even retrieves deleted information. If you really want to delete it, only way I know would be to Restore. But if you Restore from Back-Up, some of those unwantd messages and information may crop up again. You may have to Restotre and Set Up as New iPhone.

  • Search Function on web page

    My company has a website in which we have our product catalog in pdf form, which has approximately 1000 pages.
    I created the site using GOLIVE CS2.
    Our vendors want to be able to search that pdf for their specific products only. So that if they type in lets say a number that is assigned to them as a prefix to their product number, then a list of some kind would be generated and clicking on the list would then take them to that page in the catalog.
    What is the quickest and easiest way to do this?

    PDF is a clumsy way to publish searchable content online. Ideally, you'd have your catalog products in a database.
    A site visitor could still use the search function of the Adobe Reader plugin to find content in the PDF file.
    You could also generate a database table where you index the content of each page in one column, and note the page number in another. Then offer a search script on your site that searches the first column and returns the page number value of the second column. You can access pages in a PDF file directly...
    http://www.yoursite.com/yourfile.pdf#page=8

  • Search function with multiple keywords

    hi everybody,
    im a beginner apex developer, im trying to develope a search function on my page.
    i have created an item "where" where u can give the adress u r looking for.
    my problem is that the search works only when i insert one word into the item e.g. street or city.
    when i try to look for street and city at the same time it doesnt work.
    in my database i have columns for city, street, zipcode... etc
    and im using Application Express 3.1.2.00.02
    this is my search code
    select country, city,zipcode, street
    from mytable
    where
    +( lower(city) like '%' || lower(trim(:P1_WHERE)) || '%'+
    OR lower(zipcode) like '%' || lower(trim(:P1_WHERE)) || '%'
    OR lower(street) like '%' || lower(trim(:P1_WHERE)) ||  '%'
    OR lower(country) like '%' || lower(trim(:P1_WHERE)) || '%')
    i have tried to solve the problem by adding combination after OR:
    lower(concat(trim(city) like '%' ||  lower(replace(:P1_WHERE,' ','')) || '%'||,trim(zipcode) like '%' ||  lower(replace(:P1_WHERE,' ','')) || '%'||))
    but this is not working. and i will have too many combinations.
    any help is highly appreciated!
    Edited by: user12976392 on 14-Jun-2010 07:08

    Oracle don't provide any SPLIT() function, I don't know why.
    But you can use INSTR() and SUBSTR() functions instead.
    There are some split functions on the web, like this one for example (don't really split but get tokens) : http://glosoli.blogspot.com/2006/07/oracle-plsql-function-to-split-strings.html.
    Then you can loop to get all the tokens (here I used the ' ' separator) :
    DECLARE
          oneToken VARCHAR2(100) ;
          cpt INTEGER := 1;
    BEGIN
          LOOP
          oneToken := get_token(html_GetElement(P1_WHERE).value, cpt , ' ') ;
          EXIT WHEN oneToken IS NULL ;
          cpt := cpt + 1 ;
        END LOOP ;
    END ;Using this you can build your query as string, then open a cursor to run it, using :
    open my_cursor for my_string;I really don't know if it's the best way to do this, it's just an idea.

  • Two search iViews on 1 page

    Hello,
    Does anyone know how to add two search iViews on 1 page.
    I would like to use the toolbar search (com.sap.portal.navigation.toolarea.default). In separate columns of a page. When added one toolbar search on the page everything works fine. Added two toolbar searchs on the same page however results in the following error.
    Error: 'length'is null or not an object.
    The results of the toolbar search opens in a new window, so I don't quite understand what's creating the error.
    Does anyone know how to fix this problem?
    Kind regards,
    Joost Christenhusz

    Hi Paul,
    I did you the standard toolbar search iview. The normal search iView cannot be used, because we want the search results to be displayed in a new window. That's why we choose the toolbar iview.
    Regards,
    Joost

  • Can not find any doc by search function in SharePoint 2013

    Dear all,
    recently,i create a list  and upload some documents ,but when i want to find one doc by the search function in the page ,i get noting .i don't why.
    any suggestion?

    Hi Alber,
    Please do as the followings:
    Make sure that you have created and configured Search Services Application, you can refer to the link:http://technet.microsoft.com/en-us/library/gg502597.aspx
    Make sure that Search Host Controller Service , Search Query and Site Settings Service and SharePoint Server Search are started
    Open the library, click on Library Settings->Advanced settings, on the Seach section, select Yes.
    Please use the completed name of the document to search, compare the result.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Adding Global Search function in Webhelp

    I have been asked to add global search functionality to my
    website. As far as i understand, the only way of doing this using
    Webhelp is to use merged projects?
    As i have 40 separate XPJ files (some very large), this
    merged projects method didn't work very well. For a start you got
    lost in the vast number of projects and bookmarks displayed in the
    merged TOC. Instead, from a main menu, each guide opens up in the
    same fixed window and just displays its owns TOC. Curently you can
    only search in the selected guide.
    Having looked at Peter Graingers site, ZoomSearch would seem
    to work OK. Does anyone know of any other method i could use or
    free alternatives to ZooomSearch?
    Thanks

    First, if you Google "refresh page" you'll have several
    JavaScript options available to choose from.
    Second, I can't show you my merged WebHelp, because it's
    proprietary online Help provided with our product, but I used
    Peter's method for a merged project of 42 projects, ~2.5K topics,
    and mucho graphics. Unfortunately, in a WebHelp merged project, RH
    provides an anemic, basic search only.
    We had elected to place our projects within 14 major
    categories in the TOC, so as to reduce the size of the TOC when the
    help was opened. Each category links to a "navigation" page in the
    parent project that provides a description of the category and all
    first-level topics within each project in the category. This
    category structure helps the user identify the major functional
    areas, and helps the seven writers keep track of where their
    particular projects appear.
    GETTING STARTED
    + Release Notes
    + Installation
    + etc.
    TRADING
    + Program Trading
    + Fixed Income Trading
    + etc.
    This proved serendipitous when we decided to use Zoom, since
    we were able to classify the same RH project folders under
    identical Zoom categories, allowing users to select a single
    category from a dropdown menu if they want more tightly focused
    results.
    Because our help is provided on a CD and is distributed on a
    customer's server, we've had to implement Zoom search in Javascript
    mode. Admittedly, the JavaScript mode in Zoom doesn't provide full
    functionality either, but it's still better than RH (you can use
    wild cards, special characters (underscore, colon, slash, etc.) to
    "join" words, etc.).
    Some Zoom issues:
    Since RH ignores special Zoom tags in source files, such as
    ZOOMSTOP/ZOOMRESTART, ZOOMKEYWORDS, etc., and over-writes them in
    the output when generating/publishing topic modifications, we are
    running the Zoom indexer against the source files and placing the
    five Zoom files (search.html, zoom_pageinfo.js, etc.) in the output
    folder. The Zoom 5.0.1005 build will automatically rename the path
    from the source "/projects" to the output "/mergedProjects" if you
    select that option.
    Currently, a bug in Zoom replaces any closing HTML tag (HREF,
    SPAN, etc.) that appears before a period, comma, semicolon, or
    colon with a space. So, you need to run a Find/Replace to eliminate
    those extra leading spaces (in the zoom_pageinfo.js file). I use
    FAR for this; you can create a .FarRun file with entries like this
    to do them in batch. Note that the 90_zoompageinfo_docsql01.FAR
    FarList was created to contain only the zoom_pageinfo.js file, and
    the "OpenFarList" line only needs to appear once in the .FarRun
    file. After I run the Zoom indexer against the project, I only have
    to double click the .FarRun file to run the batch replace.
    Good luck,
    Leon

  • Best / most popular software or scripts for adding search function to website?

    I'm trying to find a good piece of software or script for implementing a site search function into our website.  I am relatively knowledgeable in Dreamweaver and can write CSS and XHTML at the fairly intermediate to advanced level, as well as work with JavaScript and js files, but I don't really know much ASP or "by hand" Java coding.  Their are so many scripts and software out there for adding a site search that it's hard to sort through and narrow down.  I was hoping to find reviews of the popular ones or "top 10 lists" of some sort that would help me pinpoint a good one, but can't find anything like that.  These are the primary needs of the website:
    --Has under 50 searchable pages that won't change much and probably won't exceed 50. There are product part numbers and descriptions for some 250-300 part numbers, spread across only 24 of those pages.  The remaining pages are important but no part numbers-- About Us, News, Where to Buy, History, Featured Products, etc.  The product pages are very much like an online store but we don't sell directly on the site (only thru distributors/reps).
    --We are trying to keep the price under about $50, or use a free solution
    --The pages are all static XHTML+CSS pages, but our server can run ASP (we have another website for one of our other product line divisions, on the same server, with many more products beyond 1000, which was programmed completely in ASP by an outside company about 4 years ago).  We self-host both sites.
    --Our server can't run PHP
    --The search capabilities need only be rather basic-- a keyword search with a results page that uses the same design template as the rest of the site.  It would be nice, but not mandatory, to have a search filter and/or a drop down menu to enable selectively searching only certain parts of the site, or only product/part number search vs. general search, etc. (but again, not mandatory).
    --I do have a sitemap page already on it, if that matters or helps
    Some of the ones I've found so far that looked the most promising include:  Zoom Search Engine (http://www.wrensoft.com/zoom/), Site Search Pro (http://www.site-search-pro.com/), and FX Site Search which is a DW Extension I found in the exchange (http://www.felixone.it/extensions/prod/mxssen.asp)-- (that one looks possibly technically challenging or requiring more ASP skill, though)
    Forgive me if there is a better area to post this, if so let me know.

    For a static site, your options are:
    Google ~  http://www.google.com/sitesearch/
    Freefind ~ http://www.freefind.com/
    Zoom from Wrensoft ~ http://www.wrensoft.com/zoom/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Iweb 08 mystery. Adding navigation to my portfoilo pages!

    I used the photo page template from iWeb 06 to create a simple portfolio page with thumbnails that would act as buttons and enlarge the thumbnail when clicked.It worked and it was simple. I recently purchased and installed iWeb 08. When I click on same portfolio item in 08 I get the enlarged thumbnail but also navigation to the other images in the portfolio as well as a download option. Does anyone know how to disable these functions? All I want is the thumbnail when clicked to show a larger pic. Thanks!

    I don't know it you would want to be bothered going to these lengths, but I'll describe what I did last week for a gentleman who makes exquisite miniature paintings and then reproduces them as greeting cards. He didn't like the slideshow either - "too tacky" he said.
    I put 12 large "thumbnails" to a page arranged in two columns. Clicking on either image, of the pair that make up a row, takes you to a new page. This page has an enlargement of the two cards and a description, price info etc.
    All these "enlargement" pages have no navigation menu and, obviously, do not have to be in the main website navigation. When you create this page, name or number it and, in the page inspector window, uncheck "include page in the navigation menu" and "display navigation menu".
    When you are making the link to this page and you select "one of my pages" in the "link to" menu of the "link" inspector, the page will replace the "thumbnail" page in the browser so you will have to add a back button to return to the "thumbnail" page.
    If you select "link to an external page" and check the "open link in new window" you will not have to have a back button as the viewer only has to close the "enlargement" window to see the 'thumbnail window. You will enter the URL for the "enlargement" page into the box in the link inspector. Something like....
    http://www.mywebsite/enlargement1.html
    or in .Mac....
    http://www.web.mac.com/myname/mywebsite/enlargement1.html
    It sounds like a lot of work but it probably took me less time to do it than it took to write this description!

  • Doco/functionality mismatch: Adding a Bounded Task Flow to a Page

    Hi JDev team
    With JDev 11g TP4 and the latest published ADF Guide in hand, under section 14.3 "Adding a Bounded Task Flow to a Page", subsection "To add a bounded task flow containing pages to a JSF page:" it notes that when you drag n drop a bounded task flow from the App Navigator into a JSF page you get the choice of creating a button or link. I don't get this option, instead I can create a region or a dynamic region in the drag n drop submenu.
    Cheers,
    CM.

    Chris,
    note that it says "containing pages", not "containing page fragments". If your taskflow contains page fragments "jsff" then the choice is a region, if it is pages (jspx) then the choice is button or link to launch the taskflow.
    Let me know if this still doesn't work for you
    Frank

  • Webform Page dropdown box search functionality

    All,
         We are on Planning 11.1.2.2.303.
    Since we have a page dimension with over 1000 members (and the member names are a name followed by 19 numbers in length), the business owner really likes the "Like" search of the page dropdown in the webform. (He can type a string of any characters and it will narrow the the members displayed to those members with that string anywhere in the membername)
    He really wants to use the forms that I have created for him in Smartview, problem is that the dropdown search functionality doesn't work the same. In Smartview it will follow you when you type the membername from the beginning, but it only highlights what you are typing if it matches a membername (and only the first one that matches), and it doesn't narrow the list of members in the dropdown box.
    Does anyone know of a setting (in planning or windows) that will enable a "Like" search in the dropdown boxes in smartview?
    TIA,
    Robert

    I think that would be an enhancement, maybe check the Smart View forum.
    https://forums.oracle.com/forums/forum.jspa?forumID=766
    Regards
    Celvin
    http://www.orahyplabs.com

  • The search function is missing from my navigation toolbar

    I have the navigation toolbar checked under the View menu. It shows the regular stuff but to the right of the URL site name it shows a Wikipedia search function. I don't know where that came from but I want my general search function back.

    There are two ways I'm aware of where toolbar icons disappear.
    One is where you make the window narrower (icons drop off as the window gets too narrow to display them).
    If that's not it then it sounds like the toolbar has been customized to remove it. In that case just use View -> Customize Toolbar... and drag whatever icons you like back into the toolbar (or drag off icons you no longer want).

  • How to auto create Report Search functions and Breadcrumb Menu on new pages

    Hi
    First off I want to say I have just started using Html DB, and think its a great product! I have been using it for a few months now to create an application, and find it flexible, powerful, but still fairly simple to use.
    When I create a new Application using "Based on Existing Tables", the pages that get created have some very nice Report Search functions and Breadcrumb Menu features generated automatically.
    I want to do the same when I add pages to an existing application. That is, I want new pages to automatically include those Report Search functions and Breadcrumb Menu features.
    I have tried various combinations of the existing wizards, but I have not been able to find any that generate all those features automatically. I know I can create pages using the page wizard, and then manually add the Report Search and Breadcrumb Menu. But that is very tedious. Nor can I find a better answer in the forum
    Any suggestions or ideas?
    Thanks
    Richard

    Can you show the scripts and reports screenshort, so we can have a clerarl idea.
    madni

  • NOT MACBOOK - I don't see the search function on this discussion page...

    tried to use the one on the main/top menu... not it... is it just me? where did the search box go???

    The search function has been temporarily turned off. This has been done in order to improve performance after a huge number of people started posting in the iPhone forums. There is an announcement on the main page that goes here:
    http://discussions.apple.com/ann.jspa?annID=382
    In the future, if you have questions about the functionality of the Discussions themselves, you should check or post in the Feedback About Discussions forum.
    -Doug

Maybe you are looking for

  • How to set the duration of each pic in a slideshow (and also how to pan and zoom)

    I have about 30 pictures I would like to add to a slide show. When I add them the duration for each picture is set to 6 seconds. I would like this changed to 4 seconds. But manually changing the duration of each individual picture, one by one, is a s

  • Where do I set URLRequestDefaults.idleTimeout  in air client?

    My air client sends long running request to server, but the air client times out. I need to increase this time out, but in which class do I need to set URLRequestDefaults.idleTimeout? Any class is ok or should be set in a certain class?

  • F110-Few Record types missing in DME file

    Hi experts, When we run F110, in the output file from DME(program:RFFOIT_B for Italy),some record types are missing.Eg: 5 and 6. Could you please help me understand on what conditions do these record types get filled in the output file. Are they main

  • Lcd has black streaks/lines when idle

    My iPhone 3G sometimes has vertical black lines or streaks when it's idle (when nothing is being displayed on the screen). It's random, doesn't happen all the time, but is on there most of the time. Using the phone and then letting it return to idle

  • Making Website name.

    Hi, Ok the first thing I want to say is I love the easyness and the elegance of the now iweb, however, I have one small problem. This is my first day of using it, and I must have missed a step or something because I cant name my website something lik