Using dvt without having menu??

Dear All,
I want to use DVT without having a menu,(i am using no navigation in my books) is it applicable??
Thanks

This use case will need a lot of modifications.You will have to use the extension mechanisms in dvt to accomplish those.
OOTB dvt relies on the DISC api to find books, pages and portlets and decorates them with the appropriate menu items. I am not sure the DISC api will return menu items inside a portlet within a shell.
Using extension you can modify/extend LookAndFeelInjector.js#_injectCustomizeLinkForNavigable to add menu items within your portlet menu.

Similar Messages

  • I want to edit Pictures that are on my External Hard Drive Using iPhoto without having to import them every time, it was suggested to me to use Aperture. any advise is appreciated

    I want to edit Pictures that are on my External Hard Drive Using iPhoto without having to import them every time, it was suggested to me to use Aperture. any advise is appreciated

    Aperture is a nice program, I use it myself for it's adjustment and light editing capabiities.
    You can save a vault on another drive.

  • HT2515 can u use it without having mac?

    I have a Macbook but my doesn't so my question is, can you use IChat without having a Mac?

    The application itself won't work, but there may be PC clients for the service you use iChat with.
    (70474)

  • Can you use hello without having to send a link? seems useless if I have to call someone to tell them I sent a link to use Hello?

    Im just wondering if you have to send a link when wanting to use Hello?

    Hi, My husband and I tried it out and it never connected without having to check our mail and click the link...Are we doing something wrong.? I wanted to use this to make calls to the states but didnt want to have to call them and tell them to check their mail...

  • HT5449 Is there a way to use this without having to have a constant internet connection?

    I dont always have a live connection but would still like to use the product.

    Welcome to Apple Support Communities
    Dictation requires an Internet connection in OS X Mountain Lion, so you can't use Dictation without an Internet connection. Instead, use an app like Dragon Dictate.
    It's a feature that a lot of users have requested and it's possible that it will be included in future Mac OS X versions

  • Using extensions without having write permission to ext directory

    I'm trying to deploy a servlet and I need to use a Java extension so that I can get a dll required by one of my libraries into the Java path (the dll is packed in a jar). The problem, however, is that the user of the client machine is not guaranteed to have write permission to <jre>/lib/ext. Is there a way that I can specify an alternate directory for the jar to be placed in that the client user's permission will allow (e.g. Temporary Internet Files, Temp Directory, in the home directory, etc.)? Alternatively, is way to get the dll uploaded to the client machine without using extensions? Requiring the client user to manually install the file is not an option.
    Thank you.

    I solved this Problem myself!
    It is possible to give permission on status transition. That was what i was searching for!
    Thanks!

  • How to use skype without having to sign in with my...

    Hi, I have just installed Windows 8 Pro. The only thing is that when I go to use SKYPE it wants to use a Microsoft Account and not my SKYPE account. I don't want to use my Microsoft Account as I already have a SKYPE account and they are for two different things and I do not want them them to meet
    Solved!
    Go to Solution.

    Temporary disable Norton Antivirus
    From main page of NAV, Settings >> Computer >> Real Time Protection >> Turn Off Auto-Protect.
    Reset IE.
    Click Internet Options >> Advanced >> Restore Advanced Settings >> Reset >> Mark Delete personal settings >> OK >> Restart.
    Now try reinstalling latest Skype with MSI link:
    http://www.skype.com/go/getskype-msi
    Regards,
    Tamim
    Location - Dhaka | Bangladesh - Standard Time Zone: GMT/UTC + 06:00 hour
    If one of my replies has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.

  • How do I keep the ipad 2 on while using it without having to push buttons to get back to where I was?

    How do I keep the iPad 2 on while using it so it won't go off, making have to push the buttons to get back to where I was?

    Open the Settings app > General > AutoLock - set to Never. You will, howver, want to get in the habit of manually putting it to sleep with the on/off button.

  • Cant use tools without having to sign in?

    All I wanted to do is edit text and take out photographs from a pdf document, but it told me to sign in so I paid for a membership and signed up and now when I go back into adobe reader it doesnt allow me to sign in and all it says is "an error occurred while signing in?
    please ive been trying to solve this for hours and am literally pulling my hair out!

    Not sure what would lead you to subscribing. You can export to DOC, but it won't be much like the original. PDF is a format VERY VERY unsuited to editing, which is a desperate last resort.

  • Using iSupplier without Purchasing

    Hi Gurus
    I need your help to confirm whether it is possible to use iSupplier without having configured Purchasing and with Payables only?
    The functionality to be used in this case would be Suppliers creating their own invoices using the iSupplier responsibility and ability to view payments.
    I have been looking over internet and as it appears, Purchasing module is the main pre-requisite for iSupplier, which makes sense because the whole functionality revolves around Purchasing, however I am looking to use only the invoice part.
    Looking forward to your guidance.
    Thanks.
    Sharjeel

    There will be no charge, as long as you are using only 5 gb. The rest you have to pay for.Go to setting>iCloud>Storage & Backup. When you go there. it will tell you how many GB you are using.

  • Menu-drive page flow without having to resort to portals

    Is it possible to use the page flow system in a cross-frame context, without having
    to resort to the Portal paradigm?
    We need to display a menu in the top frame and the actual page displayed in the
    center frame needs to change when a menu option is clicked. I know this sounds
    a lot like the portal, but it is much more simple. Can I find an example somewhere
    on how to implement this with only a page flow.
    Thanks in advance,
    Regards,
    Jan Noppen

    Hi Jan,
    we needed something similar in one of our projects. I don't know if you
    mean html frames, or you just used the word to describe the menu-content
    structure. We had the later.
    We used netui:templates to do it. We created a template that contained a
    menu and the actual content. The jsp-s of the pageflow used this
    template, so they had the menu. The different parts can communicate
    using request or session.
    BR,
    don
    Template:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="netui-tags-template.tld" prefix="netui-template"%>
    <%@ taglib uri="netui-tags-databinding.tld" prefix="netui-data"%>
    <%@ taglib uri="netui-tags-html.tld" prefix="netui"%>
    <netui:html>
    <head>
    <netui:base />
    <title><netui-template:attribute name="title"/></title>
    <link href="<%=request.getContextPath()%>/resources/css/style.css"
    type="text/css" rel="stylesheet"/>
    </head>
    <body style="margin:0">
    <jsp:include page="menu.jsp" />
    <netui-template:includeSection
    name="bodySection"></netui-template:includeSection>
    </body>
    </netui:html>
    jsp in pageflow:
    <!--Generated by WebLogic Workshop-->
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="netui-tags-databinding.tld" prefix="netui-data"%>
    <%@ taglib uri="netui-tags-html.tld" prefix="netui"%>
    <%@ taglib uri="netui-tags-template.tld" prefix="netui-template"%>
    <netui-template:template templatePage="/resources/jsp/mytemplate.jsp">
    <netui-template:setAttribute value="Title of page" name="title"/>
    <netui-template:section name="bodySection">
         some content
    </body>
    </netui-template:section>
    </netui-template:template>
    Jan Noppen wrote:
    Is it possible to use the page flow system in a cross-frame context, without having
    to resort to the Portal paradigm?
    We need to display a menu in the top frame and the actual page displayed in the
    center frame needs to change when a menu option is clicked. I know this sounds
    a lot like the portal, but it is much more simple. Can I find an example somewhere
    on how to implement this with only a page flow.
    Thanks in advance,
    Regards,
    Jan Noppen

  • Is it possible to wifi sync without having synced using USB at all beforehand?

    Ive really managed to screw up my iPhone, I kept trying to sync but my computer didnt recognise it so I reset all the settings and content on my iphone from the menu but that didnt work so I tried putting it into recovery mode but when I tried to restore it I got error 1611, then when i put it in DFU once I got error 28. It has in the mean time it has gone back to working fine as an iphone (out of DFU and recovery mode) but still it cant be found by any computer and so I have no music or audiobooks on it and an unable to sync although my iphone does charge when plugged in? I have no idea what to do and my iPhones out of warranty so I was wondering if there was any possible way where I could get my iphone to sync over wifi without having to have been synced by USB first and had Wifi Sync turned on? Is there any way of say putting in a file convincing my computer it had been synced and wifi had been turned on because otherwise my iphone is obselete and its pay as you go so I'm not getting another at any point.

    Could be that your docking port is damaged:
    Error 23, 28, 29: These errors may indicate a hardware issue with your device. Follow the steps in this article. Also attempt to restore while connected with the white USB Dock Connector cable that shipped with your device, on a known good computer and network to isolate this issue to the device. The MAC address being missing or the IMEI being the default value, (00 499901 064000 0), can also confirm a hardware issue. Out-of-date or incorrectly configured security software can also cause these errors.
    Your phone has to be recognized via USB at least once, to be able to sync using Wi-Fi.

  • Is there a way to use a non-apple external display (monitor) without having my macbook air plugged in?

    Just got a 27'' AOC monitor that I'm using with my Macbook Air (purchased in 2013). It's working great but as soon as I unplug the power adapter from my laptop the monitor goes black and says 'no signal'. I've been reading online that you need to have the power adapter plugged in to use an external monitor - my questions are: 1) does that harm the laptop's batter? if so, 2) is there a workaround? if there is no workaround, 3) does an Apple monitor also require that a laptop be plugged in for the external display to continue functioning while the laptop is in clamshell mode (closed lid)?
    Thanks in advance for any advice

    Thanks, Matt. In my case, the monitor definitely shuts off when I unplug the power from my laptop in clamshell mode. If the lid is open, however, the monitor continues to function even without the power adapter plugged into my laptop. Ideally, I'd like to have the lid closed on my laptop and be able to use the external monitor without having the power plugged into my laptop. That's what doesn't seem to work - if your does, please let me know if you have any pointers.
    Thanks again!

  • Can I use the same iTunes account for 2 iPads without having the same apps on both?

    Can I use the same iTunes account for 2 iPads without having the same apps on both? Everytime I try to sync my new iPad, it syncs all the apps that are on my account. If I can do this, can someone tell me how please???

    Yes you can, easily.  When you plug the first pad in to sync, note the name of the pad on the last pane.  Set up for that device whatever you want to sync.  When you are done, plug the second pad in.  Make sure it has a different name on the left pane.   Then sync to that pad whatever you want.  I tunes will remember what you did on each pad, and will start from there the next time you plug in.

  • How can i remove pictures from my droid turbo without having to use the touch screen on the phone at all?

    how can i remove pictures from my droid turbo without having to use the touch screen on the phone at all?  my screen is cracked and i am waiting on a replacement phone.  as far as i can tell in order to access the phone storage through my computer, i have to use the touchscreen to enable it so that the computer will see it as a camera.  I can't do that as the top half of the touschscreen is unresponsive.  any suggestions?  teaches me to use the backup services offered in the future, but i still need a short term solution for this time.

        I'm sorry to hear your screen is cracked spence425. I know its difficult to use the phone while its damaged. I'm happy you are receiving a replacement device. Have you saved any of your pictures and other data to the cloud? Here is a link about the cloud http://vz.to/1mF0GIx . Unfortunately, you will be unable to remove any data from the phone if the screen is unresponsive but if you are looking to transfer data to your new phone, it would have needed to be saved via the cloud first. Keep us posted.
    Kinquana_VZW
    Follow us on Twitter @vzwsupport

Maybe you are looking for