Since 4.8 its possible to use [Application("myApp", "My App", "myapp.gif")] and [Tree("myApp", "myTree", "My Tree")] to build the backend menu without using database or config file. But are there any working example on how to use it?
You need to add a reference to a dll but I cant remember what right now. I did manage to make it work but I will clean up my code and try to make it more clear on how to do.
Extend backend menu
Since 4.8 its possible to use [Application("myApp", "My App", "myapp.gif")] and [Tree("myApp", "myTree", "My Tree")] to build the backend menu without using database or config file. But are there any working example on how to use it?
I'm wondering the same, I can't find this anywhere!
I found the following blog post: http://blog.mattbrailsford.com/2012/07/18/creating-custom-applications-and-trees-in-umbraco-4-8/
But when I add a class
It throws an error on Application saying: "Cannot resolve symbol 'Application'"
Any suggestions?
You need to add a reference to a dll but I cant remember what right now. I did manage to make it work but I will clean up my code and try to make it more clear on how to do.
Visual Studio found a reference to set to "IApplication", but not to "Application". I appreciate the help. :)
is working on a reply...