Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
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
No idea I haven't tried that. My custom sorter worked for me as I had complete control over it.
thx mate
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
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
No idea I haven't tried that. My custom sorter worked for me as I had complete control over it.
Jeroen
thx mate
is working on a reply...