Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Vishmay 19 posts 100 karma points
    Jan 30, 2017 @ 11:25
    Vishmay
    0

    Umbraco link editor in RTE, Select other page from menu and add querystring

    I want to create a link from gridview->RTE->InsertEdit link.

    After clicking it, i want to select a file from content as shown in image.

    In same link i want to add a parameter in querystring enter image description here

    I want to add query string id=3 static in Link to Document sections link which is selected from content tree

    Like: http://MyUmbracoURl.com/Umbracopageofservies?id=3 here, Umbracopageofservies is the page created by umbraco not an external file. Let me know if want more details.

    link to document is disabled here.

    if umbraco can provide facility to add custom key value pairs while adding link and then append as data in anchor tags like

    Name: QueryString

    Value : Section1

    <a data-QueryString="Section1" href="/{localLink:1136}"></a>
    

    We can then change it in front end by javascript

  • David Peck 687 posts 1863 karma points c-trib
    Jan 30, 2017 @ 22:59
    David Peck
    0

    I hate to say it but I don't think you can do this. I think you'll need to enter the URL by writing it rather than selecting the page.

  • Vishmay 19 posts 100 karma points
    Jan 31, 2017 @ 07:06
Please Sign in or register to post replies

Write your reply to:

Draft