Copied to clipboard

Flag this post as spam?

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


  • Kurniawan Kurniawan 202 posts 225 karma points
    Nov 02, 2010 @ 08:45
    Kurniawan Kurniawan
    0

    Sorting action for custom tree

    Hi all,
    i am creating a custom tree for my own custom table.
    and i want to have a sorting action mrnu to work for this tree.

    currently i have been able to attached a sorting menu from a content tree to my tree. But how do customize so it can sorting my own table?

    currently there is error "no node found" because it's looking at content database.

    any pointer please? thx

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Nov 02, 2010 @ 09:50
    Jeroen Breuer
    0

    I created my own action which displays a custom pop-up in which I do the sorting for my custom table. How the sorting is done in Umbraco you can see by looking at \umbraco\dialogs\sort.aspx.

    Jeroen

  • Kurniawan Kurniawan 202 posts 225 karma points
    Nov 02, 2010 @ 12:56
    Kurniawan Kurniawan
    0

    i have seen that code as well.
    but is it possible to just extend that sort page so i don't need to recreate that page.

    similar when we extend the create menu , we just need to implement ITaskReturnUrl and assign it into config/UI.xml

    can we do that as well? thx

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Nov 02, 2010 @ 13:00
    Jeroen Breuer
    0

    No idea I haven't tried that. My custom sorter worked for me as I had complete control over it.

    Jeroen

  • Kurniawan Kurniawan 202 posts 225 karma points
    Nov 04, 2010 @ 13:17
    Kurniawan Kurniawan
    0

    thx mate

Please Sign in or register to post replies

Write your reply to:

Draft