Want to show UIX Media Model link in new page using jdev1012

Hi, I hope you can help me.
I have a read only table in uix page
there's a Column of type ORDDOC
here is my code for this column:
<column>
<columnHeader>
<styledText text="${bindings.Doc.label}" styleClass="DefaultFont"/>
</columnHeader>
<contents>
<media
model="${ctrl:createMediaModel(uix.current.Doc,'AppModulLocal')}"
shortDesc="${uix.current.DocName == null ? 'Doc' : uix.current.DocName}"
styleClass="DefaultFont"/>
</contents>
</column>
So it works all fine, i get a link to this file, but if I click on this link it shows this file in the same window as my application.
And i want to get this link open in a new Window. Just like i could make it with link-tag (targetFrame property) and so I'm trying to find a solution to get the medie link in new page.
So, is there a possibility to geht this media link in new window ?
I hope somebody know this problem and can help me.
Thanks a lot
Sebastian
Message was edited by:
Sebastian_ME
Message was edited by:
Sebastian_ME

Hi, I hope you can help me.
I have a read only table in uix page
there's a Column of type ORDDOC
here is my code for this column:
<column>
<columnHeader>
<styledText text="${bindings.Doc.label}" styleClass="DefaultFont"/>
</columnHeader>
<contents>
<media
model="${ctrl:createMediaModel(uix.current.Doc,'AppModulLocal')}"
shortDesc="${uix.current.DocName == null ? 'Doc' : uix.current.DocName}"
styleClass="DefaultFont"/>
</contents>
</column>
So it works all fine, i get a link to this file, but if I click on this link it shows this file in the same window as my application.
And i want to get this link open in a new Window. Just like i could make it with link-tag (targetFrame property) and so I'm trying to find a solution to get the medie link in new page.
So, is there a possibility to geht this media link in new window ?
I hope somebody know this problem and can help me.
Thanks a lot
Sebastian
Message was edited by:
Sebastian_ME
Message was edited by:
Sebastian_ME

