Loading...

QlistView- adding menu control

QlistView- adding menu control

  • This topic is empty.
Viewing 8 reply threads
  • Author
    Posts
    • #4858
      Anonymous
      Anonymous
      Participant

      Hello,

      To create a new menu item please go to ezEdit->Display Fields->Custom Actions and create a toolbar button then add an action of type GoToURL and you add your url there.

      For more details please check the docs.

    • #6350
      Anonymous
      Anonymous
      Participant

      Hi Kishore,

      What you can do is to make a column a LinkTo column where you'd pass all the data you need to external URLs and using your data as httpParameters.

      Go to ezEdit->Display Fields->Pick a field then hit Edit, scroll down and fill in the LinkTo as following:

      htttp://google.com/maps?City=<%City%>

      The <%FieldName%> would give the value stored in the row on which you created the LinkTo.

      Please check our documentation to find out more details.

    • #6351
      Anonymous
      Anonymous
      Participant

      Thank you ,

      When I clicked on the LinkTo column in QlistView, it is moving to the new window, but the LinkTo value is appending to my current site collection  URL and now showing any thing.

      Kishore

    • #6349
      Anonymous
      Anonymous
      Participant

      Thanks  , It's working.

      one more thing. I have requirement like in 'QListView' webpart we added the items like country, city, zip.

      when i select that list item & click the menu item , It  carry forward these column values to the yahoo maps page, and made search in yahoo maps page.

      Could you assist me on this?

      Thanks

      Kishore

    • #6352
      Anonymous
      Anonymous
      Participant

      Hi Kishore,

      You need to append to your URL a field that exists in your list. In my below example City has to exist in my list and has to have a value.

      http://google.com/maps?City=<%City%>

      If your selected list item has the value of the column City equal to NY then the new URL would be

      http://google.com/maps?City=NY

      Our documentation explains this feature, please give it a try.

      If you're on Quest Web Parts 5.7 for SharePoint 2010 then you have the option to open the new dialog in a new window, dialog or current window.

    • #6353
      Anonymous
      Anonymous
      Participant

      Hi ,

      Yes I have one list with Country, City columns and that columns have values.

      When I clicked on the LinkTo column item in QlistView, it is moving to new window/dialogue/same window, but that URL is like the below..

      http://samplesite/sites/test/http://google.com/maps?City=NY

      Here, http://samplesite/sites/test is my site.

      kishore

    • #6354
      Anonymous
      Anonymous
      Participant

      Hi ,

      could u tell me the solution to the above problem?

      Bab

    • #4015
      Anonymous
      Anonymous
      Participant

      Hi,

      I have requirement like, I have to add menu control Item in QListView,  when I click on that control item, it navigate to different URL/page/ show one pop-up message.

      How can I add the Menu control Item and how can it navigate to different URL/Page.

      could you help me?

      Thank you,

      Kishore

    • #6355
      Anonymous
      Anonymous
      Participant

      Check this tread, it might be the answer you need.

      n

      http://en.community.dell.com/techcenter/virtualization/vworkspace/f/4827/t/19552010

      n

      n

Viewing 8 reply threads

You must be logged in to reply to this topic.