Content Presentor is not apperaing in Context Menu

During trying out webcenter tutorial provided in below link, I did not find the *"Content Presentor"* menu item while drag and drop of home.html to panelCustomizable tag of home.jspx.
The following mentu item were found.
ADF Go Link
Document - Documents Viewer
Document - Mini Viewer
ADF Inline Frame
Document - Upload
Document - Rich Text Editor
The following menu items are not found
Document - Version History
Document - Properties
Document - Content Presentor
Blogs
Tutorial Link - http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e10273/createconnect.htm#CBBEAFBB
JDeveloper Version - Studio Edition Version 11.1.1.5.0
But I am able to see "Content Presentor" under Component Palette / Document Service / Regions_
Any pointer how can I proceed for the tutorial?
Thanks In Advance!
priyadarshi
Edited by: priya4priya on May 30, 2011 9:33 PM

What does the tutorial says? Does it require a content server or does it says to use a file based connection?
I'm not sure but i think that could be the problem. The content presenter is designed to work with UCM, not a file based connection.

Similar Messages

  • My right click is not working. the context menu does not come up and i can no longer drag files/folders. I have checked the mouse and track pad in system preferences and the correct boxes are all checked (with a support member). Please can you help

    My right click is not working and producing the context menu or ability to drag files and folders. I just spoke with a phone support person and we checked that all the mouse/trackpad options for right click were correct and checked.
    Please can you help with this.
    It has only just happened in the last few days.
    Many thanks

    You might want to update your profile so that we can see what model iMac you have and what version of OSX you're running.
    For this question, it might help to know if you're dealing with a trackpad, Magic Mouse, or something else?
    (Until your issue's resolved, you can Control-Left Click to get the right click functionality).

  • Disabled components: to popup or not to popup context menu?

    Hi experts,
    just noticed that Swing pops up a component menu on mouse click even if the component isn't enabled. Seems to contradict the general rule to not allow "active" interaction (vs. "passive" as f.i. still showing the tooltip, the distinction is probably freely invented but serves me well enough ;) with a disabled component.
    Could half-way live with that - except that then all menu items need to be disabled individually. Another option would be to return a null componentPopup if disabled. Not generally applicable because requires subclassing. Yet another might be to force-inject a MouseListener into the rootPane: it would intercept and swallow the popup triggers if the target is disabled, otherwise delegate to the ui-installed listener.
    Comments please?
    Thanks
    Jeanette

    >
    release is out (here's a screenshot: http://www.jyloo.com/news/?pubId=1297423104000 - commercial, though) - so have a bit more time right now to tackle this
    What puzzled me most in your comments was:
    >
    (and set the show popup action enabled/disabled as well). because I expected that to be not a problem at all: RootPane's action in isEnabled(sender) first checks if the sender is the focusOwner and returns false if not. Disabled components cannot be focusOwner, so safe territory. Except ... they can, even if there are enabled focusable components around. Turns out that the KeyboardFocusManager isn't clever enough to keep transfering the focus when a whole bunch of components is disabled. Or maybe it's a timing issue, as focus transfers can be asynchronous, and/or are tricky anyway, don't know. Whatever, when disabling a bunch of components, it must be done in the inverse order of the focusTransferCycle ... and that's completely unmanageable except for most simple contexts, like focus cycle is the same as insertion order, than reversing disable loop is a brittle option
    // before calling this, focus on parent.getComponent(0)
    // the natural way of disabling the children
    for (Component child: parent.getComponents()) {
         child.setEnabled(false);
    // after the call, focus on parent.getComponent(1)
    // inversing
    for (int i = parent.getComponentCount() - 1; i >= 0; i--) {
       parent.getComponent(i).setEnabled(false);
    // focus somewhere elseINCREDIBLE ...
    overriding getComponentPopup to return null if disabled (as I did as a quick measure) is not really an option - don't want to override each and every component ;-) Another hook - not clean either, but at least manageable, might be a custom JPopupMenu: subclass and show only if enabled.
    @override
    public void show(Component invoker, int x, int y) {
        if (!invoker.isEnabled()) return;
        super.show(..)
    }This still leaves the action enabled fooled - reports true because the invoker has a componentPopup - but then, a disable comp should be focusOwner anyway.
    Cheers
    Jeanette

  • Remove Context Menu for KM Content for Anonymous User

    Hi All,
    I have implemented External Facing Portal and i have to show KM documents
    on Anonymous user home page. For This I have created JSP page and have
    created url iview for this created JSP application. On this JSP  page to access
    KM i have used below code
    <iframe src ="/irj/go/km/navigation/documents/Public%20Documents" > </iframe>
    Now i am able to see the KM Contents of Public Documents on my Anonymous
    user Home Page .But here i need  to remove the context menu for KM Content
    for Anonymous User , but the context menu should come for Logged in user.
    How to do this ??
    Regards,
    Piyush

    solved

  • View Source not showing up in context menu?

    Yes I did choose to allow view source during the release
    build. I also uploaded the source folder to the server. I can
    manually go to the view source folder and it is working fine, only
    thing is, the option is not in the context menu of the application.
    I suppose I can add it there myself but I thought that was
    automatic?
    Thanks!

    quote:
    Originally posted by:
    levancho
    if you are using FB3 you can you feature called : "Export
    Project" and it does everything for you, including view Source
    Feature,
    just select your project and then click on Project -->
    Export Project
    and in dialog select "View Source" and then finish.
    That is exactly what I did, I go to Export Release Build, I
    select View Source, I choose which files to show, I name what
    directory I want it to be in. I click Finish, Then I upload
    everything from the release-bin to my server. I can manually go to
    the view source URL and that works, but the option does not appear
    when I right click the .swf. But as a work around I can add the
    option to the context menu myself and use navigateToURL to send the
    user there.

  • A context menu does not appear when I type the annotations

    I want to change the size and color of the pen, but can not get the context menu.

    Hi,
    Could you please try following steps and let me know if this helps.
    1) Open you pdf.
    2) Tap on pdf to bring the top bar.
    3) Tap on Comment icon.
    4) Choose pen.
    5) Draw the annotation with your pen
    6) Press Save
    7) Tap on your annotation.
    Here you will get the context menu that will allow you to change Thickness,color and opacity of your annotation.
    -mayank

  • Unable to get context menu

    hi all
    In the portal content when i am right clicking it is not showing the context menu<new,new from PAR, open, refresh..>. Instead of this it is showing the normal context menu<open,open in new window,save target as.....etc>. I tried with different browsers and different systems but still it didn't work.
    can somebody help me to resolve this.
    Regards
    vaishali

    hi Joshua
    i am using host name in url and it is giving a javascript error as follows:
    problem with this web page might prevent it from displaying properly or function properly.
    and in the show details tab i got
    line:119
    char:7
    error:'gTemplateLabel' is null or not an object
    code:0
    senthil,
    i tried to check the permissions but i am not able to open any folder by double clicking the object.
    regards
    vaishali

  • Disable Context Menu - Flash Professional Export (Flash 11.2 - CS6)

    Flash 11.2 added the capability to attach an right-click mouse-event to MovieClips.
    EX:
    var mc:MovieClip = new MovieClip
    mc.addEventListener(MouseEvent.RIGHT_MOUSE_DOWN, myFunction);
    When this listener is attached, it should be impossible for the Context Menu to pop up on right-click of this object. Flash disables the functionality.
    When I export a new SWF from Flash Professional (CS6 Mac) and that SWF is embedded in the browser, it works as expected. Right-click does not spawn a context menu.
    However, this is not the case with the flash player within Flash Professional. The flash player presented within Flash Professional just after export will does not hide the context menu.
    While it's possible for me to develop by simply exporting the SWF and testing it in-browser, I lose out on all the debugging that Flash Professional offers.
    How do I fix this issue?
    NOTE:
    This issue isn't with exporting to 11.2 - I can already do that. All changes mentioned in this tutorial have already been made with base install of Flash Professional CS6.
    running:
    trace(flash.system.Capabilities.version)
    results in:
    MAC 11,2,202,228

    I've got the same problem!
    I'm currently using Adobe Flash CS6 and I don't gave an idea of how to deploy my apps to be published on the Mac App Store!
    If you find the answer, please, let me know!
    Here's my email: [email protected]
    Thanks a lot!

  • Place command not appearing in file menu

    I click file and do not see the Place Command so I can insert picture. Where else could it be?

    Hold on a sec. Are you saying it appears in the File menu, but not in the context menu?
    That's normal -- I've been asking for years for Place to appear in context menus...
    Here's a script written a few years ago by Gerald Singelmann that will add the command to the context menu:
    //Add "Place" to the context menu by  Gerald Singelmann
    //Place this script into the "Startup Scripts" Folder inside the scripts folder in the app folder.
    #targetengine "session"
    ContextPlace();
    function ContextPlace(){
    var myResult = true;
    if(myResult == true){
    var myLayoutContextMenu = app.menus.item("$ID/RtMouseLayout");
    var myBeforeDisplayListener = myLayoutContextMenu.addEventListener("beforeDisplay", myBeforeDisplayHandler, false);
    function myBeforeDisplayHandler(myEvent){
    if(app.documents.length != 0){
    if(app.selection.length == 1){
    switch(app.selection[0].constructor.name){
    case "Rectangle":
    case "Oval":
    case "Polygon":
    case "GraphicLine":
    case "TextFrame":
    //Add the menu item if it does not already exist.
    if(myCheckForMenuItem(myLayoutContextMenu, "Place...") == false){
    myMakeMenuItem();
    break;
    default:
    if(myCheckForMenuItem(myLayoutContextMenu, "Place...") == true){
    myLayoutContextMenu.menuItems.item("Place...").remove();
    function myCheckForMenuItem(myMenu, myString){
    var myResult = false;
    try{
    var myMenuItem = myMenu.menuItems.item(myString);
    myMenuItem.name;
    myResult = true
    catch(myError){}
    //alert("Menu item found? " + myResult);
    return myResult;
    function myCheckForScriptMenuItem(myString){
    var myResult = false;
    try{
    var myScriptMenuAction = app.scriptMenuActions.item(myString);
    myScriptMenuAction.name;
    myResult = true
    catch(myError){}
    //alert("Script menu action found? " + myResult);
    return myResult;
    function myMakeMenuItem(){
    if(myCheckForScriptMenuItem("Place...") == false){
    //alert("Making a new script menu action!");
    var myMenuAction = app.scriptMenuActions.add("Place...");
    var myEventListener = myMenuAction.eventListeners.add("onInvoke", myEventHandler, false);
    var myPlaceMenuItem = app.menus.item("$ID/RtMouseLayout").menuItems.add(app.scriptMenuActions.item("Place..."));
    function myEventHandler(myEvent){
    //alert("Got to myEventHandler!");
    if(app.selection.length == 1){
    switch(app.selection[0].constructor.name){
    case "TextFrame":
    case "GraphicLine":
    case "Rectangle":
    case "Oval":
    case "Polygon":
    var myFile = File.openDialog ("Place file...", undefined, false);
    app.selection[0].place(myFile);
    break;
    } else {
    alert("Please select only one frame.");
    Copy the code above and paste into a plain text editor like Notepad. Save as type "all files" and add the .jsx extension. It should be placed into the application \Scripts\Startup Sripts subfolder and it will run when ID starts up. The folder should exist in CS5, but if not you can add it.
    Here's one by Dirk (I think Becker) that does the same thing to add No Break:
    #target "InDesign"
    /* This script will copy the existing menu action into a new menu item.
    The "$ID/" strings ensure it will even work with localized versions of InDesign.
    For permanent execution, save the script as startup script e.g. in a folder "path to InDesign/Scripts/new folder/startup scripts".
    Dirk
    ( function () {
    var anb = app.menus.itemByName("$ID/CharPanelPopup").menuItems.itemByName("$ID/Apply no break");
    var atc = app.menus.itemByName("$ID/RtMouseText");
    try {
    atc.menuItems.itemByName(anb.name).remove();
    } catch( ex ) {};
    atc.menuItems.add(anb.associatedMenuAction,LocationOptions.BEFORE,atc.menuItems .itemByName("$ID/ClearAllOverrides"));
    Do the same for it.

  • Add "make unique symbol" button and context menu option

    I often want to make a variation of an existing symbol that is already positioned on the page. Unless I'm missing something, the steps are to duplicate existing symbol in the symbols palette, then replace the selected symbol instance, using the "replace symbol instance" in the Control Bar. Why not have a context menu option "make unique symbol" that automatically replaces the instance with new, unique symbol? I'd also like to see "Edit Symbol" added to the context menu. I'm hovering over the symbol, why should I have to go find the "edit symbol" button? I realize I can double-click the instance, but this does not work in all cases, such as when the direct select tool is active.
    If you've used SketchUp, you know where this idea comes from.
    Thanks,
    Ray

    No, I want to make a new, unique symbol of an existing symbol instance. If I choose "break link" from the context menu or symbols palette, the artwork is no longer a symbol and after editing, must converted to a symbol using the symbols palette. This requires several, unnecessary steps. At the very least, I'd like to see "Make new symbol" added to the context menu. If you're a SketchUp user you'll know exactly what I'm talking about. Seems incidental, but AI's method is inefficient.

  • Pretty Please Help me - Context Menu

    PS... this is not only a AS3 question, but also AS2 would work just fine...
    This is going to be a hard one to communicate, so I will have example files attached...
    How can I right click on a MC and have a custom menu, WHEN another movieclip is on a higher layer and overlapping that original MC (and this second movieclip does Not have a context menu)
    Thank you so very much for your time and help on this issue,
    two files are attached, first is the most basic way I can show this issue.
    The second is a better example of Why I NEED to figure this out.
    http://rapidshare.com/files/380919381/contextexample.fla.html
    http://rapidshare.com/files/380919537/contextexample2.fla.html
    Thanks so very much for your time on this issue... in the mean time I will try and help others while I wait for an answer...
    -GK

    bump... looked all over the internet and back, been to a dozen forums...
    I just cant belive this is impossible....
    pretty please help!
    -GK

  • Acrobat 7 - is there a menu entry somewhere for "Create Link" (other than in the context menu)?

    I need to create internal PDF hyperlinks with the link tool on selected text -- however I need the links to be created via the normal application menu, and not from the context menu (i.e. not via "right-click --> "create link").
    However, I can't find a menu command for "create link" anywhere.
    Help is greatly appreciated.
    David.P

    Thanks -- however, context menu items do tend to be duplicates of application menu items as you can see from any application of your choice.
    The link tool does not help since it is not capable to
    > create internal PDF hyperlinks on selected text
    Therefore I really am looking for an application menu item for creating a hyperlink (similar like with the highlighting of selected text via "Comments" --> "Edit Text" --> "Highlight Selected Text", to be found a second time under "Tools" --> "Commenting" --> "Edit Text" --> "Highlight Selected Text").

  • Package Decomposition context menu

    I am on v1215 and I love the package decomposition (especially jumping to the selected item on double-click), but I have just noticed the context menu on the procedures and functions in the decomposition.
    The only item that appears in the context menu on procedures and functions is "New ..." which is the same as the New button on the main toolbar. Variables displayed in the decomposition do not get a context menu.
    However, if I have a stored procedure or function open in the Connection pane, select it (opens the procedure/function) display the context menu for it (Open, Compile, Compile for Debug, Run, Debug, Execution Profile, Grant, Revoke, Drop, Compile Dependents) and then, without selecting the function/procedure in the Package decomposition, I right-click on it, the context menu is now New ..., Compile, Compile for Debug.
    If I reselect the stored procedure and then right click on a variable in the Package decomposition, I get Compile and Compile for Debug and the menu options.
    The same appears to happen for any object type - including views, tables, indexes, etc.
    If I then select the procedure in the Package decomposition, the context menu reverts to "New ..." and the Compile and Compile for Debug option disappear from the context menu for the stored procedure (so long as I don't select it before right-clicking on it).
    Two issues here:
    1) Shouldn't the package decomposition context menu for public procedures and functions allow the Run option (what I was hoping to find when I first tried)?
    2) The Compile and Compile for Debug options are not available consistently - they should always be available for objects that can be compiled (stored procedure, function, package, trigger, etc) and never available for objects that cannot be compiled (tables, views, indexes, items in the decomposition of packages, etc).

    Please take a look at this article by Carlos:
    HOWTO: Getting information about Visual Studio windows from an add-in
    It talks about how to get the window information, including a tool window's information. But as I tested, we can't access to the Modules window's object, it's always null:
    So I think the Visual Studio doesn't expose the ability for us to customize the Modules window.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Lockup on context menu on Compaq 6200 Pro SFF

    I have a Compaq 6200 Pro SFF that we have re-installed Windows XP on it.  The only thing weird about the configuration is that it has 2 monitors.  Now when I first heard of this problem I thought the user was crazy but when you right click in Windows Explorer in the Left hand monitor, which is usually the VGA monitor, the computer locks up.  You have to power the machine off in order to use it again.
    I have tried this one 4 other machines and it does the same thing, left hand monitor VGA, right click in Windows Explorer and the machine locks.  We are using the VGA and the Display Port ports on the computer to give us dual displays.  Generally we use a DP to DVI adapter to hook up the second monitor.
    Some of the things that I have tried:
    1)  New graphics drivers from HP (still fails)
    2)  Disable the second monitor and go with single VGA(this works OK but we need the config to be dual monitor)
    3)  Re-image the machine (still fails)
    4)  Swapping the monitors around  (still fails)
    5)  Disable the first monitor and go to the DP adapter (works fine, only fails in dual screen mode)
    6)  Disabled context menu items that were not Microsoft items, context menu was pretty much base OS (still failed)
    Any help on this would be appreciated.

    The Compaq 6200 Pro SFF is using:
    Intel HD Graphics 2000
    256 MB Video Ram
    Intel Driver 6.14.10.5361
    Previous version 6.14.10.5328
    The Elitebook 2560P is using:
    Intel HD Graphics 3000
    1024 MB Video Ram
    Intel Driver 6.14.10.5361
    No previous version

  • How to restore Context Menu in Command Prompt?

    Hi,
    When I right-click on the CMD window does not show the context menu. When I click on the title bar icon in the "C: \ _" in the upper left corner, there menu is no options: Edit, Default, Properties. For other user accounts on the PC is the same prbolem.
    Thank you in advance for your help.

    I have not turned on the QuickEdit mode.
    When I left-click on the System menu, I do not see three options: Edit, Defaults, Properties. Unfortunately I can not insert a picture, because I look forward to verify my account (do not know how long it's gonna take) :(
    The following logs but the problem still is.
    C:\Windows\system32>SFC  /VERIFYONLY
    Beginning system scan.  This process will take some time.
    Beginning verification phase of system scan.
    Verification 100% complete.
    Windows Resource Protection found integrity violations. Details are included
    in the CBS.Log windir\Logs\CBS\CBS.log. For example
    C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not supported in
    offline servicing scenarios.
    C:\Windows\system32>SFC  /SCANNOW
    Beginning system scan.  This process will take some time.
    Beginning verification phase of system scan.
    Verification 100% complete.
    Windows Resource Protection found corrupt files and successfully repaired
    them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
    example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
    supported in offline servicing scenarios.
    C:\Windows\system32>DISM  /Online  /Cleanup-Image  /RestoreHealth
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Image Version: 6.3.9600.17031
    [==========================100.0%==========================]
    The restore operation completed successfully. The component store corruption was
     repaired.
    The operation completed successfully.

Maybe you are looking for