Drop down text options

I'm looking for feedback on other options for displaying drop
down text. I'm getting feedback from my users that they don't
understand that green italic text (or what ever format is used)
assumes drop down text. Most people are now used to seeing collapse
and expand icons to represent drop down information. I have used
the twisties in some of my projects but in this specific case, i am
using the Show/Hide All script and there appears to be a conflict
with the 2 scripts.
I'm just curious if there are other methods used to represent
or display that an item on the page is a drop down link, other than
expand or collapse icons.

Are you talking about the twisty / show hide methods on my
site? If so please see the introductory topic that refers to a
script that does allow both to work together.

Similar Messages

  • Print drop-down text

    I am using RoboHelp 11 and would like to print pages using the Advanced Options - Include drop-down text option. I have discovered that this option does NOT work when the drop-down text is in a snippet.
    Are there any known work-arounds for this "feature" besides copying and pasting the snippet content into the page being printed? While I know this works, it defeats the purpose of reusing the snippet and knowing where that content is being used throughout the project.

    I just tested a three topic project with a snippet in each topic. The topics were in different folder levels.
    It works OK so first try again with a new project.
    Let us know whether or not that works.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Add value entered in a text box to drop down menu options

    hi everyone
    i am making a pdf form for medical imaging report. i have a text box where the users enters a number, i want this entered number to appear within a drop down menu options
    thanks

    Hi Alexander,
    I can explain you the details there is a list as you mentioned Newsletter with a column email in it you are right but for your answer ya i can use enforce unique values for that column but if i am using it it gives me an error in the next page what i want
    is just beside my text box to say that already registered user.I want that functionality that is what i meant.
    Thanks
    Eswar
    Eswar Chand Teki

  • Is there a way to expand all drop-down text in a single topic in the editor?

    I'm going through all the topics in a large RH10 project manually checking various things. A lot of topics contain drop-down text and to view the contents, I'm having to right click on each one and select 'Drop-down text properties'. Which is taking FOREVER. So:
    a) is there an option to expand all drop-down text in the current topic? I'm sure I remember this from a previous version but can't find it now.
    b) is there a keyboard shortcut to open drop-down text?
    Please say yes.

    a] Yes.
    b] No.
    There is nothing in Rh but there is a method on my site and on htttp://wvanweelden.eu The same scripts, just different explanations.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Probs with drop-down text in Word doc

    I'd like to include drop-down text in my printed
    documentation, but I'm having problems making it work. I have lots
    of i-frames in my Webhelp project and, for some reason, they all
    seem to have carriage returns in them. When I turn on the "include
    drop-down text" in my printed doc options, these carriage returns
    wreak havoc on my formatting.
    I've tried removing them from the TrueCode, but they just
    re-generate. I've also thought about writing a macro in Word to
    remove them, but I can't think of a way to ensure it is consisent.
    And, I have numerous long documents that will be generated from
    this project, so it is not feasible to remove them manually.
    I'd really like to use the drop-down text functionality for
    my printed docs. Short of turning of the drop-down text, using
    conditional tags, and duplicating text , I don't know how. Any
    ideas?
    BTW, I'm using RoboHelp X5.

    Based on the information I received from Peter Grainge, I completed the following steps.  The Bulleted-List issue was fixed, but not the numbered-lists.
    1.        Make sure your RoboHelp project is not opened.
    2.        Open up the default.css style sheet for your project in Notepad.
    3.        Search for the following text:
    P.Numbered-List {
       list-style: decimal;
       text-indent: -;
       margin-left: 0pt;
    4.        Replace with the following text:
    /*P.Numbered-List {
       list-style: decimal;
       text-indent: -;
       margin-left: 0pt;
    5.        Search for the following text:
    P.Bulleted-List {
       list-style: disc;
       margin-left: -6pt;
    6.        Replace with the following text:
    /*P.Bulleted-List {
       list-style: disc;
       margin-left: -6pt;
    7.        Open up your RoboHelp Project
    8.        Go to Edit : Find and Replace Files
    9.        Search for:  <li><p class="Bulleted-List">
    10.     Replace with: <li class="Bulleted-List"><p>
    11.     Now do another search and replace.
    12.     Search for: <li><p class="Numbered-List">
    13.     Replace with: <li class="Numbered-List"><p>
    14.     Remove any extra lines that appear at the end of the drop-down text.

  • Image as drop-down text link -- image doesn't appear

    (Using Robohelp X5)
    Wondering if anybody has had anything like this happen before
    and can explain it for me???
    First line of topic is type <h1>. At the end of the
    line I have an icon that is a link to drop-down text.
    Here's where it gets weird. I compiled the help and displayed
    the .chm. Looked at the topic, the image doesn't appear, but is
    clickable (and works properly). Used the 'print' option from the
    .chm to print to .pdf. The image appears in the .pdf.
    Looked at the code, can't see anything wrong with it.
    Back in the wysiwyg editor, selected the last character of
    normal text plus the clickable icon, copied and pasted in place (so
    now have
    <text2><dropdown2><text><dropdown>)
    Removed <text><dropdown> (the original content),
    edited the code to use the proper 'name' attribute (because it was
    modified on the paste), recompiled, ran the .chm, everything
    displays properly (the image is there).
    Note: I was having similar problems with it earlier, think I
    fixed it the same way, and everything was okay for a few compiles,
    then started having the problems again.
    At this point, as far as I can see, the .html is the *same*
    as it was before, but now the image appears in the .chm. Colour me
    totally confused :-)
    Anybody have any insights as to why this could be happening?
    Thanks!

    Change what you have now:
    a:link {
        color: #4E8E98;
        text-decoration: none;
    a:visited {
        text-decoration: none;
        color: #4E8E98;
    a:hover {
        text-decoration: none;
        color: black;
    a.dark:active {
        text-decoration: none;
        color: #FFF;
    a.light:link {
        color: #DCDBE1;
        text-decoration: none;
    a.light:visited {
        text-decoration: none;
        color: #DCDBE1;
    a.light:hover {
        text-decoration: none;
        color: #776153;
    a.light:active {
        text-decoration: none;
        color: #FFF;
    a.dark:link {
        color: #4E8E98;
        text-decoration: none;
    a.dark:visited {
        text-decoration: none;
        color: #4E8E98;
    a.dark:hover {
        text-decoration: none;
        color: black;
    a.dark:active {
        text-decoration: none;
        color: #FFF;
    To this:
    /**MAIN LINKS**/
    a {text-decoration: none}
    a:link { color: #4E8E98;}
    a:visited {color: #4E8E98;}
    a:hover { color: #000;}
    a:active, a:focus {color: #FFF;}
    /**SPECIAL LINKS**/
    .light a:link {color: #DCDBE1;}
    .light a:visited {color: #DCDBE1;}
    .light a:hover {color: #776153;}
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Drop-down text disappears

    Hi again all
    We are finding it impossible to get drop-down text to appear in Robohelp, using TC4.
    *BTW We have linked the RH and FM files, not imported )
    In Framemaker, I select the text I want as the drop-down heading, and select Dynamic HTML effects>DropDownCaption (this applies the DropDownCaption style to it.)
    I do the equivalent with the drop down text.
    I then go to RH, do an Update all, and sure enough, the drop-down text is not visible, except when I hover over the DDcaption, and it does show up as DDtext.
    However, when I compile, I get only the DDcaption, and instead of it being selectable, and having text associated with it, nothing at all. It just appears like normal text.
    I CAN create dropdowns within RH itself but these then disappear when I update the FM files.
    I've looked at the other messages within this group relating to this, but none of them seem to really help. I have tried different sizes of drop down text, with single/multiple styles - to no avail.
    Please help if you can - I really need to get this to work as we are still evaluating Adobe vs Flare - and I'd really rather use Adobe!
    Thanks
    Laura

    I have discovered that this is to do with cross-references that may appear in the headings. If any cross references appear at the START of the heading, the drop down does not work. However, if I move the X-refs to the end, the drop down does work.
    Bizarre.

  • Drop down text box?

    Is there a way, in iWeb 08, to have a drop down text box. Click on a little triangle, as in iWeb's page column or Mail's mailbox list, and have text appear?
    Heading <<< before. Click on the > (arrow) and....
    Heading
    - Item one
    - Item two

    Do you mean a drop down menu where the viewer makes a selection or a text box that the viewer can add text to? If it the menu type Google from Drop Down Menu and you'll find a number of sites with the code you can use to add to a Web Widget HTML Snippet. Haven't found any sites for a box you can write into.
    One of the sites is: http://www.brothercake.com/dropdown/
    OT

  • Drop Down Text Effects

    Hi there.
    I'm created topics currently that have drop down text effects in them.
    Basically, I have a title which has got a little image next to it (a plus expand sign image).
    When you click either the image of the title text, the drop down text appears as intended.
    Is there anyway I can get it, so that when you click either the text or the image, the image changes to be a minimise image?
    The screenshots below demonstrate what I mean a bit clearer.
    Thanks very much,
    Craig

    Hi Craig
    All I can say is that the script or whatever simply isn't finding the image if you are viewing from the compiled CHM. When you compile, you need to ensure that everything is in the place it needs to be. For example, maybe you have a folder in your project and you added the image to the folder. But in reality, it's looking for the image in the project root. Because the image is in the folder, it cannot be found.
    I'd suggest a double-check of things just to be certain.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • Drop-down Text - Bullet Format

    Can bullets in a drop-down text box be different than the bullet of the item it is describing. In RoboHelp 9, the bullets take on the formatting of the original item even though I have them formatted differently.
    Here is an example of what I'm trying to do.
    I start with this list:
    When I create the drop-down text and format the bullets within this text for item "Line 1", they look like this.
    When I view the selected item and/or when I generate and view it, I get the following result.
    Obviously I didn't create the drop-down text with the large square bullet, but it appears to pick up the bullet from the main listing.
    How can I get separate formatting for the drop-down text?  Is there something wrong with the formatting of my drop-down text box?
    I do have drop-down text boxes in RoboHelp 7 that have different bullet formatting, but the only way this could be achieved is by leaving the formatting of the original list as Normal and inserting the bullet as an image.
    This shows the list item with an inserted image as the bullet and in Normal format.
    This shows the formatting that I would like to see.
    This shows that the formatting is ok in the drop-down, but only if I don't use bullets on the original list.
    Thank you!

    Did anyone ever figure this out? I am having the same problem, but in addition to bullet and numbering styles, the dropdown text is inheriting other qualities from the Hotspot format, including font color.
    What can I do to maintain the formatting in the drop down text independently from the text formatting of the hotspot?
    Thanks!

  • How To Make Interactive Drop Down Text Boxs??

    As many may know from my recent posts, I am pretty new to this whole design thing. I'm getting a pretty good hang of most things, but now I've reached a point where I am trying to create some interactive features.
    I have a page in an iPad magazine whish is a full page photo. What I want to do is have a couple of buttons in random places on the photo that when tapped/pressed/pushed, roll out a drop down text box and when tapped/pushed/pressed again, rolls up the text box. I'm not sure what this is called or how to do it so any help is much appreciated.
    I should be able ot figure it out for myself if someone can give me a general idea of what this sort of item is called and the general steps involved.
    Thanks for the help

    You might want to try Multi State Objects (Object States).
    One state should be an empty frame and the other state a text box.
    The buttons get the action "Go To State" so you can switch to diffent Object States when you tap on them.
    If you're really looking for a way to make it interactive (HTML dropboxes), you might want to use HTML(5) and include it in DPS as Web Content.

  • Drop-Downs text is wiped out

    RH X 5, webhelp layout
    To retreive topics that were deleted from a project, I've
    imported the corresponding output (htm) files. Aside from the red
    boxes (java script), the topic looks fine only the the text on the
    drop-down hotspots has been cleared out.
    Is there a way to avoid this from happening? Is there a way
    to restore the drop-down text?

    I don't mean to be a pest, I just want to determine if the
    steps I've taken & the results I'm getting are what they should
    be.
    I imported the htm files that were on the server, but the
    data in the drop-downs was cleared out. If I understand correctly,
    ithis s how it should be, but I'm confused because you say that I
    can import the htm files without cleanup. Does that mean there's a
    way to avoid having to re-establish the drop-downs? or maybe the
    import feature isn't working like it should?
    FYI - this morning I received "proj corrrupt" msg that I
    can't seem to get passed even by deleting the cpd & xpj files,
    so I'm going to have RH re-installed.
    Thank you, I appreciate your responses.

  • How to display further information when a drop down menu option has been selected.

    Hi all,
    Thank you in advance for any replies!
    I'm building a website which has a drop down menu (HTML for the menu is below). When a TV size is selected i need the pricing information for that specific TV size to appear below the menu.
    Is there a way to do this?
    Thank you!
    <select name="Please select your TV Size" size="1">
            <option> </option>
            <option>Less than 42&quot;</option>
            <option>More Than 42&quot;</option>
          </select>

    Sure it is. And Nancy has given you a good alternative as well.
          <p>TV1 <input id="num1" type="radio" checked value="tv1" onclick="document.getElementById('tv1').style.display='block';document.getElementById('tv 2').style.display='none';this.checked=true;document.getElementById('num2').checked=false;" ></p>
          <p>TV2 <input id="num2" type="radio" value="tv2" onclick="document.getElementById('tv2').style.display='block';document.getElementById('tv 1').style.display='none';this.checked=true;document.getElementById('num1').checked=false;" ></p>
    <div id="tv1">Info for TV1</div>
    <div id="tv2">Info for TV2</div>
    With this CSS -
    <style type="text/css">
    #tv1 { display:block; }
    #tv2 { display:none; }
    </style>
    Should work.

  • Screen Personas - Drop down menu option

    Hello everyone,
    I have a query regarding the menu option that is displayed by default in a flavor that we create (beside the field to launch tcodes).
    Question 1) Is there a way to do some changes to this list? by that I mean, change the color, add or remove or disable functions, etc.
    Question 2) Is there a way to create a button with similar drop down option menu?
    Thanks,
    Mahip Singh Saluja.

    You can change the colours of the button itself, but not of the menu that pops up, as far as I know. If you double-click the button in edit mode, you can remove items and sub-menus from that menu. You can't add new items.
    There's no way to add a custom menu that performs actions as that does. You can create a field with a dropdown list, but it is just a text field. You could also add a script button that looked at the selected value of that field and did things. That needs an extra click - select required option and click "Go", rather than just select from menu - but that's as close as you can get.
    Steve.

  • Creating Drop Down or Option selection for prompt user input.

    Hello,
    I wanted to know how can I create a drop down menu that has predefined values? I have the prompt user input vi. When it says enter voltage..i want the user should be able to select from a drop down menu values..also is it possible to have a predefined set of values from which a user can select...say 5 values are displayed and user selects one of them each time the vi is run...can this be realized..kindly help.
    Thanks.
    Ravi

    Hi Ravi,
    you can use a text ring  or a menu ring control located on the Ring and Enum on the control pallete.
    for a pre defined value you can edit that control to have what ever values you want from the user to input.
    You can change the menu option by right clicking on the ring control and choosing Edit items from the list and use the values you want.
    Regards,
    Nitin

Maybe you are looking for

  • 403 Forbidden Error on directory but not on index page.

    I can't seem to find the source of the 403 Forbidden error. Index page works as expected but accessing the owncoud directory throws this error. Configs below. httpd.conf condensed: ServerRoot "/etc/httpd" Listen 80 LoadModule authn_file_module module

  • Satellite L-555 Tochpad and Wireles adapter have stopped working.

    Hello This all started when I downloaded AOL's 9.7 program. The installer downloaded and started. Windows 7 requested permission to allow AOL to make changes to the computer. I clicked yes. 5 seconds latter the computer locked up. All functions would

  • Passing Object parameters to Procedures in Oracle

    Hi, Can any one please provide me with a sample example how to pass object types as parameters (IN) to a procedure/package. Thanks in Advance.

  • How to roundup String array values

    Hello friends, I have some problem in my jsp page, if i give the qty value 12345.9876 like this i have problem if i will give like this 12345.99 it work so i want to roundup the values how to round up the string[] saQty=null; the saQty i want to roun

  • IPhone: How to tell if Phone is in Silent Mode

    Is there any way to detect if the iphone has it's sound turned off? I can't find anything in the docs.