Navigation component

I inserted a navigation component and when I insert a link it moves it vertically when it should like up the links horizontally.

>Not sure why and employee of adobe would push me off here.
Because there are folks here that can help you.
Adobe support can help with product issues; download or installation issues, crashing, etc. They are not equipped to handle calls related to authoring or to help you learn how to be a web designer/developer.

Similar Messages

  • "Show Navigation Component" in whtopic.js

    In looking at the published HTML topic files, I found that
    the "Show Navigation Component" hover tooltip that appears over
    "Show" is in whtopic.js.
    Along with that, I'm guessing that the script to actually
    open the TOC is in whtopic.js as well.
    Which part of the script is this, and can I put that portion
    of the script into the published HTML topic to have it
    automatically open the TOC, rather than having the user click
    "Show"?

    This reminds me of Rick's old expression, you are changing
    the spark plugs via the exhaust pipe.
    Click on File | Project Settings | General Tab | Advanced
    Button | LNG File, browse to Common Section and edit Show to is the
    correct way to change the text.
    To open a topic with the TOC displayed is described in the
    Calling Webhelp topic on my site.

  • Send parameters to com.sap.km.cm.navigation component via URL

    Hi people,
    I have created an AbstractPortalComponent that, after some processing, generates an URL for the KM Navigation Component, opening a particular KM folder via request.redirect() method. Below is an example of this URL:
      <b>/irj/servlet/prt/portal/prtroot/com.sap.km.cm.navigation/documents/en/Information</b>
    It works fine. However, it always displays the KM Folder using the default LayoutSet. I tried to send the LayoutSet name via request parameter (of course using the same name as in a regular KM Navigation iView) together with the URL above, but it does not work:
    <b>/irj/servlet/prt/portal/prtroot/com.sap.km.cm.navigation/documents/en/Information?<u>rndLayoutSet=ConsumerExplorer</u></b>
    Have you guys faced similar issue before?
    Thanks in advance
    Fernando Urzedo

    Hi Fernando,
    Probably already a presentation setting on the folder is set. In this case, since the folder settings have a higher priority than the iview settings (in NW04(s)), the iView parameter is not taken into account. More details on http://help.sap.com/saphelp_nw04/helpdata/en/25/59bb2eece725498427334e0e21b80c/frameset.htm
    You could try to overcome the situation by using the parameter "layoutSetMode=force", which assures that the iView parameter overrules all other settings.
    Hope it helps.
    Kind regards,
    Roland

  • Hiding navigation component by default

    Hi
    I am creating a project with two SSLs - using Conditional Build Tags to vary the content. I would like one output to have a skin (to hold a 'Home' and 'Search' button), but I don't want the left hand navigation pane to shown by default, as I  am not wanting to display a Table of Contents. In this output, the user will navigate using links from buttons. I realise that the user can click 'Hide Navigation Component', but can the skin be edited to default to this position?

    I think this is what you want.
    http://www.wvanweelden.eu/blog/2012/08/01/always-show-webhelp-navigation-pane
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Tree Navigator Component

    Does anyone know where I can find some code samples that use a tree navigator component with JSF?
    I tried the MyPlaces panelNavigation/commandNavigation tags but could not make it work and couldn't find any good code samples to show me how it is supposed to look.
    I also tried the OurPlaces tree/treenode tags and only got it to partially work. Again, I couldn't find sample code that worked for me.
    I am using Java Studio Creator so maybe that is part of the problem.

    The FTREE builtin package is poorly covered in the Forms 6i online help, and well hidden. You have to search for FTREE, you won't find it otherwise. It does not appear in the help menus. When you do find some mention of it, you have to wander around the related subjects to find the rest of the help that even the Search cannot find.
    The Navigator is now a native object type, replacing the old add-on.
    It still has its faults and idiosynchrises, but it can be made to work well. To use it with 6i web forms, you need a recent patch set. 6i client/server and 9i are fine.

  • Apex 4.1 - problem with navigation component LIST after upgrade

    There seems to be problem with Tags in LIST component, after upgrade from 4.0 to 4.1 release

    Right, we verified a problem for migrated lists.
    We have lists of links, that are not based on a specific template. After upgrade to 4.1, they stopped from rendering in their region. Found out that the tag <TABLE> was not included in the HTML Source, hence the list body was not built to render.
    The only way we found to include it was to create a template for Lists (there is not one by default in Apex in certain themes), edit it and include the tag (in the section "Before List Entry" > "List Template Before Rows" - the tag itself is not present in the newly created template, too). Then, you need to assign the template to the existing Lists to make the list body re-appear: it doesn't seem to be a good practice to create a list without a template, but Apex should at least provide 1 by default.
    Edited by: Kleber M on Oct 28, 2011 9:03 AM

  • Change Placement of ''show'' navigation component

    1-24-update
    Ok I think this website has the answer to get around the Show link in a fake page
    https://www.wvanweelden.eu/product/webhelp-pro-toolbar-scripts
    2pm update:
    We've now decided we simply want the page that appears with the Show hyperlink to go away by itself; that is, we want to not even have this page show up if that is possible and go directly to the proper view of the page as if it was clicked from the TOC of the web page.
    So, if that's not possible, we are seeking a way for the Show hyperlink to click itself and take us away from the page we are looking at.
    In our topics have a top banner included in the Master Page.
    This top banner, covers the word "show" when the page is called during the
    clicking of a mailed link which we have been requested to provide via a Send
    Link button.
    Please refer to this item found during Google search:
    http://www.asadesigner.com/54-robohelp/f099ffa2dfe33fc4.htm
    So, I think, we cannot adjust the margin of the top of the page which is called by
    the mailto: function we are using, because it would interfere with the top
    banner when the page is called normally from within the Web output.
    Any help of course appreciated immensely and, might help other users with
    same issue.
    TC
    tags:
    show navigation control, show button, external topic referral

    Hi there
    For one thing, your link to the image appears to be hidden behind a firewall. Why not just include the image in the post using the Camera icon?
    Follow the link below to learn how to construct a link that will present the WebHelp with the desired topic in view.
    Click here to view
    Cheers... Rick

  • Navigation Component - Page ordering

    Hi,
    I have the list of pages under /mysite/en/pressroom/.  I am using navigation API to build the dynamic menu, which works like a charm. However, I cannot order it by alphabetical. Is there a API or a way to order those pages so they come in alphabetical order in the menu?
    Thanks in advance.

    there is no built in api to sort (children list directly) better to use java collection API like TreeMap or similar to do that.

  • Declarativ component Navigation

    Hi all,
    I have small problem with declarative components. I want do make navigation component, how have two buttons (Next, Priv), i want to put icons, text etc on them.
    When i create some page with some data i want to drag and drop that component then bind that component for my iterator. In this case i would have one solution for navigation on n iterators.
    What kind of parametar my declarative component should recive, and how to bind this buttons for recived button, or is this possible?
    Thank u for u time.

    http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_40/jdtut_11r2_40.html
    Found it!

  • Need a bapi for change component in CO02

    hi!
    i need to change  mass old material in production order(CO02) .
    so i need a bapi or FM to do it but i can't find it!
    thank you very much!

    Hi,
    Looks like we might not have the one...and you might need to go with BDC.....Check in Txn BAPI also.
    Refer:
    http://abaplog.wordpress.com/2007/10/10/navigating-component-screen-of-co02-with-bdc/
    http://abaplog.wordpress.com/2007/10/10/navigating-component-screen-of-co02-with-bdc/

  • Best approach to using command link from within a custom component

    I have created a navigation component "Menu" , used as follows:
    <custom:menu />The contents of menu are stored in an xml file and the Menu component delegates the rendering to a custom renderer, which basicaly writes out html links. (Actually, the component does a lot more, but I'm simplifying to get to the point.).
    Sometimes, I need to render a command link instead of a regular html link. I don't want to re-invent the wheel here, so I want to delegate this to the standard command link components.
    Approach 1: create child components within the Menu component constructor, e.g.
    HtmlCommandLink c = new HtmlCommandLink();
              MethodExpression e = FacesContext.getCurrentInstance().getApplication().getExpressionFactory().
                   createMethodExpression(FacesContext.getCurrentInstance().getELContext(),
                   "#{registrationEditor.enterSubmission}",
                   String.class,
                   new Class[] { });
              c.setActionExpression(e);
              c.setValue("TestLink");
              c.setTransient(true);
              getChildren().add(c);Approach 2: delegate to the CommandLinkRenderer within my custom renderer, e.g.CommandLinkRenderer delegate = new CommandLinkRenderer();
                        HtmlCommandLink link = new HtmlCommandLink();
                        ExpressionFactory elFactory =
                             FacesContext.getCurrentInstance().getApplication().getExpressionFactory();
                        MethodExpression actionExpression =
                             elFactory.createMethodExpression(context.getELContext(), c.getExpression(), String.class, new Class[] {});
                        link.setActionExpression(actionExpression);
                        link.setParent(component.getParent());
                        link.setValue(c.getLabel());
                        delegate.encodeBegin(context, link);
                        delegate.encodeChildren(context, link);
                        delegate.encodeEnd(context, link);Is either of these a respectable approach - they feel a little hackish. If so, which do you prefer. If not, what do you recommend?
    Thanks
    Richard

    I think either is a fine approach and not at all hackish. I prefer the second, although I couldn't tell you why (just a gut feeling). That said, I haven't tried either so there may be hidden problems. My main concern would be what happens when the request is submitted from the page, that the Restore View phase is done correctly so that the proper event is fired.

  • EP About top level navigation

    We are designing that many roles are assigned to one user.
    (about 7-8 roles per user)
    When many roles are assigned to the user, tabs in top level navigation bar can not be displayed without scroll horizontally.
    We want to display all roles at once, without scroll.
    To realize the above, roles must be displayed on 2 records
    in the one top level navigation bar.
    Is ther someone who knows whether top level navigation can
    be displayed at 2 records on a bar, or not.
    Any help or information would be appreciated.
    Thank you.
    Mizuka Aoyama
    SAP Japan Netweaver Consulting.

    Mizuka,
    first, you might want to reorganize your roles and possibly have a look at the "merging" feature.
    Next, you might change the portals theme to use a smaller font for the top level tabs.
    If both options are unsuitable, you can develop your own top level navigation component by writing some java code. Then you can make it look whatever you like to (and I mean it, it's extremely flexible, I did it early in the time of EP6 SP 0 ramp-up, but definitely takes some time).
    Regards,
    Dominik

  • How to use navigationmethod byEPCM with navigation tag libraries?

    Hi,
    we have created our own Top Level Navigation component which implements a hover meny for level 3-5. The menu works great when navigationmethod in the anchor is set to "byURL":
    <nav:navNodeAnchor navigationMethod="byURL" anchorAttributes="class='LinkLevel1u'"/>
    but we need to use "byEPCM" since we want to utilize history, forward and backwards functions of the Page Toolbar.
    When we set
    navigationMethod="byEPCM"
    our menu is not updated when the users clicks on a menu item. But in the content area the correct page/iview is shown.
    Use of byEPCM is very poorly documented, does anyone have any experience with it?

    Vegard,
    I am facing the exact same issue you had with the menu navigation not refreshing, but the content area displays the correct pages. Did you find a fix to this problem? Could you please post a reply if you did or didn't. Thanks.

  • Jdeveloper 10134 not showing Application Navigator,Connection Navigator etc

    Hi All,
    I am using Jdev 10.1.3.4. When I am openning jdev I can only see "Structure" and "Property inspector". Apart form these two I am unable to open the other window i.e. "Application Navigator", "Connection Navigator" , "Component Palette" etc. I tried to open from the menu View > Application Navigator, but it didn't work.
    I went to Tools > Preferences and then got the below error.
    java.lang.NullPointerException
         at oracle.ideimpl.webbrowser.BrowserOptionsPanel.onEntry(BrowserOptionsPanel.java:95)
         at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:926)
         at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:899)
         at oracle.ide.panels.MDDPanel.mav$enterTraversable(MDDPanel.java:106)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1348)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1216)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1210)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:515)
         at java.awt.Dialog.show(Dialog.java:536)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:276)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:597)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:391)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:47)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:259)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:541)
         at oracle.ide.controller.IdeAction$1.run(IdeAction.java:772)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    FYI, it was working fine previously. May be some file got missed. Can any body help me regarding this. Any help will be appreciated.
    ~Abhijit

    Hello Frank,
    Thanks for your reply. As you suggested I renamed the "system" folder within jdev folder. Then restarted jdev. But the same problem still exist.
    I also tried by taking another Jdeveloper dump (which is working in another machine) , but got the same problem again in my machine.
    I don't know whether the problem is with jdev files or some thing else, could be my machile system files also. Pls have a look on this once again.
    ~Abhijit

  • How to set up  a big navigation box?

    Hello!
    …like that:
    I’d like to know which components are required. Horizontal-navigation ++ ?? and how are the next steps supposed to be?
    Any hint would be much appreciated.
    G

    Thank you, Aishvarya!
    Does it mean the little thumbnails shown on top of my composition are supposed to replace the horizontal navigation I already configured in my project?
    I’m not sure how I should go on in order to establish a link between my horizontal navigation and the mega menu, in case I’m supposed to keep the horizontal navigation component already implemented. Or do I better first, get rid of “HOME, PROJEKTE, PERSON, KONTAKT”, then, recreate those points in the grey thumbnails ?

Maybe you are looking for

  • Blue Screen during Windows install on SATA Raid1

    Hi Folks! I have a BIG problem with my brand new Eclipse SLI. I can't install Windows (tried Vista and XP x64). It crashes already in the beginning!!!  I'm not an OC,yet so all my settings are like default or AUTO. Only my memory I set to 1600 throug

  • Adding new field in the TCode FBL3N

    Hi folks,           We want to add New filed (Vendor Name) in the final output of TCode FBL3N. We added field in the 'Change Layout' option in the application tool bar. Now the field is coming on to the output, but with no data. What to do to get dat

  • PPro CS5 multi-cam cross dissolve fail

    I'm working on a two camera interview in Production Premium CS5. Did the standard setup -- a source sequence with the two camera feeds, nested into a muiti-cam edit sequence where I pick the angles using the multi-cam monitor. Then I nest this into a

  • Sending Email with Subject?

    Hi - creating a button for the user to send an email to technical support..  Anyway to pre-populate the Email subject? Maybe with Javascript?

  • How to re-execute a job which has failed

    hi everyone,                     i am executing a job ....it executed for few minutes and hav been able to load few records in the final table(target)....some exception is thrown up and job failed after that....i want to re-execute the job with only