How to open a hyperlink in a list column in a modal window

Hi guys,
I have a custom list with a custom column in which a workflow copies the URL of workflow task.
If I open that task with the same URL from the Title field in the workflow task list, the task opens in a modal window.
But if I open that URL from a custom hyperlink column in a custom list, it opens in the same main window, not in a modal window.
How can I achieve, that also in the custom list the task item opens in a modal window?
Is there any way e.g. with javascript?
I hope someone can help me!
Thanks in advance
matxxx
Forgot an additional info: The custom column doesn't have to be a hyperlink column. Also rich text would be fine as long as the link is opening in a modal window afterwards.

Refer to http://social.technet.microsoft.com/Forums/en-HK/sharepoint2010programming/thread/8ca275df-1d9c-4d0f-a624-c0531fda069a

Similar Messages

  • How to open the file types of iOSApp(ipa),EPUBFile(.epub) in windows 7(32 bit)

    How to open the file types of iOSAPP(ipa),EPUBfile(.epub) in windows 7(32 bit)

    iOS apps can be added to an iTunes library and thereafter transferred to an iOS device. They cannot be opened directly on a PC.
    epub files can be added to an iTunes library, and thereafter transferred to an iOS device where they can be read with the iBooks application. Files protected with Apple's DRM cannot be opened directly on a PC, though there are programs such as Kindle and Calibre that will open non-protected epub files.
    tt2

  • How to open a hyperlink in a new web ?

    I wish to create several hyperlinks in my PDF doc... but when clicked they will open in a new window.
    At the moment when clicked it closed my PDF doc... and appears in the same window
    Please advise

    A question that comes up periodically.
    Some samples of the answer.
    http://forums.adobe.com/thread/727714
    http://answers.acrobatusers.com/How-I-open-hyperlinks-inside-embedded-pdf-window-q2104.asp x 
    http://answers.acrobatusers.com/add-button-pdf-Mouse-click-open-URL-Tab-Window-q33852.aspx
    Be well...

  • How to open a hyperlink in new tab from document library

    hi,
    I have created a Document library programmatically.
    Added values to columns programmatically. One of the column contains a hyperlink.
    I need to open a new tab when a user click on that link?
    How can we do it?
    i cant add CEWP cause there may be libraries above 200 so i cant add CEWP in every lib.
    can we make it programmatically or any library seetings?

    <script src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
    <script>
    $(function() {
    $('a').filter(function() {
    return this.hostname && this.hostname !== location.hostname;
    }).attr('target','_blank');
    </script>
    Place the above script in the master page.So that it is applicable for all the libraries.
    Find other solutions @:
    http://www.sharepointdiary.com/2011/02/sharepoint-link-list-open-in-new-window_21.html#ixzz2I939sGDr

  • Hyperlink Removed from List Column Title

    Hi
    In SharePoint online I have a list which uses a timesheet format.  Therefore, when you open each item it shows you the relevant information in a form format (designed in InfoPath).
    I was re-ordering the columns and when I set the columns to the order I wanted (Title, Week Ending), the hyperlink that was on 'Title' originally, has now been removed.  This means you cannot click each item to view its content.
    Is there a way to re-enable the hyperlink?
    Regards.

    Hi,
    I think while re-arranging the columns, you might have removed the "Title (linked to Item with edit menu)"
    and just select "Title" column.  Please correct.
    Please mark it answered, if your problem resolved or helpful.

  • How to open feedDialog or ShareDialog in facebook and Google Plus in Windows Store App 8.1

    I am developing a Store App in which I need to publish some message and image on user's profile. Using WebAuthenticationBroker I have
    allowed the user to login in both Google Plus and Facebook and it returns a token but then I want to open Feed Dialog. How can I achieve this? Using graph API or any other third party SDK?

    Hi RohitrkKumar,
    Per my understanding, the primary purpose of Web Authentication Broker is to avoid collecting credentials in client app and then transmitting those credentials over HTTP requests. But your requirement is to show facebook dialog, I think it is not related
    to
    WebAuthenticationBroker. You can get more information about share dialog from facebook site.
    https://developers.facebook.com/docs/sharing/reference/share-dialog?locale=zh_CN.
    If you still have questions, please post more information about your scenario.
    Regards,
    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.

  • How to open a file form a blob column?

    I'm storing some files in oracle 9.2 in a blob column, although i can't open them using php 4, I'm using this script :
    <?php
         $SQL="SELECT ID_ARCHIVO,CONTENT";
              $SQL=$SQL." FROM ARCHIVOS_PRUEBAS ";
              $SQL=$SQL." WHERE ID_ARCHIVO =".$v_ID_ARCHIVO ;
              $c=OCILogon("$v_USER" , "$v_PASS" ,"$v_CONEXION" );
              $s = OCIParse($c,$SQL );
              if (!OCIExecute($s)) { print "execution failed"; exit(); }
         OCIFetchInto($s,&$arr,OCI_RETURN_LOBS);
         echo $arr["CONTENT"]->load();
              ?>
    it shows this error
    Fatal error: Call to a member function on a non-object in ov_archivo_detail_test.php on [echo $arr["CONTENT"]->load(); ].
    I know the data is stored correctly since i used toad to save and open the blob file and it was ok, but i still can't find a right way to show the file from the web.
    Message was edited by:
    user560595

    Hi,
    <br>
    <br>
    Did you already try take a look on
    Oracle+PHP Cookbook: Working with LOBs in Oracle and PHP ?
    <br>
    <br>
    Cheers

  • How to open URL in a new tab? NOT in new window!

    Dear All,
    I am a newbie to Flex and this is my first application here. Kindly forgive me for the ignorance.
    I have a tabbed pane created using ViewStack. When the user click a button on the first tab, an external URL has to be invoked in a new tab. I have written this function which successfully creates the new tab but when I try to open the URL using navigateToURL it opens in a new window:( What I need is to open the URL in the newly created tab. I have tried out navigateToURL parameters such as _self, _blank, top etc but none seems to work out. Could anyone kindly let me know the standard way to do this? is it ExternalInterface or ModuleLoader or something else? Please give me some references that would help me do it. I am trying this for quite some time now but no luck . Thanks a million in advance.
    protected function button2_clickHandler(event:MouseEvent):void
        var newVBox:VBox = new VBox();
        var newLabel:Label = new Label();
        newLabel.text = "Hotspot Mngmt panel";
        newVBox.label = "Hotspot Mngmt";
        /* navigateToURL( new URLRequest( "http://ipmsit.tsmc.com.tw/Hotspot/Hotspot/index.html" ), "_self" );*/ --opens in same window, not new tab.
        var my_loader:Loader = new Loader();
        my_loader.load(new URLRequest("http://ipmsit.tsmc.com.tw/Hotspot/Hotspot/index.html"));
        newVBox.addChild(my_loader.content as DisplayObject); - throws exception
         vs.addChild(newVBox); -- "vs" is the id of the ViewStack
    Warm Regards
    Anand Uthaman

    Anand,
    use iFrame in HTML Wrapper
    https://github.com/flex-users/flex-iframe
    Thanks
    Pradeep

  • How to open RAW files using elements 10 with a pc using windows xp and nikon D3300

    i have an old pc running on windows xp to which i downloaded elements 10. i recently bought a nikon d3300 and am shooting RAW. is there a way to open the RAW files using elements 10?

    The 8.4 dng converter won't work on windows xp, but will on windows 7.
    The newest version of the dng converter that works on windows xp is 8.3
    http://blogs.adobe.com/lightroomjournal/2013/12/camera-raw-8-support-on-windows-xp-windows -vista-and-mac-osx-10-6.html
    Since you have windows 7 you might as well use the newest version of the dng converter 8.7.1
    (covers the same cameras as 8.3, with some added and bug fixes)
    Adobe - Adobe Camera Raw and DNG Converter : For Windows : Adobe DNG Converter 8.7.1

  • For a SharePoint list LVWP - how to open links in new window? (Without SPD - Without access to server)

    Hi there,
    I canNOT use SharePoint Designer nor do I have access to server to change any 14 hive files.
    I have a SharePoint 2010 List with a field of type Hyperlink. I need these links to open in New Window. Only links with-in this LVWP should open in new window (and not links on Quicklaunch or top nav).
    Any clues how to achieve this please? JS is okay.
    Thanks.

    Hello,
    The good news is that you're not the first to have those requirements!
    Here's the JavaScript:
    <script>
    var allLinks = document.querySelectorAll("table.ms-listviewtable tr td a");
    for(var i=0; i<allLinks.length; i++){
    if(allLinks[i].onclick == null){
    var targetUrl = allLinks[i].href;
    targetUrl = targetUrl.indexOf("?") > -1 ? targetUrl + "&isDlg=1" : targetUrl + "?isDlg=1";
    allLinks[i].href= "javascript:var options = {width:500, height:300, url:'"+targetUrl+"'}; SP.UI.ModalDialog.commonModalDialogOpen('"+targetUrl+"', options);";
    </script>
    This script can be saved to a text file and uploaded to a document library. You can then add a content editor web part below your list view web part (so that it doesn't execute until after the list view has loaded) and set the "content link"
    property of the web part to be the path to the uploaded text file.
    The solution was originally posted here:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/8ca275df-1d9c-4d0f-a624-c0531fda069a/how-to-open-model-dialog-onclick-of-list-item-hyperlink-column?forum=sharepointdevelopmentprevious

  • How to open a registered program.

    i registered photoshop extended and it is now showing up in my programs. but i do not know how to open it up on my computer, i am currently on windows.

    windows what? XP, 7, 8, 8.1? It makes a difference.

  • How do I include/show data from a child table in a Modal Window?

    How do I show data from a child table in a Modal Window?
    I have an application where each customer might have multiple addresses and phone numbers which are stored in child tables.  When I show the customer in a record on a screen I can place a Modal Window button on the screen which can be pushed at runtime
    to display detail information for the particular customer parent table which works great. However, I would also like to display the data from the address and phone number child tables. Is there a way to do that?  Or can I just launch a hole separate screen
    which would automatically display the needed data for the particular customer? If yes, how? 
    Thank you for any help.

    I am not even sure how to describe my situation in such a way that this forum incident would be of benefit to other people as I think it is fairly unconventional. 
    The “add contactaddress” link does not show up on the right.  
    The contactaddress table is a child of the contact table. 
    The contact table is a child of the contactlink table.
    And the contactlink table is a child of the person table.
    I have it set up this way because the contact in the contact table may be a contact to multiple persons in the person table and I do not want to re-enter the contact info every time the contact is used. 
    In the list detail screen of the person table I can see the contactlink child collection so that I can see the name of the person in the contact table at runtime. However, the contactaddress collection is not related to the person table so it does not show
    up on the right hand side of the design screen as an “add contactaddress”; nor is there “add contact” link.
    What I would like to happen during runtime is that it is not necessary to switch screens from the person list detail screen to a contact list detail screen to see the addresses and phone numbers for the contact.
     Is my setup unnecessarily convoluted? Is there a better way? Please see the two snapshots below.
    Perhaps there is a way to call up a Detail screen from the List Detail at runtime? 
    Anyway, if you are still reading, thank you very much for your help.   
    jjjjj

  • How to create a form and show it as a modal window?

    Hi!
    How can I create a form and display it as a modal window
    using VB.NET?
    Thanks
    Zoltan Sutto

    The sample 12 of the UI shows how to create a modal form.
    The idea is to add a small code in the sub  SBO_Application_MenuEvent and SBO_Application_ItemEvent
    you set the UID value of your form in a variable when you open it, then you can add this code after the two above sub
    If Not IsNothing(mst_MyModalUID) Then
       Dim dsa_Form As SAPbouiCOM.Form
       For Each dsa_Form In Me.SBO_Application.Forms
          If dsa_Form.UniqueID = mst_FormUIDSon Then
    'Form still available
             Me.SBO_Application.Forms.Item(mst_FormUIDSon).Select()
             BubbleEvent = False
             dsa_Form = Nothing
             Exit Sub
           End If
         Next
         dsa_Form = Nothing
    'Form closed, set the uid to nothing
         mst_MyModalUID= Nothing
    End If

  • Price list Column

    Hi Expert,
    How to add price list column in Sales Order window. We are using SAP B1 2007B patch level 12. Is there any way or setting through which i can add Price list column with respect to each items consider in Sales order.

    Hey Ambesh,
    Nice to see you.
    Why do you want to add price list column in SO. This is not possible until you define the UDF as Gordon said but i don't think it will be a feasible option.
    I will suggest you to go with the standard option available.
    I hope you got it.
    Regards.
    ShriX.

  • When you open a new browser tab, underneath the box to type in what you are looking for is the recently visited list. I want to disable or delete this list...how do I get rid of this list???

    When you open a new browser tab, underneath the box to type in what you are looking for is the recently visited list. I want to disable or delete this list...how do I get rid of this list???

    The drop-down list displays items from your History and/or Bookmarks.
    You can control what shows (or nothing at all): Options > Privacy, "Location Bar" section. Options are:
    *History and Bookmarks
    *History
    *Bookmarks
    *Nothing
    See --> https://support.mozilla.com/en-US/kb/Options%20window%20-%20Privacy%20panel
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

Maybe you are looking for

  • HP LaserJet Profession​al P1606dn going offline

    Hi There In our office we have a HP LJ P1606dn that keeps going offline. I've checked the options for sleep and auto-off and they are set to 1 hour and never respectively. When you check the status of the printer in windows it says its offline and wh

  • Cisco security manager deployment issue with invalid command

    Running CSM 3.3.1, to manage an 800 series pre-configured router. The router has a number of policy ACL's and class-maps configured. When the config is imported to CSM a number of warnings are seen reporting that some of the interfaces are unprotecte

  • Import oracle.bpel.worklistapp.dc.ale.beans.view.* not found

    Hello experts, JDeveloper cannot find the classes below: import oracle.bpel.worklistapp.dc.ale.beans.view.ApprovalListEditorComp; import oracle.bpel.worklistapp.dc.ale.util.ApprovalListUtil; Any hints about locating these classes? Thanks in advance!

  • No PR if Inspection plant not created

    Dear Sir In our scenario we required unless quality inspection plan is not created Purchase requisition (manual/system) should not be generated. It can be PO too Regards kunal

  • Pages as default program for text files

    I don't want pages to be the default program for opening word files, how can I change it back to Text Editor?