Similar Messages

  • Hai i am using firefox 3.6.When right clicking on a link and a window opens up, i want it to ask me "Open Link in New tab" first, not second.

    hai i am using firefox 3.6.When right clicking on a link and a window opens up, i want it to ask me "Open Link in New tab" first, not second.

    First, you are using a version of Firefox that is very old and outdated. Please update to at least Firefox 3.6.27, or more preferably, update to Firefox 10.0.2. There are lots of bug fixes, security improvements, and much improved performance in Firefox 10.
    After you do that, try seeing if you are still having a problem. If you are, is this that when you try to select "Open in a new tab" it opens in a new window instead? Or something else?

  • IPhone Safari doesn't open links in new page

    Under iPhone Safari Settings, I've got it set to Open Links In New Page, but when I click on links in Safari, that doesn't happen. When I set it to Open Links In Background, that doesn't happen either. Links open in the same page no matter what the setting.
    Anyone know how this can be fixed? Thanks.
    (iPhone 4S running IO5)

    It depends on the website. Some websites have it set up to take you to a new tab, some do it in the same tab.

  • How do I remove the "Show" (Table of Contents) link from my page?

    I am using Robohelp 7 and exporting to WebHelp to use on an internet page.  When clicking the help icon from my internet page, I am displaying a specific page within my Robohelp content, and not including the Table of Contents.  However, at the top of my rendered page, there is a "Show" link automatically being displayed.  If you click that link, you then get the full Table of Contents.  I do not want that "Show" link to be displayed at all.  But I can't figure out where it is coming from.
    This image shows the "Show" link (image also attached below):
    This image shows the code showing the Show, but we don't know where it's coming from or how to get rid of it (image also attached below):

    Hi there
    In your Single Sourc Layout properties there is an option labeled "Show Navigation Link in Topics". You need to clear that option when you generate.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How can I forward a web page (not a link but the page) using Mac Mail'Mountain Lion?

    I want to mail a web page, not a link to the page but the page itself. I use Mountain Lion and Mac Mail. I used to be able to do this with Lion.

    Look in the outgoing email message window. Make sure Send Web Content is not set to Link Only

  • Problem in opening a link in new page

    hi all can any one help iam getting problem while clicking on the link it is opening in same window i want to open the link in new window.if it is normal content we can give target but the link is coming in the mailcontent how can i recognize the link thank in advance

    i got the solution for this. it is possible with javascript iam checking all the anchar tags in a page and i gave target is "_blank"
    the script is
    function externalLinks() {
    if (!document.getElementsByTagName) return;
    var anchors = document.getElementsByTagName("a");
    for (var i=0; i<anchors.length; i++) {
    var anchor = anchors;
    if (anchor.getAttribute("href"))
    anchor.target = "_blank";
    start the function by <body onload=externalLinks() >

  • ADF in Jdev 10.1.3.2 - Wrong Page Opens When "Open Link in New Window" Used

    We are former Oracle Forms/Reports developers and Struts developers in the early stages of a new project using ADF in JDeveloper 10.1.3.2. We are all new to this development environment (though not new to Java), so apologies in advance if this is trivial.
    Our early work is based on samples extracted from Oracle's ADF Tutorial for Forms/4GL developers and is pretty simple at this stage. We have done little more than create a page layout and implemented skeletons of each page. As long as we click a link with the left mouse button, we can navigate from page to page as expected, no problem.
    The strangeness starts when we right click a link, and select Open in New Window. For example:
    (Note, all of this is taking place in our development environment: Jdeveloper running on our personal PCs / laptops, we have not even tried to deploy to an application server yet):
    1. Open page 1.
    2. Error 1: Right click button or tab to page 2, select Open in New Window. Page 1, not page 2, will open in the new window.
    3. Close the new window so that the original page 1 is displayed.
    4. Left click a link to navigate to page 2. Page 2 is display as expected.
    5. On page 2, left click link back to page 1 (NOT the browser Back button). Page 1 is displayed as expected.
    6. Error 2: Right click a link to page 3, select Open in New Window. Page 2, not page 3 will open in the new window.
    7. Close the window containing Page 2. Left-click the link for page 3 and it will open as expected.
    8. On page 3, left click a link back to page 1 (NOT the browser Back button). Page 1 is displayed as expected.
    9. Now right-click the same link to page 3 as in step 6 and select open in new window and page 3 will display as expected.
    The logs mention "Reusing a cached session application module instance" and I think this is where our trouble is. I considered turning this caching off (if possible) to see if it clears up the problem, but (a) I don't see where to do that and (b) it seems like we would want to use any caching features once we go to production.
    I suspect we have some minor configuration error somewhere as it seems unlikely that ADF applications would all come with a "No opening in new windows allowed" warning. Or, maybe we are just missing the boat on why this shouldn't work. Either way, any useful guidance would be appreciated.
    Thanks!

    Pravin
    We dont get number datatype if you have SQL92 selected as SQL Flavour. So i dont think this would help. SQL TYPE Map is JAVA basically in my project. Do you want me to import some of oracle.jbo.domains specifically or something else you want me to do
    regards
    Amit

  • Link to specific page using pageID

    Using the pageID of a specific page, how can I create a link to the page? I have code which retrieves and stores the current pageID. In a portlet, I am retrieving the pageID and want to create a link back to the page. How can I do this? Thanks!

    Are you using Reader on the mobile devices? At any rate, it's quite likely that this feature doesn't work on mobile devices (like many other ones), and there's probably not much that can be done about it...

  • Open link in new page

    Hey, I'm new in this forum.
    I know standard there is no possibility to open a link in a new page (tab).
    But it must be possible to achieve I suppose?
    Probably by putting some html code in the pages? Or even with an easyer way?
    for example , if I make a link to a photogallery on Picasa, afther 20 or more photo's it's a very long way for visitors to come back to the website.
    I don't use .web because off the very smal amount off webspace they give;
    Thanks a lott!
    http://users.telenet.be/flour.piet/index.html

    thanks a lott Vonz ... very helpfull ... but it's only (fot a newbee like me) a partial answer.
    For an opening page : OK
    But for a further page in a web : where has the " target="_blank" title= to be putt in?
    For example : http://picasaweb.google.nl/piet.flour/Opa90Jaar080907DifferentLook
    should that be :
    http://picasaweb.google.nl/+*_"target="_blank" title=_*+ piet.flour/Opa90Jaar080907DifferentLook
    or :
    http://picasaweb.google.nl/piet.flour/_+*"target="_blank" title=*+_ Opa90Jaar080907DifferentLook
    or :
    http://picasaweb.google.nl/piet.flour/Opa90Jaar080907DifferentLook_+*"target="_blank" title=*+_

  • Photoshop CS3 Download Link for new laptop using serial number

    Hi all,
    I need a download link for Adobe Photoshop CS3 for installing onto my new laptop as I bought a new laptop to run my photography work on mostly, as I use it for work. I have my serial number but not the cd package to install it as I have lost that. I am having trouble finding a link for cs3 though, can anyone help me find one?
    Thanks,
    Melissa.

    CS3 - http://helpx.adobe.com/creative-suite/kb/cs3-product-downloads.html
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS3 and CS4: http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html

  • Safari loads link on new page as well as the original page

    I have noticed this since iOS6.01 came out.
    Ok so,
    Page 1:
    I hold a link and click open in new page, It opens.
    Page 2:
    This is the new page, I close it. And safari automatically puts me back to page 1.
    Page 1:
    Move back to page one but opens link again on this page.
    So every time I open a link, it opens on both the new page and the original page
    Help! It's so annoying!!!

    The self-refreshing of Safari web pages has been discussed her before and nobody know of any resolution except maybe switching browsers.
    See:
    http://discussions.apple.com/thread.jspa?messageID=11635287&#11635287

  • Want to show the special characters in the tab page title.

    Hi,
    I am using oracle 10g forms developer and i have created the x bar chart.
    I want to give the tab page title of the x bar chart as
    x chart
    is it possible or any pjc available?
    Pls help me.
    Balaji
    Edited by: Balaji.M on Nov 15, 2008 3:54 PM

    ok, what is the special character, is the undescore above the x ?
    With standard-forms it's not possible to put multiline-labels on a tab-page. To have a look at the pjc-opportunities, i would start with Francois pjc-site:
    http://forms.pjc.bean.over-blog.com/

  • Linking to new page from BLOB image in report

    Hi Guys,
    I have added an image to my report using the number/Date format field IMAGE:CITIES:CTY_PHOTO:CTY_NR::::::inline:Download. This works great! :)
    I know want the user to click on the image and go to the next page, setting the city code that was selected.
    If I try to add the Column Link Link Text in the usual way I get an error:
    report error:
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    Any ideas?
    Thanks in advance,
    Fred

    We had a similar problem - this helped.
    Roger

  • When I click on a page link the new page doesn't open

    Everything about the problem is contained above.
    The same sites work fine in other browsers

    It would help to know what the problem page link is. <br/>(If it is only one page not opening, clear the browser cache, and that site's cookies)
    *If it happens on all links are you able to open files on your local computer with firefox?
    *Is it only pages on the internet that will not open?
    * are you posting this message from another computer ?
    * have you tried in [[safe mode]]
    *# Open in safe mode, e.g. use the option from the menu that says restart with add-ons disabled
    *#* do not make changes in the first options Window, just click on restart
    *# Use only the default theme
    *# if the problem persists, then whilst still in safe mode disable all plugins
    * see also
    **[[troubleshooting extensions and themes]]
    **[[how to clear the cache]]
    **[[deleting cookies]]
    **[[error loading web sites]]
    ** [[safe mode]]

  • Passing parameter from interactive report column link to new page

    I'm very simply trying to pass the value of the column link to the where clause on the next page.
    Interactive Report on P2 has column link fid alias in sql query.
    I read somewhere to refer prefix the interactive report column with IR ??
    So I have item name P2_FID, value #FID#. Anyway, I've tried a kazillion things.
    Created a hidden item with same source value... sigh.
    Is there a syntax to refer to a report column link, rather than an item_id in a region where clause?
    Is there a simple direct way to do this?
    Thanks,
    Pamela
    -----pls/apex/f?p=163:1:2746459963336955::NO::P2_FID:119

    Thank you Varad...
    Unfortunately, I am still getting no data found. (and there IS data).
    a) Do you mean in the link column section of the report attributes? that is done: item 1 name= IR_P2_FID, value = #FID#
    b) Do you mean my changing my hidden page item to ir_p2_fid with its source value as #FID# ? also done.
    Do I need this hidden item?, and if not how do I refer to link in the where clause of the called page's sql region?
    3) Where Fishery_id = :IR_P2_FID
    Where Fishery_id = &IR_P2_FID
    Thanks again!
    Pamela

