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,
Im using:
menu.Items.Add<ActionBrowse>("Clients list");
i would like to know, how to build my custom actions.
Hi Pau,
I that what you need ?
http://www.wiliam.com.au/wiliam-blog/adding-a-custom-control-to-umbraco-7-action-menu
Yes, thats what i needed, thanks my friend ^^, you got my vote
One more thing, i created my custom action:
var listClients = new MenuItem ("ClientList","Client List");
listClients.Icon ="umb-content";
//listClients.NavigateToRoute(" xxx ");
menu.Items.Add(listClients);
and this is my Folder Tree -> CustomSectionApplication/backoffice/CustomSectionTreeController/SubMenu/ClientList.html
I cant figure which is the route i need to use in the NavigateToRoute method.
If i use the full folder tree it just closes the node tab.
if i use the customSection/CustomSectionTree/SubMenu/ClientList.html route
it goes to umbraco/views/CustomSectionTree/SubMenu.html
I didn't test it but maybe try to add /App_Plugins/ a the beginning of your path ?
I'm having the same issue, did you ever figure out how to fix that redirect?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom Actions
Hi all,
Im using:
menu.Items.Add<ActionBrowse>("Clients list");
i would like to know, how to build my custom actions.
Hi Pau,
I that what you need ?
http://www.wiliam.com.au/wiliam-blog/adding-a-custom-control-to-umbraco-7-action-menu
Yes, thats what i needed, thanks my friend ^^, you got my vote
One more thing, i created my custom action:
var listClients = new MenuItem ("ClientList","Client List");
listClients.Icon ="umb-content";
//listClients.NavigateToRoute(" xxx ");
menu.Items.Add(listClients);
and this is my Folder Tree -> CustomSectionApplication/backoffice/CustomSectionTreeController/SubMenu/ClientList.html
I cant figure which is the route i need to use in the NavigateToRoute method.
If i use the full folder tree it just closes the node tab.
if i use the customSection/CustomSectionTree/SubMenu/ClientList.html route
it goes to umbraco/views/CustomSectionTree/SubMenu.html
Hi Pau,
I didn't test it but maybe try to add /App_Plugins/ a the beginning of your path ?
I'm having the same issue, did you ever figure out how to fix that redirect?
is working on a reply...