Answered popup window for lookup field

  • Monday, April 09, 2012 8:57 AM
     
     

    The default way to select a lookup field is select box.

    I want to make it a pop up window.

    Does anybody have a tutorial?

All Replies

  • Monday, April 09, 2012 9:08 AM
     
      Has Code

    Hi The Great Engine,

    You can use this code to show any page on Pop up.

    <a href="javascript:OpenPopUpPage("http://www.google.com);"> Show Me the Pop-Up!</a>

    You can also refer following URL for more details -

    http://kyleschaeffer.com/sharepoint/sharepoint-2010-pop-up-dialogs/

    Hope this helps!!!


    Thanks, Suraj Bangera | http://linkd.in/xXf8nk


  • Sunday, April 15, 2012 8:39 AM
     
     

    You can create a site column as a managed metadata field, which get the data from the taxonomy

    new feature in SharePoint 2010, you can maintain the data in the termset. create a column by the using your termset

    Site column behaves as a lookup and it will popup the window with the terms

    • Proposed As Answer by raghupavan Sunday, April 15, 2012 8:39 AM
    • Unproposed As Answer by Ronaldo.K Sunday, April 15, 2012 8:56 AM
    •  
  • Sunday, April 15, 2012 8:57 AM
     
     Answered

    thank you.

    I found a good one.

    http://ilovesharepoint.codeplex.com/

    • Marked As Answer by Ronaldo.K Sunday, April 15, 2012 8:57 AM
    •