Maybe you are looking for

  • Spool not generated in some condition

    Requirement :Developing a data transfer program. Approach used is Call Transaction in S mode. In some cases(if Receiving Storage Location is PKGX) I need to load only MB11 and other cases I need to load 3 transaction sequentially – MB11 creates Mat.

  • Inquiry status

    my customer want inquiry report withthe different status of sales, how can we give, is there any standard setting can somebody explain me how can we give the same Edited by: varada rajan on Feb 5, 2008 12:42 PM

  • Firmware gone wrong!!! MuVo T

    I was trying to upgrade my MuVo TXFM today and plugged in the player, DLed the.exe firmware file and launched the .exe program. The Windows WIzard couldn't find the software and said on the bottom of the screen something like "Your hardware was not i

  • Can't burn imovie with idvd & can't keep the audio and video clips to ancho

    Two questions: I've been working on a series of short digital stories in iMovie and have been trying to put them on a dvd. Using iDVD wasn't successful. Couldn't get them loaded into the map on the DVD theme page. So I dragged finally gave up and dra

  • What are "prevoius itunes libraries" files for?

    I found a file in finder, music/itunes/prevoius itunes libraries.. and with random dates back to the beginning of this particular macbookpro, I did purchase a new macbook pro recently and moved my itunes folder to the new one, I just want to delete t