We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 47243
    • 30 Posts
    Hi guys,
    I'm completely new to ModExt
    In Collections View I am trying to display the pagetitle of an resource id that is in my TV.

    I could of course create my own Collections renderer and return "value"
    But I coulnd't find a way with ExtJs to get the pagetitle of a resouce knowing its "id"

    Was searching in "JsonStore" am I on the right way?
    Or can someone help me with that?

    Thanks
      • 29661
      • 116 Posts
      Doing that with ExtJS you would need to do an AJAX request to find out what pagetitle has specific resource.

      I would suggest using Snippet renderer and getting the pagetitle by snippet.

      Btw. this question is not about modext, but about collections, so you are in a wrong thread smiley
        --
        John
        @theboxer
        • 47243
        • 30 Posts
        hi theboxer,
        thanks for the tips, yeah I think i'll stick to the snippet renderer then smiley